Html Css Color HEX #AA0B0C Sangria

📋 copy color: '#AA0B0C'

red 170 ◦ green 11 ◦ blue 12

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

Shades of Sangria #AA0B0C

Tints of Sangria #AA0B0C

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.7%

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

R = 88.08%
G = 5.7%
B = 6.22%

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

#AA0B0C (or 0xAA0B0C) is known color: Sangria. HEX triplet: AA, 0B and 0C. RGB value is (170,11,12). Sum of RGB (Red+Green+Blue) = 170+11+12=193 (25% of max value = 765). Red value is 170 (66.80% from 255 or 88.08% from 193); Green value is 11 (4.69% from 255 or 5.70% from 193); Blue value is 12 (5.08% from 255 or 6.22% from 193); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0B0C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0B0C is #55F4F3. Grayscale: #3A3A3A. Windows color (decimal): -5633268 or 789418. OLE color: 789418.

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

Color convert

RGB 170 11 12 -
CMYK 0 0.94 0.93 0.33
HSL 359.62º 0.88% 0.35% -
HSV(B) 359.62º 0.94% 0.67% -
XYZ 16.76 8.81 1.17 -
YUV 58.66 101.68 207.42 -
System Red Green Blue C M Y K H S L
Decimal 170 11 12 0 0.94 0.93 0.33 359.62 0.88 0.35
Hex AA B C 0 5E 5D 21 168 58 23
Octal 252 13 14 0 136 135 41 550 130 43
Binary 10101010 1011 1100 0 1011110 1011101 100001 101101000 1011000 100011

Color Harmonies of #AA0B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0B0C

Black with #AA0B0C

Text Example


Text Example

White with #AA0B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0B0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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