#8B0D18

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

Shades of Carmine #8B0D18

Tints of Carmine #8B0D18

Color information

#8B0D18 (or 0x8B0D18) is unknown color: approx Carmine. HEX triplet: 8B, 0D and 18. RGB value is (139,13,24). Sum of RGB (Red+Green+Blue) = 139+13+24=176 (23% of max value = 765). Red value is 139 (54.69% from 255 or 78.98% from 176); Green value is 13 (5.47% from 255 or 7.39% from 176); Blue value is 24 (9.77% from 255 or 13.64% from 176); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0D18 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B0D18 is #74F2E7. Grayscale: #343434. Windows color (decimal): -7664360 or 1576331. OLE color: 1576331.

HSL color Cylindrical-coordinate representation of color #8B0D18: hue angle of 354.76º degrees, saturation: 0.83, 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 #8B0D18 is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.45.

Color convert

RGB1391324-
CMYK00.910.830.45
HSL354.76º82.89%29.8%-
HSV(B)354.76º90.65%54.51%-
XYZ10.965.841.41-
YUV51.93112.24190.11-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 78.98%
GREEN value IS 13 (5.47% from 255) = 7.39%
BLUE value IS 24 (9.77% from 255) = 13.64%
R=78.98%
G=7.39%
B=13.64%

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
Decimal139132400.910.830.45354.7682.8929.8
Hex8BD1805B532D163531e
Octal213153001331235554312336
Binary10001011110111000010110111010011101101101100011101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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