Html Css Color HEX #AA0205 Sangria

📋 copy color: '#AA0205'

red 170 ◦ green 2 ◦ blue 5

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

Shades of Sangria #AA0205

Tints of Sangria #AA0205

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.13%

 BLUE value IS 5 (2.34% from 255) = 2.82%

R = 96.05%
G = 1.13%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#AA0205 (or 0xAA0205) is known color: Sangria. HEX triplet: AA, 02 and 05. RGB value is (170,2,5). Sum of RGB (Red+Green+Blue) = 170+2+5=177 (23% of max value = 765). Red value is 170 (66.80% from 255 or 96.05% from 177); Green value is 2 (1.17% from 255 or 1.13% from 177); Blue value is 5 (2.34% from 255 or 2.82% from 177); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0205 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0205 is #55FDFA. Grayscale: #343434. Windows color (decimal): -5635579 or 328362. OLE color: 328362.

HSL color Cylindrical-coordinate representation of color #AA0205: hue angle of 358.93º degrees, saturation: 0.98, 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 #AA0205 is Cyan = 0, Magento = 0.99, Yellow = 0.97 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 2 5 -
CMYK 0 0.99 0.97 0.33
HSL 358.93º 0.98% 0.34% -
HSV(B) 358.93º 0.99% 0.67% -
XYZ 16.63 8.6 0.93 -
YUV 52.57 101.16 211.76 -
System Red Green Blue C M Y K H S L
Decimal 170 2 5 0 0.99 0.97 0.33 358.93 0.98 0.34
Hex AA 2 5 0 63 61 21 167 62 22
Octal 252 2 5 0 143 141 41 547 142 42
Binary 10101010 10 101 0 1100011 1100001 100001 101100111 1100010 100010

Color Harmonies of #AA0205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0205

Black with #AA0205

Text Example


Text Example

White with #AA0205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0205; }

 p { color: rgb(170,2,5); }

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

background-color css

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

 a { background-color: rgb(170,2,5); }

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

border-color css

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

 span { border-color: rgb(170,2,5); }

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