#9C0618

Color #9C0618 Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carmine #9C0618

Tints of Carmine #9C0618

Color information

#9C0618 (or 0x9C0618) is unknown color: approx Carmine. HEX triplet: 9C, 06 and 18. RGB value is (156,6,24). Sum of RGB (Red+Green+Blue) = 156+6+24=186 (24% of max value = 765). Red value is 156 (61.33% from 255 or 83.87% from 186); Green value is 6 (2.73% from 255 or 3.23% from 186); Blue value is 24 (9.77% from 255 or 12.90% from 186); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0618 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C0618 is #63F9E7. Grayscale: #343434. Windows color (decimal): -6552040 or 1574556. OLE color: 1574556.

HSL color Cylindrical-coordinate representation of color #9C0618: hue angle of 352.8º 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 #9C0618 is Cyan = 0, Magento = 0.96, Yellow = 0.85 and Black (K on CMYK) = 0.39.

Color convert

RGB156624-
CMYK00.960.850.39
HSL352.8º92.59%31.76%-
HSV(B)352.8º96.15%61.18%-
XYZ13.947.261.53-
YUV52.9111.7201.54-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 83.87%
GREEN value IS 6 (2.73% from 255) = 3.23%
BLUE value IS 24 (9.77% from 255) = 12.90%
R=83.87%
G=3.23%
B=12.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.85
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15662400.960.850.39352.892.5931.76
Hex9C61806055271615d20
Octal23463001401254754113540
Binary10011100110110000110000010101011001111011000011011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C0618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9C0618;
 }
 .AnyTagClassName
 {
   color: #9C0618;
 }
</style>
background-color css

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

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

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

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

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

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