Html Css Color HEX #AA0A0D Sangria

📋 copy color: '#AA0A0D'

red 170 ◦ green 10 ◦ blue 13

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

Shades of Sangria #AA0A0D

Tints of Sangria #AA0A0D

RGB

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

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

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

R = 88.08%
G = 5.18%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AA0A0D (or 0xAA0A0D) is known color: Sangria. HEX triplet: AA, 0A and 0D. RGB value is (170,10,13). Sum of RGB (Red+Green+Blue) = 170+10+13=193 (25% of max value = 765). Red value is 170 (66.80% from 255 or 88.08% from 193); Green value is 10 (4.30% from 255 or 5.18% from 193); Blue value is 13 (5.47% from 255 or 6.74% from 193); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0A0D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0A0D is #55F5F2. Grayscale: #3A3A3A. Windows color (decimal): -5633523 or 854698. OLE color: 854698.

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

Color convert

RGB 170 10 13 -
CMYK 0 0.94 0.92 0.33
HSL 358.88º 0.89% 0.35% -
HSV(B) 358.88º 0.94% 0.67% -
XYZ 16.76 8.79 1.19 -
YUV 58.18 102.51 207.76 -
System Red Green Blue C M Y K H S L
Decimal 170 10 13 0 0.94 0.92 0.33 358.88 0.89 0.35
Hex AA A D 0 5E 5C 21 167 59 23
Octal 252 12 15 0 136 134 41 547 131 43
Binary 10101010 1010 1101 0 1011110 1011100 100001 101100111 1011001 100011

Color Harmonies of #AA0A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0A0D

Black with #AA0A0D

Text Example


Text Example

White with #AA0A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0A0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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