Html Css Color HEX #9C0612 Carmine

📋 copy color: '#9C0612'

red 156 ◦ green 6 ◦ blue 18

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

Shades of Carmine #9C0612

Tints of Carmine #9C0612

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.33%

 BLUE value IS 18 (7.42% from 255) = 10%

R = 86.67%
G = 3.33%
B = 10%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.88

 K value IS 0.39

RGB Variations

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

Color information

#9C0612 (or 0x9C0612) is known color: Carmine. HEX triplet: 9C, 06 and 12. RGB value is (156,6,18). Sum of RGB (Red+Green+Blue) = 156+6+18=180 (23% of max value = 765). Red value is 156 (61.33% from 255 or 86.67% from 180); Green value is 6 (2.73% from 255 or 3.33% from 180); Blue value is 18 (7.42% from 255 or 10% from 180); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0612 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C0612 is #63F9ED. Grayscale: #343434. Windows color (decimal): -6552046 or 1181340. OLE color: 1181340.

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

Color convert

RGB 156 6 18 -
CMYK 0 0.96 0.88 0.39
HSL 355.2º 0.93% 0.32% -
HSV(B) 355.2º 0.96% 0.61% -
XYZ 13.88 7.24 1.24 -
YUV 52.22 108.7 202.02 -
System Red Green Blue C M Y K H S L
Decimal 156 6 18 0 0.96 0.88 0.39 355.2 0.93 0.32
Hex 9C 6 12 0 60 58 27 163 5D 20
Octal 234 6 22 0 140 130 47 543 135 40
Binary 10011100 110 10010 0 1100000 1011000 100111 101100011 1011101 100000

Color Harmonies of #9C0612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C0612

Black with #9C0612

Text Example


Text Example

White with #9C0612

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,6,18); }

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

background-color css

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

 a { background-color: rgb(156,6,18); }

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

border-color css

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

 span { border-color: rgb(156,6,18); }

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