#AA0C0D

Color #AA0C0D Sangria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sangria #AA0C0D

Tints of Sangria #AA0C0D

Color information

#AA0C0D (or 0xAA0C0D) is unknown color: approx 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

RGB1701213-
CMYK00.930.920.33
HSL359.62º86.81%35.69%-
HSV(B)359.62º92.94%66.67%-
XYZ16.788.841.2-
YUV59.36101.85206.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% 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 (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.92
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170121300.930.920.33359.6286.8135.69
HexAACD05D5C211685724
Octal252141501351344155012744
Binary10101010110011010101110110111001000011011010001010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA0C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>