Html Css Color HEX #AA0C0D Sangria

📋 copy color: '#AA0C0D'

red 170 ◦ green 12 ◦ blue 13

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

Shades of Sangria #AA0C0D

Tints of Sangria #AA0C0D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.15%

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

R = 87.18%
G = 6.15%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AA0C0D (or 0xAA0C0D) is known color: Sangria. HEX triplet: AA, 0C and 0D. RGB value is (170,12,13). Sum of RGB (Red+Green+Blue) = 170+12+13=195 (25% of max value = 765). Red value is 170 (66.80% from 255 or 87.18% from 195); Green value is 12 (5.08% from 255 or 6.15% from 195); Blue value is 13 (5.47% from 255 or 6.67% from 195); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0C0D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0C0D is #55F3F2. Grayscale: #3B3B3B. Windows color (decimal): -5633011 or 855210. OLE color: 855210.

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

Color convert

RGB 170 12 13 -
CMYK 0 0.93 0.92 0.33
HSL 359.62º 0.87% 0.36% -
HSV(B) 359.62º 0.93% 0.67% -
XYZ 16.78 8.84 1.2 -
YUV 59.36 101.85 206.92 -
System Red Green Blue C M Y K H S L
Decimal 170 12 13 0 0.93 0.92 0.33 359.62 0.87 0.36
Hex AA C D 0 5D 5C 21 168 57 24
Octal 252 14 15 0 135 134 41 550 127 44
Binary 10101010 1100 1101 0 1011101 1011100 100001 101101000 1010111 100100

Color Harmonies of #AA0C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0C0D

Black with #AA0C0D

Text Example


Text Example

White with #AA0C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0C0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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