Html Css Color HEX #A20E04 Dark Red

📋 copy color: '#A20E04'

red 162 ◦ green 14 ◦ blue 4

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

Shades of Dark Red #A20E04

Tints of Dark Red #A20E04

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.78%

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

R = 90%
G = 7.78%
B = 2.22%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A20E04 (or 0xA20E04) is known color: Dark Red. HEX triplet: A2, 0E and 04. RGB value is (162,14,4). Sum of RGB (Red+Green+Blue) = 162+14+4=180 (23% of max value = 765). Red value is 162 (63.67% from 255 or 90% from 180); Green value is 14 (5.86% from 255 or 7.78% from 180); Blue value is 4 (1.95% from 255 or 2.22% from 180); Max value from RGB is 162 - color contains mainly: red. Hex color #A20E04 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20E04 is #5DF1FB. Grayscale: #393939. Windows color (decimal): -6156796 or 265890. OLE color: 265890.

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

Color convert

RGB 162 14 4 -
CMYK 0 0.91 0.98 0.36
HSL 3.8º 0.95% 0.33% -
HSV(B) 3.8º 0.98% 0.64% -
XYZ 15.08 8 0.87 -
YUV 57.11 98.03 202.81 -
System Red Green Blue C M Y K H S L
Decimal 162 14 4 0 0.91 0.98 0.36 3.8 0.95 0.33
Hex A2 E 4 0 5B 62 24 4 5F 21
Octal 242 16 4 0 133 142 44 4 137 41
Binary 10100010 1110 100 0 1011011 1100010 100100 100 1011111 100001

Color Harmonies of #A20E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20E04

Black with #A20E04

Text Example


Text Example

White with #A20E04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20E04; }

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

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

background-color css

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

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

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

border-color css

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

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

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