Html Css Color HEX #AA0A0C Sangria

📋 copy color: '#AA0A0C'

red 170 ◦ green 10 ◦ blue 12

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

Shades of Sangria #AA0A0C

Tints of Sangria #AA0A0C

RGB

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

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

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

R = 88.54%
G = 5.21%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AA0A0C (or 0xAA0A0C) is known color: Sangria. HEX triplet: AA, 0A and 0C. RGB value is (170,10,12). Sum of RGB (Red+Green+Blue) = 170+10+12=192 (25% of max value = 765). Red value is 170 (66.80% from 255 or 88.54% from 192); Green value is 10 (4.30% from 255 or 5.21% from 192); Blue value is 12 (5.08% from 255 or 6.25% from 192); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0A0C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0A0C is #55F5F3. Grayscale: #3A3A3A. Windows color (decimal): -5633524 or 789162. OLE color: 789162.

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

Color convert

RGB 170 10 12 -
CMYK 0 0.94 0.93 0.33
HSL 359.25º 0.89% 0.35% -
HSV(B) 359.25º 0.94% 0.67% -
XYZ 16.75 8.79 1.16 -
YUV 58.07 102.01 207.84 -
System Red Green Blue C M Y K H S L
Decimal 170 10 12 0 0.94 0.93 0.33 359.25 0.89 0.35
Hex AA A C 0 5E 5D 21 167 59 23
Octal 252 12 14 0 136 135 41 547 131 43
Binary 10101010 1010 1100 0 1011110 1011101 100001 101100111 1011001 100011

Color Harmonies of #AA0A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0A0C

Black with #AA0A0C

Text Example


Text Example

White with #AA0A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0A0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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