Html Css Color HEX #A20F05 Dark Red

📋 copy color: '#A20F05'

red 162 ◦ green 15 ◦ blue 5

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

Shades of Dark Red #A20F05

Tints of Dark Red #A20F05

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.24%

 BLUE value IS 5 (2.34% from 255) = 2.75%

R = 89.01%
G = 8.24%
B = 2.75%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.97

 K value IS 0.36

RGB Variations

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

Color information

#A20F05 (or 0xA20F05) is known color: Dark Red. HEX triplet: A2, 0F and 05. RGB value is (162,15,5). Sum of RGB (Red+Green+Blue) = 162+15+5=182 (24% of max value = 765). Red value is 162 (63.67% from 255 or 89.01% from 182); Green value is 15 (6.25% from 255 or 8.24% from 182); Blue value is 5 (2.34% from 255 or 2.75% from 182); Max value from RGB is 162 - color contains mainly: red. Hex color #A20F05 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20F05 is #5DF0FA. Grayscale: #3A3A3A. Windows color (decimal): -6156539 or 331682. OLE color: 331682.

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

Color convert

RGB 162 15 5 -
CMYK 0 0.91 0.97 0.36
HSL 3.82º 0.94% 0.33% -
HSV(B) 3.82º 0.97% 0.64% -
XYZ 15.1 8.03 0.9 -
YUV 57.81 98.2 202.31 -
System Red Green Blue C M Y K H S L
Decimal 162 15 5 0 0.91 0.97 0.36 3.82 0.94 0.33
Hex A2 F 5 0 5B 61 24 4 5E 21
Octal 242 17 5 0 133 141 44 4 136 41
Binary 10100010 1111 101 0 1011011 1100001 100100 100 1011110 100001

Color Harmonies of #A20F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20F05

Black with #A20F05

Text Example


Text Example

White with #A20F05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20F05; }

 p { color: rgb(162,15,5); }

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

background-color css

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

 a { background-color: rgb(162,15,5); }

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

border-color css

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

 span { border-color: rgb(162,15,5); }

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