Html Css Color HEX #A20605 Dark Red

📋 copy color: '#A20605'

red 162 ◦ green 6 ◦ blue 5

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

Shades of Dark Red #A20605

Tints of Dark Red #A20605

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.47%

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

R = 93.64%
G = 3.47%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.97

 K value IS 0.36

RGB Variations

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

Color information

#A20605 (or 0xA20605) is known color: Dark Red. HEX triplet: A2, 06 and 05. RGB value is (162,6,5). Sum of RGB (Red+Green+Blue) = 162+6+5=173 (22% of max value = 765). Red value is 162 (63.67% from 255 or 93.64% from 173); Green value is 6 (2.73% from 255 or 3.47% from 173); Blue value is 5 (2.34% from 255 or 2.89% from 173); Max value from RGB is 162 - color contains mainly: red. Hex color #A20605 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20605 is #5DF9FA. Grayscale: #343434. Windows color (decimal): -6158843 or 329378. OLE color: 329378.

HSL color Cylindrical-coordinate representation of color #A20605: hue angle of 0.38º 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 #A20605 is Cyan = 0, Magento = 0.96, Yellow = 0.97 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 6 5 -
CMYK 0 0.96 0.97 0.36
HSL 0.38º 0.94% 0.33% -
HSV(B) 0.38º 0.97% 0.64% -
XYZ 14.99 7.82 0.86 -
YUV 52.53 101.18 206.08 -
System Red Green Blue C M Y K H S L
Decimal 162 6 5 0 0.96 0.97 0.36 0.38 0.94 0.33
Hex A2 6 5 0 60 61 24 0 5E 21
Octal 242 6 5 0 140 141 44 0 136 41
Binary 10100010 110 101 0 1100000 1100001 100100 0 1011110 100001

Color Harmonies of #A20605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20605

Black with #A20605

Text Example


Text Example

White with #A20605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20605; }

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

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

background-color css

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

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

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

border-color css

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

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

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