#9e0b17

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

Shades of Carmine #9E0B17

Tints of Carmine #9E0B17

Color information

#9E0B17 (or 0x9E0B17) is unknown color: approx Carmine. HEX triplet: 9E, 0B and 17. RGB value is (158,11,23). Sum of RGB (Red+Green+Blue) = 158+11+23=192 (25% of max value = 765). Red value is 158 (62.11% from 255 or 82.29% from 192); Green value is 11 (4.69% from 255 or 5.73% from 192); Blue value is 23 (9.38% from 255 or 11.98% from 192); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0B17 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E0B17 is #61F4E8. Grayscale: #383838. Windows color (decimal): -6419689 or 1510302. OLE color: 1510302.

HSL color Cylindrical-coordinate representation of color #9E0B17: hue angle of 355.1º 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 #9E0B17 is Cyan = 0, Magento = 0.93, Yellow = 0.85 and Black (K on CMYK) = 0.38.

Color convert

RGB1581123-
CMYK00.930.850.38
HSL355.1º86.98%33.14%-
HSV(B)355.1º93.04%61.96%-
XYZ14.377.571.51-
YUV56.32109.2200.52-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 82.29%
GREEN value IS 11 (4.69% from 255) = 5.73%
BLUE value IS 23 (9.38% from 255) = 11.98%
R=82.29%
G=5.73%
B=11.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.85
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158112300.930.850.38355.186.9833.14
Hex9EB1705D55261635721
Octal236132701351254654312741
Binary100111101011101110101110110101011001101011000111010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9e0b17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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