#9c0a18

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

Shades of Carmine #9C0A18

Tints of Carmine #9C0A18

Color information

#9C0A18 (or 0x9C0A18) is unknown color: approx Carmine. HEX triplet: 9C, 0A and 18. RGB value is (156,10,24). Sum of RGB (Red+Green+Blue) = 156+10+24=190 (25% of max value = 765). Red value is 156 (61.33% from 255 or 82.11% from 190); Green value is 10 (4.30% from 255 or 5.26% from 190); Blue value is 24 (9.77% from 255 or 12.63% from 190); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0A18 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C0A18 is #63F5E7. Grayscale: #373737. Windows color (decimal): -6551016 or 1575580. OLE color: 1575580.

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

Color convert

RGB1561024-
CMYK00.940.850.39
HSL354.25º87.95%32.55%-
HSV(B)354.25º93.59%61.18%-
XYZ13.987.351.55-
YUV55.25110.37199.86-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 82.11%
GREEN value IS 10 (4.30% from 255) = 5.26%
BLUE value IS 24 (9.77% from 255) = 12.63%
R=82.11%
G=5.26%
B=12.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.85
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156102400.940.850.39354.2587.9532.55
Hex9CA1805E55271625821
Octal234123001361254754213041
Binary100111001010110000101111010101011001111011000101011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9c0a18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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