#8B0E18

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

Shades of Carmine #8B0E18

Tints of Carmine #8B0E18

Color information

#8B0E18 (or 0x8B0E18) is unknown color: approx Carmine. HEX triplet: 8B, 0E and 18. RGB value is (139,14,24). Sum of RGB (Red+Green+Blue) = 139+14+24=177 (23% of max value = 765). Red value is 139 (54.69% from 255 or 78.53% from 177); Green value is 14 (5.86% from 255 or 7.91% from 177); Blue value is 24 (9.77% from 255 or 13.56% from 177); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0E18 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B0E18 is #74F1E7. Grayscale: #343434. Windows color (decimal): -7664104 or 1576587. OLE color: 1576587.

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

Color convert

RGB1391424-
CMYK00.900.830.45
HSL355.2º81.7%30%-
HSV(B)355.2º89.93%54.51%-
XYZ10.975.871.42-
YUV52.51111.91189.69-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 78.53%
GREEN value IS 14 (5.86% from 255) = 7.91%
BLUE value IS 24 (9.77% from 255) = 13.56%
R=78.53%
G=7.91%
B=13.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.83
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139142400.900.830.45355.281.730
Hex8BE1805A532D163521e
Octal213163001321235554312236
Binary10001011111011000010110101010011101101101100011101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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