#9E0B18

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

Shades of Carmine #9E0B18

Tints of Carmine #9E0B18

Color information

#9E0B18 (or 0x9E0B18) is unknown color: approx Carmine. HEX triplet: 9E, 0B and 18. RGB value is (158,11,24). Sum of RGB (Red+Green+Blue) = 158+11+24=193 (25% of max value = 765). Red value is 158 (62.11% from 255 or 81.87% from 193); Green value is 11 (4.69% from 255 or 5.70% from 193); Blue value is 24 (9.77% from 255 or 12.44% from 193); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0B18 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E0B18 is #61F4E7. Grayscale: #383838. Windows color (decimal): -6419688 or 1575838. OLE color: 1575838.

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

Color convert

RGB1581124-
CMYK00.930.850.38
HSL354.69º86.98%33.14%-
HSV(B)354.69º93.04%61.96%-
XYZ14.397.571.57-
YUV56.43109.7200.44-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 81.87%
GREEN value IS 11 (4.69% from 255) = 5.70%
BLUE value IS 24 (9.77% from 255) = 12.44%
R=81.87%
G=5.70%
B=12.44%

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
Decimal158112400.930.850.38354.6986.9833.14
Hex9EB1805D55261635721
Octal236133001351254654312741
Binary100111101011110000101110110101011001101011000111010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E0B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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