Html Css Color HEX #A20902 Dark Red

📋 copy color: '#A20902'

red 162 ◦ green 9 ◦ blue 2

#A20902
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Red #A20902

Tints of Dark Red #A20902

RGB

 RED value IS 162 (63.67% from 255) = 93.64%

 GREEN value IS 9 (3.91% from 255) = 5.2%

 BLUE value IS 2 (1.17% from 255) = 1.16%

R = 93.64%
G = 5.2%
B = 1.16%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A20902 (or 0xA20902) is known color: Dark Red. HEX triplet: A2, 09 and 02. RGB value is (162,9,2). Sum of RGB (Red+Green+Blue) = 162+9+2=173 (22% of max value = 765). Red value is 162 (63.67% from 255 or 93.64% from 173); Green value is 9 (3.91% from 255 or 5.20% from 173); Blue value is 2 (1.17% from 255 or 1.16% from 173); Max value from RGB is 162 - color contains mainly: red. Hex color #A20902 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20902 is #5DF6FD. Grayscale: #363636. Windows color (decimal): -6158078 or 133538. OLE color: 133538.

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

Color convert

RGB 162 9 2 -
CMYK 0 0.94 0.99 0.36
HSL 2.63º 0.98% 0.32% -
HSV(B) 2.63º 0.99% 0.64% -
XYZ 15.01 7.88 0.79 -
YUV 53.95 98.69 205.07 -
System Red Green Blue C M Y K H S L
Decimal 162 9 2 0 0.94 0.99 0.36 2.63 0.98 0.32
Hex A2 9 2 0 5E 63 24 3 62 20
Octal 242 11 2 0 136 143 44 3 142 40
Binary 10100010 1001 10 0 1011110 1100011 100100 11 1100010 100000

Color Harmonies of #A20902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20902

Black with #A20902

Text Example


Text Example

White with #A20902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20902; }

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

 H1.HeaderClassName
 {
   color: #A20902;
 }
 .AnyTagClassName
 {
   color: #A20902;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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