#9E0A03

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

Shades of Dark Red #9E0A03

Tints of Dark Red #9E0A03

Color information

#9E0A03 (or 0x9E0A03) is unknown color: approx Dark Red. HEX triplet: 9E, 0A and 03. RGB value is (158,10,3). Sum of RGB (Red+Green+Blue) = 158+10+3=171 (22% of max value = 765). Red value is 158 (62.11% from 255 or 92.40% from 171); Green value is 10 (4.30% from 255 or 5.85% from 171); Blue value is 3 (1.56% from 255 or 1.75% from 171); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0A03 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9E0A03 is #61F5FC. Grayscale: #353535. Windows color (decimal): -6419965 or 199326. OLE color: 199326.

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

Color convert

RGB158103-
CMYK00.940.980.38
HSL2.71º96.27%31.57%-
HSV(B)2.71º98.1%61.96%-
XYZ14.237.490.78-
YUV53.4599.53202.57-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 92.40%
GREEN value IS 10 (4.30% from 255) = 5.85%
BLUE value IS 3 (1.56% from 255) = 1.75%
R=92.40%
G=5.85%
B=1.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.98
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15810300.940.980.382.7196.2731.57
Hex9EA305E622636020
Octal236123013614246314040
Binary10011110101011010111101100010100110111100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E0A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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