Html Css Color HEX #A2120B Dark Red

📋 copy color: '#A2120B'

red 162 ◦ green 18 ◦ blue 11

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

Shades of Dark Red #A2120B

Tints of Dark Red #A2120B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.42%

 BLUE value IS 11 (4.69% from 255) = 5.76%

R = 84.82%
G = 9.42%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.93

 K value IS 0.36

RGB Variations

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

Color information

#A2120B (or 0xA2120B) is known color: Dark Red. HEX triplet: A2, 12 and 0B. RGB value is (162,18,11). Sum of RGB (Red+Green+Blue) = 162+18+11=191 (25% of max value = 765). Red value is 162 (63.67% from 255 or 84.82% from 191); Green value is 18 (7.42% from 255 or 9.42% from 191); Blue value is 11 (4.69% from 255 or 5.76% from 191); Max value from RGB is 162 - color contains mainly: red. Hex color #A2120B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A2120B is #5DEDF4. Grayscale: #3C3C3C. Windows color (decimal): -6155765 or 725666. OLE color: 725666.

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

Color convert

RGB 162 18 11 -
CMYK 0 0.89 0.93 0.36
HSL 2.78º 0.87% 0.34% -
HSV(B) 2.78º 0.93% 0.64% -
XYZ 15.18 8.14 1.09 -
YUV 60.26 100.21 200.57 -
System Red Green Blue C M Y K H S L
Decimal 162 18 11 0 0.89 0.93 0.36 2.78 0.87 0.34
Hex A2 12 B 0 59 5D 24 3 57 22
Octal 242 22 13 0 131 135 44 3 127 42
Binary 10100010 10010 1011 0 1011001 1011101 100100 11 1010111 100010

Color Harmonies of #A2120B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2120B

Black with #A2120B

Text Example


Text Example

White with #A2120B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2120B; }

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

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

background-color css

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

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

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

border-color css

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

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

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