#910A03

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

Shades of Dark Red #910A03

Tints of Dark Red #910A03

Color information

#910A03 (or 0x910A03) is unknown color: approx Dark Red. HEX triplet: 91, 0A and 03. RGB value is (145,10,3). Sum of RGB (Red+Green+Blue) = 145+10+3=158 (20% of max value = 765). Red value is 145 (57.03% from 255 or 91.77% from 158); Green value is 10 (4.30% from 255 or 6.33% from 158); Blue value is 3 (1.56% from 255 or 1.90% from 158); Max value from RGB is 145 - color contains mainly: red. Hex color #910A03 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #910A03 is #6EF5FC. Grayscale: #313131. Windows color (decimal): -7271933 or 199313. OLE color: 199313.

HSL color Cylindrical-coordinate representation of color #910A03: hue angle of 2.96º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #910A03 is Cyan = 0, Magento = 0.93, Yellow = 0.98 and Black (K on CMYK) = 0.43.

Color convert

RGB145103-
CMYK00.930.980.43
HSL2.96º95.95%29.02%-
HSV(B)2.96º97.93%56.86%-
XYZ11.86.240.67-
YUV49.57101.73196.07-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 91.77%
GREEN value IS 10 (4.30% from 255) = 6.33%
BLUE value IS 3 (1.56% from 255) = 1.90%
R=91.77%
G=6.33%
B=1.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.98
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14510300.930.980.432.9695.9529.02
Hex91A305D622B3601d
Octal221123013514253314035
Binary1001000110101101011101110001010101111110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #910A03; }

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

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

<style>
 a { background-color: #910A03; }

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

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

<style>
 span { border-color: #910A03; }

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

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