#A40902

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

Shades of Dark Red #A40902

Tints of Dark Red #A40902

Color information

#A40902 (or 0xA40902) is unknown color: approx Dark Red. HEX triplet: A4, 09 and 02. RGB value is (164,9,2). Sum of RGB (Red+Green+Blue) = 164+9+2=175 (23% of max value = 765). Red value is 164 (64.45% from 255 or 93.71% from 175); Green value is 9 (3.91% from 255 or 5.14% from 175); Blue value is 2 (1.17% from 255 or 1.14% from 175); Max value from RGB is 164 - color contains mainly: red. Hex color #A40902 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A40902 is #5BF6FD. Grayscale: #363636. Windows color (decimal): -6027006 or 133540. OLE color: 133540.

HSL color Cylindrical-coordinate representation of color #A40902: hue angle of 2.59º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A40902 is Cyan = 0, Magento = 0.95, Yellow = 0.99 and Black (K on CMYK) = 0.36.

Color convert

RGB16492-
CMYK00.950.990.36
HSL2.59º97.59%32.55%-
HSV(B)2.59º98.78%64.31%-
XYZ15.428.090.81-
YUV54.5598.35206.07-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 93.71%
GREEN value IS 9 (3.91% from 255) = 5.14%
BLUE value IS 2 (1.17% from 255) = 1.14%
R=93.71%
G=5.14%
B=1.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.99
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1649200.950.990.362.5997.5932.55
HexA49205F632436221
Octal244112013714344314241
Binary10100100100110010111111100011100100111100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A40902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A40902; }

 p { color: rgb(164,9,2); }

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

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

 a { background-color: rgb(164,9,2); }

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

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

 span { border-color: rgb(164,9,2); }

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