Color Hex Logo

#960018 Color Hex Carmine

#960018
(150,0,24)
23 Favorites   0 Comments

Color spaces of #960018 Carmine

RGB 150024
HSL0.971.000.29
HSV350°100°59°
CMYK 0.001.000.84   0.41
XYZ12.74256.55001.4568
Yxy6.55000.61410.3157
Hunter Lab25.593044.085814.5402
CIE-Lab30.759754.352633.1403

#960018 color RGB value is (150,0,24). #960018 color name is Carmine color.

#960018 hex color red value is 150, green value is 0 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #960018 hue: 0.97 , saturation: 1.00 and the lightness value of 960018 is 0.29.

The process color (four color CMYK) of #960018 color hex is 0.00, 1.00, 0.84, 0.41. Web safe color of #960018 is #990000. Color #960018 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 00000000 00011000
Octal 226 0 30
Decimal 150 0 24
Hex 96 0 18

RGB Percentages of Color #960018

%86.21
%0.00
%13.79

CMYK Percentages of Color #960018

%0
%100
%84
%41

Triadic Colors of #960018

#960018 #189600 #001896

Analogous Colors of #960018

#960018 #963300 #960063

Monochromatic Colors of #960018

#960018

Complementary Color

#960018 #00967e

#960018 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#960018 Color Preview on White Background

Lorem ipsum dolor sit amet.

#960018 Color CSS Codes

.mybgcolor {background-color:#960018; } 
.myforecolor {color:#960018; }
.mybordercolor {border:3px solid #960018; }

#960018 Text Font Color

<p style="color:#960018">Text here</p>

This sample text font color is #960018
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#960018 Background Color

<div style="background-color:#960018">
Div content here</div>

This div background color is #960018


#960018 Border Color

<div style="border:3px solid #960018">
Div here</div>

This div border color is #960018


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,0,24, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #960018; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #960018;
  -webkit-box-shadow: 1px 1px 3px 2px #960018;
  box-shadow:         1px 1px 3px 2px #960018; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,0,24, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #960018">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #960018;
  -webkit-box-shadow: 1px 1px 3px 2px #960018;
  box-shadow:         1px 1px 3px 2px #960018;">
Div content here</div>

This div box has shadow with color #960018


Comments

No comments written yet.

Please login to write comment.