Html Css Color HEX #A20804 Dark Red

📋 copy color: '#A20804'

red 162 ◦ green 8 ◦ blue 4

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

Shades of Dark Red #A20804

Tints of Dark Red #A20804

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.6%

 BLUE value IS 4 (1.95% from 255) = 2.3%

R = 93.1%
G = 4.6%
B = 2.3%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A20804 (or 0xA20804) is known color: Dark Red. HEX triplet: A2, 08 and 04. RGB value is (162,8,4). Sum of RGB (Red+Green+Blue) = 162+8+4=174 (23% of max value = 765). Red value is 162 (63.67% from 255 or 93.10% from 174); Green value is 8 (3.52% from 255 or 4.60% from 174); Blue value is 4 (1.95% from 255 or 2.30% from 174); Max value from RGB is 162 - color contains mainly: red. Hex color #A20804 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20804 is #5DF7FB. Grayscale: #353535. Windows color (decimal): -6158332 or 264354. OLE color: 264354.

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

Color convert

RGB 162 8 4 -
CMYK 0 0.95 0.98 0.36
HSL 1.52º 0.95% 0.33% -
HSV(B) 1.52º 0.98% 0.64% -
XYZ 15.01 7.86 0.84 -
YUV 53.59 100.02 205.33 -
System Red Green Blue C M Y K H S L
Decimal 162 8 4 0 0.95 0.98 0.36 1.52 0.95 0.33
Hex A2 8 4 0 5F 62 24 2 5F 21
Octal 242 10 4 0 137 142 44 2 137 41
Binary 10100010 1000 100 0 1011111 1100010 100100 10 1011111 100001

Color Harmonies of #A20804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20804

Black with #A20804

Text Example


Text Example

White with #A20804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20804; }

 p { color: rgb(162,8,4); }

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

background-color css

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

 a { background-color: rgb(162,8,4); }

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

border-color css

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

 span { border-color: rgb(162,8,4); }

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