#8B0C18

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

Shades of Carmine #8B0C18

Tints of Carmine #8B0C18

Color information

#8B0C18 (or 0x8B0C18) is unknown color: approx Carmine. HEX triplet: 8B, 0C and 18. RGB value is (139,12,24). Sum of RGB (Red+Green+Blue) = 139+12+24=175 (23% of max value = 765). Red value is 139 (54.69% from 255 or 79.43% from 175); Green value is 12 (5.08% from 255 or 6.86% from 175); Blue value is 24 (9.77% from 255 or 13.71% from 175); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0C18 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B0C18 is #74F3E7. Grayscale: #333333. Windows color (decimal): -7664616 or 1576075. OLE color: 1576075.

HSL color Cylindrical-coordinate representation of color #8B0C18: hue angle of 354.33º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8B0C18 is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.45.

Color convert

RGB1391224-
CMYK00.910.830.45
HSL354.33º84.11%29.61%-
HSV(B)354.33º91.37%54.51%-
XYZ10.945.821.41-
YUV51.34112.58190.52-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 79.43%
GREEN value IS 12 (5.08% from 255) = 6.86%
BLUE value IS 24 (9.77% from 255) = 13.71%
R=79.43%
G=6.86%
B=13.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.83
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139122400.910.830.45354.3384.1129.61
Hex8BC1805B532D162541e
Octal213143001331235554212436
Binary10001011110011000010110111010011101101101100010101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B0C18; }

 p { color: rgb(139,12,24); }

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

<style>
 a { background-color: #8B0C18; }

 a { background-color: rgb(139,12,24); }

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

<style>
 span { border-color: #8B0C18; }

 span { border-color: rgb(139,12,24); }

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