#8B0C16

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

Shades of Carmine #8B0C16

Tints of Carmine #8B0C16

Color information

#8B0C16 (or 0x8B0C16) is unknown color: approx Carmine. HEX triplet: 8B, 0C and 16. RGB value is (139,12,22). Sum of RGB (Red+Green+Blue) = 139+12+22=173 (22% of max value = 765). Red value is 139 (54.69% from 255 or 80.35% from 173); Green value is 12 (5.08% from 255 or 6.94% from 173); Blue value is 22 (8.98% from 255 or 12.72% from 173); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0C16 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B0C16 is #74F3E9. Grayscale: #333333. Windows color (decimal): -7664618 or 1445003. OLE color: 1445003.

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

Color convert

RGB1391222-
CMYK00.910.840.45
HSL355.28º84.11%29.61%-
HSV(B)355.28º91.37%54.51%-
XYZ10.925.811.3-
YUV51.11111.58190.69-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 80.35%
GREEN value IS 12 (5.08% from 255) = 6.94%
BLUE value IS 22 (8.98% from 255) = 12.72%
R=80.35%
G=6.94%
B=12.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.84
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139122200.910.840.45355.2884.1129.61
Hex8BC1605B542D163541e
Octal213142601331245554312436
Binary10001011110010110010110111010100101101101100011101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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