Html Css Color HEX #AA050C Sangria

📋 copy color: '#AA050C'

red 170 ◦ green 5 ◦ blue 12

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

Shades of Sangria #AA050C

Tints of Sangria #AA050C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.67%

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

R = 90.91%
G = 2.67%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AA050C (or 0xAA050C) is known color: Sangria. HEX triplet: AA, 05 and 0C. RGB value is (170,5,12). Sum of RGB (Red+Green+Blue) = 170+5+12=187 (24% of max value = 765). Red value is 170 (66.80% from 255 or 90.91% from 187); Green value is 5 (2.34% from 255 or 2.67% from 187); Blue value is 12 (5.08% from 255 or 6.42% from 187); Max value from RGB is 170 - color contains mainly: red. Hex color #AA050C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA050C is #55FAF3. Grayscale: #373737. Windows color (decimal): -5634804 or 787882. OLE color: 787882.

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

Color convert

RGB 170 5 12 -
CMYK 0 0.97 0.93 0.33
HSL 357.45º 0.94% 0.34% -
HSV(B) 357.45º 0.97% 0.67% -
XYZ 16.7 8.68 1.14 -
YUV 55.13 103.66 209.93 -
System Red Green Blue C M Y K H S L
Decimal 170 5 12 0 0.97 0.93 0.33 357.45 0.94 0.34
Hex AA 5 C 0 61 5D 21 165 5E 22
Octal 252 5 14 0 141 135 41 545 136 42
Binary 10101010 101 1100 0 1100001 1011101 100001 101100101 1011110 100010

Color Harmonies of #AA050C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA050C

Black with #AA050C

Text Example


Text Example

White with #AA050C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA050C; }

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

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

background-color css

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

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

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

border-color css

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

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

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