#9E0A16

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

Shades of Carmine #9E0A16

Tints of Carmine #9E0A16

Color information

#9E0A16 (or 0x9E0A16) is unknown color: approx Carmine. HEX triplet: 9E, 0A and 16. RGB value is (158,10,22). Sum of RGB (Red+Green+Blue) = 158+10+22=190 (25% of max value = 765). Red value is 158 (62.11% from 255 or 83.16% from 190); Green value is 10 (4.30% from 255 or 5.26% from 190); Blue value is 22 (8.98% from 255 or 11.58% from 190); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0A16 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E0A16 is #61F5E9. Grayscale: #373737. Windows color (decimal): -6419946 or 1444510. OLE color: 1444510.

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

Color convert

RGB1581022-
CMYK00.940.860.38
HSL355.14º88.1%32.94%-
HSV(B)355.14º93.67%61.96%-
XYZ14.357.541.46-
YUV55.62109.03201.02-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 83.16%
GREEN value IS 10 (4.30% from 255) = 5.26%
BLUE value IS 22 (8.98% from 255) = 11.58%
R=83.16%
G=5.26%
B=11.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.86
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158102200.940.860.38355.1488.132.94
Hex9EA1605E56261635821
Octal236122601361264654313041
Binary100111101010101100101111010101101001101011000111011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E0A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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