Html Css Color HEX #9C0B18 Carmine

📋 copy color: '#9C0B18'

red 156 ◦ green 11 ◦ blue 24

#9C0B18
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carmine #9C0B18

Tints of Carmine #9C0B18

RGB

 RED value IS 156 (61.33% from 255) = 81.68%

 GREEN value IS 11 (4.69% from 255) = 5.76%

 BLUE value IS 24 (9.77% from 255) = 12.57%

R = 81.68%
G = 5.76%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.85

 K value IS 0.39

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9C0B18 (or 0x9C0B18) is known color: Carmine. HEX triplet: 9C, 0B and 18. RGB value is (156,11,24). Sum of RGB (Red+Green+Blue) = 156+11+24=191 (25% of max value = 765). Red value is 156 (61.33% from 255 or 81.68% from 191); Green value is 11 (4.69% from 255 or 5.76% from 191); Blue value is 24 (9.77% from 255 or 12.57% from 191); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0B18 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C0B18 is #63F4E7. Grayscale: #373737. Windows color (decimal): -6550760 or 1575836. OLE color: 1575836.

HSL color Cylindrical-coordinate representation of color #9C0B18: hue angle of 354.62º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9C0B18 is Cyan = 0, Magento = 0.93, Yellow = 0.85 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 11 24 -
CMYK 0 0.93 0.85 0.39
HSL 354.62º 0.87% 0.33% -
HSV(B) 354.62º 0.93% 0.61% -
XYZ 13.99 7.37 1.55 -
YUV 55.84 110.04 199.44 -
System Red Green Blue C M Y K H S L
Decimal 156 11 24 0 0.93 0.85 0.39 354.62 0.87 0.33
Hex 9C B 18 0 5D 55 27 163 57 21
Octal 234 13 30 0 135 125 47 543 127 41
Binary 10011100 1011 11000 0 1011101 1010101 100111 101100011 1010111 100001

Color Harmonies of #9C0B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0B18

Black with #9C0B18

Text Example


Text Example

White with #9C0B18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C0B18; }

 p { color: rgb(156,11,24); }

 H1.HeaderClassName
 {
   color: #9C0B18;
 }
 .AnyTagClassName
 {
   color: #9C0B18;
 }
</style>

background-color css

<style>
 a { background-color: #9C0B18; }

 a { background-color: rgb(156,11,24); }

 div.DivClassName
 {
   background-color: #9C0B18;
 }
 .BgClassName
 {
   background-color: #9C0B18;
 }
</style>

border-color css

<style>
 span { border-color: #9C0B18; }

 span { border-color: rgb(156,11,24); }

 td.TdClassName
 {
   border-color: #9C0B18;
 }
 .TagClassName
 {
   border-color: #9C0B18;
 }
</style>