Html Css Color HEX #AA000C Sangria

📋 copy color: '#AA000C'

red 170 ◦ green 0 ◦ blue 12

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

Shades of Sangria #AA000C

Tints of Sangria #AA000C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 93.41%
G = 0%
B = 6.59%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AA000C (or 0xAA000C) is known color: Sangria. HEX triplet: AA, 00 and 0C. RGB value is (170,0,12). Sum of RGB (Red+Green+Blue) = 170+0+12=182 (24% of max value = 765). Red value is 170 (66.80% from 255 or 93.41% from 182); Green value is 0 (0.39% from 255 or 0% from 182); Blue value is 12 (5.08% from 255 or 6.59% from 182); Max value from RGB is 170 - color contains mainly: red. Hex color #AA000C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA000C is #55FFF3. Grayscale: #343434. Windows color (decimal): -5636084 or 786602. OLE color: 786602.

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

Color convert

RGB 170 0 12 -
CMYK 0 1 0.93 0.33
HSL 355.76º 1% 0.33% -
HSV(B) 355.76º 1% 0.67% -
XYZ 16.64 8.57 1.13 -
YUV 52.2 105.32 212.02 -
System Red Green Blue C M Y K H S L
Decimal 170 0 12 0 1 0.93 0.33 355.76 1 0.33
Hex AA 0 C 0 64 5D 21 164 64 21
Octal 252 0 14 0 144 135 41 544 144 41
Binary 10101010 0 1100 0 1100100 1011101 100001 101100100 1100100 100001

Color Harmonies of #AA000C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA000C

Black with #AA000C

Text Example


Text Example

White with #AA000C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA000C; }

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

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

background-color css

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

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

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

border-color css

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

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

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