Html Css Color HEX #AA020B Sangria

📋 copy color: '#AA020B'

red 170 ◦ green 2 ◦ blue 11

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

Shades of Sangria #AA020B

Tints of Sangria #AA020B

RGB

 RED value IS 170 (66.8% from 255) = 92.9%

 GREEN value IS 2 (1.17% from 255) = 1.09%

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

R = 92.9%
G = 1.09%
B = 6.01%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AA020B (or 0xAA020B) is known color: Sangria. HEX triplet: AA, 02 and 0B. RGB value is (170,2,11). Sum of RGB (Red+Green+Blue) = 170+2+11=183 (24% of max value = 765). Red value is 170 (66.80% from 255 or 92.90% from 183); Green value is 2 (1.17% from 255 or 1.09% from 183); Blue value is 11 (4.69% from 255 or 6.01% from 183); Max value from RGB is 170 - color contains mainly: red. Hex color #AA020B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA020B is #55FDF4. Grayscale: #353535. Windows color (decimal): -5635573 or 721578. OLE color: 721578.

HSL color Cylindrical-coordinate representation of color #AA020B: hue angle of 356.79º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA020B is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 2 11 -
CMYK 0 0.99 0.94 0.33
HSL 356.79º 0.98% 0.34% -
HSV(B) 356.79º 0.99% 0.67% -
XYZ 16.66 8.61 1.1 -
YUV 53.26 104.16 211.27 -
System Red Green Blue C M Y K H S L
Decimal 170 2 11 0 0.99 0.94 0.33 356.79 0.98 0.34
Hex AA 2 B 0 63 5E 21 165 62 22
Octal 252 2 13 0 143 136 41 545 142 42
Binary 10101010 10 1011 0 1100011 1011110 100001 101100101 1100010 100010

Color Harmonies of #AA020B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA020B

Black with #AA020B

Text Example


Text Example

White with #AA020B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA020B; }

 p { color: rgb(170,2,11); }

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

background-color css

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

 a { background-color: rgb(170,2,11); }

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

border-color css

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

 span { border-color: rgb(170,2,11); }

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