Html Css Color HEX #A20E08 Dark Red

📋 copy color: '#A20E08'

red 162 ◦ green 14 ◦ blue 8

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

Shades of Dark Red #A20E08

Tints of Dark Red #A20E08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.35%

R = 88.04%
G = 7.61%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.95

 K value IS 0.36

RGB Variations

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

Color information

#A20E08 (or 0xA20E08) is known color: Dark Red. HEX triplet: A2, 0E and 08. RGB value is (162,14,8). Sum of RGB (Red+Green+Blue) = 162+14+8=184 (24% of max value = 765). Red value is 162 (63.67% from 255 or 88.04% from 184); Green value is 14 (5.86% from 255 or 7.61% from 184); Blue value is 8 (3.52% from 255 or 4.35% from 184); Max value from RGB is 162 - color contains mainly: red. Hex color #A20E08 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20E08 is #5DF1F7. Grayscale: #393939. Windows color (decimal): -6156792 or 528034. OLE color: 528034.

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

Color convert

RGB 162 14 8 -
CMYK 0 0.91 0.95 0.36
HSL 2.34º 0.91% 0.33% -
HSV(B) 2.34º 0.95% 0.64% -
XYZ 15.1 8.01 0.98 -
YUV 57.57 100.03 202.49 -
System Red Green Blue C M Y K H S L
Decimal 162 14 8 0 0.91 0.95 0.36 2.34 0.91 0.33
Hex A2 E 8 0 5B 5F 24 2 5B 21
Octal 242 16 10 0 133 137 44 2 133 41
Binary 10100010 1110 1000 0 1011011 1011111 100100 10 1011011 100001

Color Harmonies of #A20E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20E08

Black with #A20E08

Text Example


Text Example

White with #A20E08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20E08; }

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

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

background-color css

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

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

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

border-color css

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

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

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