Html Css Color HEX #A20E0A Dark Red

📋 copy color: '#A20E0A'

red 162 ◦ green 14 ◦ blue 10

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

Shades of Dark Red #A20E0A

Tints of Dark Red #A20E0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.38%

R = 87.1%
G = 7.53%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.94

 K value IS 0.36

RGB Variations

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

Color information

#A20E0A (or 0xA20E0A) is known color: Dark Red. HEX triplet: A2, 0E and 0A. RGB value is (162,14,10). Sum of RGB (Red+Green+Blue) = 162+14+10=186 (24% of max value = 765). Red value is 162 (63.67% from 255 or 87.10% from 186); Green value is 14 (5.86% from 255 or 7.53% from 186); Blue value is 10 (4.30% from 255 or 5.38% from 186); Max value from RGB is 162 - color contains mainly: red. Hex color #A20E0A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20E0A is #5DF1F5. Grayscale: #393939. Windows color (decimal): -6156790 or 659106. OLE color: 659106.

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

Color convert

RGB 162 14 10 -
CMYK 0 0.91 0.94 0.36
HSL 1.58º 0.88% 0.34% -
HSV(B) 1.58º 0.94% 0.64% -
XYZ 15.11 8.02 1.04 -
YUV 57.8 101.03 202.33 -
System Red Green Blue C M Y K H S L
Decimal 162 14 10 0 0.91 0.94 0.36 1.58 0.88 0.34
Hex A2 E A 0 5B 5E 24 2 58 22
Octal 242 16 12 0 133 136 44 2 130 42
Binary 10100010 1110 1010 0 1011011 1011110 100100 10 1011000 100010

Color Harmonies of #A20E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20E0A

Black with #A20E0A

Text Example


Text Example

White with #A20E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20E0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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