#9A1002

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

Shades of Dark Red #9A1002

Tints of Dark Red #9A1002

Color information

#9A1002 (or 0x9A1002) is unknown color: approx Dark Red. HEX triplet: 9A, 10 and 02. RGB value is (154,16,2). Sum of RGB (Red+Green+Blue) = 154+16+2=172 (22% of max value = 765). Red value is 154 (60.55% from 255 or 89.53% from 172); Green value is 16 (6.64% from 255 or 9.30% from 172); Blue value is 2 (1.17% from 255 or 1.16% from 172); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1002 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9A1002 is #65EFFD. Grayscale: #373737. Windows color (decimal): -6680574 or 135322. OLE color: 135322.

HSL color Cylindrical-coordinate representation of color #9A1002: hue angle of 5.53º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9A1002 is Cyan = 0, Magento = 0.90, Yellow = 0.99 and Black (K on CMYK) = 0.40.

Color convert

RGB154162-
CMYK00.900.990.40
HSL5.53º97.44%30.59%-
HSV(B)5.53º98.7%60.39%-
XYZ13.527.240.74-
YUV55.6797.72198.14-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 89.53%
GREEN value IS 16 (6.64% from 255) = 9.30%
BLUE value IS 2 (1.17% from 255) = 1.16%
R=89.53%
G=9.30%
B=1.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.99
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15416200.900.990.405.5397.4430.59
Hex9A10205A63286611f
Octal232202013214350614137
Binary100110101000010010110101100011101000110110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A1002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,16,2); }

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

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

 a { background-color: rgb(154,16,2); }

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

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

 span { border-color: rgb(154,16,2); }

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