#9C0818

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

Shades of Carmine #9C0818

Tints of Carmine #9C0818

Color information

#9C0818 (or 0x9C0818) is unknown color: approx Carmine. HEX triplet: 9C, 08 and 18. RGB value is (156,8,24). Sum of RGB (Red+Green+Blue) = 156+8+24=188 (24% of max value = 765). Red value is 156 (61.33% from 255 or 82.98% from 188); Green value is 8 (3.52% from 255 or 4.26% from 188); Blue value is 24 (9.77% from 255 or 12.77% from 188); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0818 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C0818 is #63F7E7. Grayscale: #363636. Windows color (decimal): -6551528 or 1575068. OLE color: 1575068.

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

Color convert

RGB156824-
CMYK00.950.850.39
HSL353.51º90.24%32.16%-
HSV(B)353.51º94.87%61.18%-
XYZ13.967.311.54-
YUV54.08111.03200.7-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 82.98%
GREEN value IS 8 (3.52% from 255) = 4.26%
BLUE value IS 24 (9.77% from 255) = 12.77%
R=82.98%
G=4.26%
B=12.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.85
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15682400.950.850.39353.5190.2432.16
Hex9C81805F55271625a20
Octal234103001371254754213240
Binary100111001000110000101111110101011001111011000101011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C0818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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