Html Css Color HEX #A20A0B Sangria

📋 copy color: '#A20A0B'

red 162 ◦ green 10 ◦ blue 11

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

Shades of Sangria #A20A0B

Tints of Sangria #A20A0B

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.46%

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

R = 88.52%
G = 5.46%
B = 6.01%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.93

 K value IS 0.36

RGB Variations

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

Color information

#A20A0B (or 0xA20A0B) is known color: Sangria. HEX triplet: A2, 0A and 0B. RGB value is (162,10,11). Sum of RGB (Red+Green+Blue) = 162+10+11=183 (24% of max value = 765). Red value is 162 (63.67% from 255 or 88.52% from 183); Green value is 10 (4.30% from 255 or 5.46% from 183); Blue value is 11 (4.69% from 255 or 6.01% from 183); Max value from RGB is 162 - color contains mainly: red. Hex color #A20A0B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A20A0B is #5DF5F4. Grayscale: #373737. Windows color (decimal): -6157813 or 723618. OLE color: 723618.

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

Color convert

RGB 162 10 11 -
CMYK 0 0.94 0.93 0.36
HSL 359.61º 0.88% 0.34% -
HSV(B) 359.61º 0.94% 0.64% -
XYZ 15.07 7.92 1.05 -
YUV 55.56 102.86 203.92 -
System Red Green Blue C M Y K H S L
Decimal 162 10 11 0 0.94 0.93 0.36 359.61 0.88 0.34
Hex A2 A B 0 5E 5D 24 168 58 22
Octal 242 12 13 0 136 135 44 550 130 42
Binary 10100010 1010 1011 0 1011110 1011101 100100 101101000 1011000 100010

Color Harmonies of #A20A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20A0B

Black with #A20A0B

Text Example


Text Example

White with #A20A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20A0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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