#9E0B16

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

Shades of Carmine #9E0B16

Tints of Carmine #9E0B16

Color information

#9E0B16 (or 0x9E0B16) is unknown color: approx Carmine. HEX triplet: 9E, 0B and 16. RGB value is (158,11,22). Sum of RGB (Red+Green+Blue) = 158+11+22=191 (25% of max value = 765). Red value is 158 (62.11% from 255 or 82.72% from 191); Green value is 11 (4.69% from 255 or 5.76% from 191); Blue value is 22 (8.98% from 255 or 11.52% from 191); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0B16 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E0B16 is #61F4E9. Grayscale: #383838. Windows color (decimal): -6419690 or 1444766. OLE color: 1444766.

HSL color Cylindrical-coordinate representation of color #9E0B16: hue angle of 355.51º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9E0B16 is Cyan = 0, Magento = 0.93, Yellow = 0.86 and Black (K on CMYK) = 0.38.

Color convert

RGB1581122-
CMYK00.930.860.38
HSL355.51º86.98%33.14%-
HSV(B)355.51º93.04%61.96%-
XYZ14.377.571.46-
YUV56.21108.7200.61-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 82.72%
GREEN value IS 11 (4.69% from 255) = 5.76%
BLUE value IS 22 (8.98% from 255) = 11.52%
R=82.72%
G=5.76%
B=11.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.86
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158112200.930.860.38355.5186.9833.14
Hex9EB1605D56261645721
Octal236132601351264654412741
Binary100111101011101100101110110101101001101011001001010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E0B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,11,22); }

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

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

 a { background-color: rgb(158,11,22); }

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

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

 span { border-color: rgb(158,11,22); }

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