Html Css Color HEX #A20B00 Dark Red

📋 copy color: '#A20B00'

red 162 ◦ green 11 ◦ blue 0

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

Shades of Dark Red #A20B00

Tints of Dark Red #A20B00

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.36%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 93.64%
G = 6.36%
B = 0%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#A20B00 (or 0xA20B00) is known color: Dark Red. HEX triplet: A2, 0B and 00. RGB value is (162,11,0). Sum of RGB (Red+Green+Blue) = 162+11+0=173 (22% of max value = 765). Red value is 162 (63.67% from 255 or 93.64% from 173); Green value is 11 (4.69% from 255 or 6.36% from 173); Blue value is 0 (0.39% from 255 or 0% from 173); Max value from RGB is 162 - color contains mainly: red. Hex color #A20B00 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20B00 is #5DF4FF. Grayscale: #373737. Windows color (decimal): -6157568 or 2978. OLE color: 2978.

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

Color convert

RGB 162 11 0 -
CMYK 0 0.93 1 0.36
HSL 4.07º 1% 0.32% -
HSV(B) 4.07º 1% 0.64% -
XYZ 15.02 7.92 0.74 -
YUV 54.9 97.03 204.39 -
System Red Green Blue C M Y K H S L
Decimal 162 11 0 0 0.93 1 0.36 4.07 1 0.32
Hex A2 B 0 0 5D 64 24 4 64 20
Octal 242 13 0 0 135 144 44 4 144 40
Binary 10100010 1011 0 0 1011101 1100100 100100 100 1100100 100000

Color Harmonies of #A20B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20B00

Black with #A20B00

Text Example


Text Example

White with #A20B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20B00; }

 p { color: rgb(162,11,0); }

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

background-color css

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

 a { background-color: rgb(162,11,0); }

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

border-color css

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

 span { border-color: rgb(162,11,0); }

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