Html Css Color HEX #AA020C Sangria

📋 copy color: '#AA020C'

red 170 ◦ green 2 ◦ blue 12

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

Shades of Sangria #AA020C

Tints of Sangria #AA020C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.52%

R = 92.39%
G = 1.09%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AA020C (or 0xAA020C) is known color: Sangria. HEX triplet: AA, 02 and 0C. RGB value is (170,2,12). Sum of RGB (Red+Green+Blue) = 170+2+12=184 (24% of max value = 765). Red value is 170 (66.80% from 255 or 92.39% from 184); Green value is 2 (1.17% from 255 or 1.09% from 184); Blue value is 12 (5.08% from 255 or 6.52% from 184); Max value from RGB is 170 - color contains mainly: red. Hex color #AA020C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA020C is #55FDF3. Grayscale: #353535. Windows color (decimal): -5635572 or 787114. OLE color: 787114.

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

Color convert

RGB 170 2 12 -
CMYK 0 0.99 0.93 0.33
HSL 356.43º 0.98% 0.34% -
HSV(B) 356.43º 0.99% 0.67% -
XYZ 16.67 8.62 1.13 -
YUV 53.37 104.66 211.19 -
System Red Green Blue C M Y K H S L
Decimal 170 2 12 0 0.99 0.93 0.33 356.43 0.98 0.34
Hex AA 2 C 0 63 5D 21 164 62 22
Octal 252 2 14 0 143 135 41 544 142 42
Binary 10101010 10 1100 0 1100011 1011101 100001 101100100 1100010 100010

Color Harmonies of #AA020C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA020C

Black with #AA020C

Text Example


Text Example

White with #AA020C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA020C; }

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

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

background-color css

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

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

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

border-color css

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

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

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