Html Css Color HEX #AA020D Sangria

📋 copy color: '#AA020D'

red 170 ◦ green 2 ◦ blue 13

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

Shades of Sangria #AA020D

Tints of Sangria #AA020D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.03%

R = 91.89%
G = 1.08%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AA020D (or 0xAA020D) is known color: Sangria. HEX triplet: AA, 02 and 0D. RGB value is (170,2,13). Sum of RGB (Red+Green+Blue) = 170+2+13=185 (24% of max value = 765). Red value is 170 (66.80% from 255 or 91.89% from 185); Green value is 2 (1.17% from 255 or 1.08% from 185); Blue value is 13 (5.47% from 255 or 7.03% from 185); Max value from RGB is 170 - color contains mainly: red. Hex color #AA020D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA020D is #55FDF2. Grayscale: #353535. Windows color (decimal): -5635571 or 852650. OLE color: 852650.

HSL color Cylindrical-coordinate representation of color #AA020D: hue angle of 356.07º 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 #AA020D is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 2 13 -
CMYK 0 0.99 0.92 0.33
HSL 356.07º 0.98% 0.34% -
HSV(B) 356.07º 0.99% 0.67% -
XYZ 16.67 8.62 1.17 -
YUV 53.49 105.16 211.11 -
System Red Green Blue C M Y K H S L
Decimal 170 2 13 0 0.99 0.92 0.33 356.07 0.98 0.34
Hex AA 2 D 0 63 5C 21 164 62 22
Octal 252 2 15 0 143 134 41 544 142 42
Binary 10101010 10 1101 0 1100011 1011100 100001 101100100 1100010 100010

Color Harmonies of #AA020D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA020D

Black with #AA020D

Text Example


Text Example

White with #AA020D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA020D; }

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

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

background-color css

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

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

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

border-color css

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

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

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