Html Css Color HEX #AA0D0E Sangria

📋 copy color: '#AA0D0E'

red 170 ◦ green 13 ◦ blue 14

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

Shades of Sangria #AA0D0E

Tints of Sangria #AA0D0E

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.6%

 BLUE value IS 14 (5.86% from 255) = 7.11%

R = 86.29%
G = 6.6%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AA0D0E (or 0xAA0D0E) is known color: Sangria. HEX triplet: AA, 0D and 0E. RGB value is (170,13,14). Sum of RGB (Red+Green+Blue) = 170+13+14=197 (26% of max value = 765). Red value is 170 (66.80% from 255 or 86.29% from 197); Green value is 13 (5.47% from 255 or 6.60% from 197); Blue value is 14 (5.86% from 255 or 7.11% from 197); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0D0E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0D0E is #55F2F1. Grayscale: #3C3C3C. Windows color (decimal): -5632754 or 921002. OLE color: 921002.

HSL color Cylindrical-coordinate representation of color #AA0D0E: hue angle of 359.62º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AA0D0E is Cyan = 0, Magento = 0.92, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 13 14 -
CMYK 0 0.92 0.92 0.33
HSL 359.62º 0.86% 0.36% -
HSV(B) 359.62º 0.92% 0.67% -
XYZ 16.8 8.87 1.24 -
YUV 60.06 102.01 206.42 -
System Red Green Blue C M Y K H S L
Decimal 170 13 14 0 0.92 0.92 0.33 359.62 0.86 0.36
Hex AA D E 0 5C 5C 21 168 56 24
Octal 252 15 16 0 134 134 41 550 126 44
Binary 10101010 1101 1110 0 1011100 1011100 100001 101101000 1010110 100100

Color Harmonies of #AA0D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0D0E

Black with #AA0D0E

Text Example


Text Example

White with #AA0D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0D0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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