Html Css Color HEX #A20908 Dark Red

📋 copy color: '#A20908'

red 162 ◦ green 9 ◦ blue 8

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

Shades of Dark Red #A20908

Tints of Dark Red #A20908

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.03%

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

R = 90.5%
G = 5.03%
B = 4.47%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.95

 K value IS 0.36

RGB Variations

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

Color information

#A20908 (or 0xA20908) is known color: Dark Red. HEX triplet: A2, 09 and 08. RGB value is (162,9,8). Sum of RGB (Red+Green+Blue) = 162+9+8=179 (23% of max value = 765). Red value is 162 (63.67% from 255 or 90.50% from 179); Green value is 9 (3.91% from 255 or 5.03% from 179); Blue value is 8 (3.52% from 255 or 4.47% from 179); Max value from RGB is 162 - color contains mainly: red. Hex color #A20908 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20908 is #5DF6F7. Grayscale: #363636. Windows color (decimal): -6158072 or 526754. OLE color: 526754.

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

Color convert

RGB 162 9 8 -
CMYK 0 0.94 0.95 0.36
HSL 0.39º 0.91% 0.33% -
HSV(B) 0.39º 0.95% 0.64% -
XYZ 15.04 7.89 0.96 -
YUV 54.63 101.69 204.58 -
System Red Green Blue C M Y K H S L
Decimal 162 9 8 0 0.94 0.95 0.36 0.39 0.91 0.33
Hex A2 9 8 0 5E 5F 24 0 5B 21
Octal 242 11 10 0 136 137 44 0 133 41
Binary 10100010 1001 1000 0 1011110 1011111 100100 0 1011011 100001

Color Harmonies of #A20908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20908

Black with #A20908

Text Example


Text Example

White with #A20908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20908; }

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

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

background-color css

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

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

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

border-color css

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

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

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