Html Css Color HEX #AA0109 Sangria

📋 copy color: '#AA0109'

red 170 ◦ green 1 ◦ blue 9

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

Shades of Sangria #AA0109

Tints of Sangria #AA0109

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.56%

 BLUE value IS 9 (3.91% from 255) = 5%

R = 94.44%
G = 0.56%
B = 5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AA0109 (or 0xAA0109) is known color: Sangria. HEX triplet: AA, 01 and 09. RGB value is (170,1,9). Sum of RGB (Red+Green+Blue) = 170+1+9=180 (23% of max value = 765). Red value is 170 (66.80% from 255 or 94.44% from 180); Green value is 1 (0.78% from 255 or 0.56% from 180); Blue value is 9 (3.91% from 255 or 5% from 180); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0109 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0109 is #55FEF6. Grayscale: #343434. Windows color (decimal): -5635831 or 590250. OLE color: 590250.

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

Color convert

RGB 170 1 9 -
CMYK 0 0.99 0.95 0.33
HSL 357.16º 0.99% 0.34% -
HSV(B) 357.16º 0.99% 0.67% -
XYZ 16.64 8.59 1.04 -
YUV 52.44 103.49 211.85 -
System Red Green Blue C M Y K H S L
Decimal 170 1 9 0 0.99 0.95 0.33 357.16 0.99 0.34
Hex AA 1 9 0 63 5F 21 165 63 22
Octal 252 1 11 0 143 137 41 545 143 42
Binary 10101010 1 1001 0 1100011 1011111 100001 101100101 1100011 100010

Color Harmonies of #AA0109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0109

Black with #AA0109

Text Example


Text Example

White with #AA0109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0109; }

 p { color: rgb(170,1,9); }

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

background-color css

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

 a { background-color: rgb(170,1,9); }

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

border-color css

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

 span { border-color: rgb(170,1,9); }

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