Html Css Color HEX #AA0203 Sangria

📋 copy color: '#AA0203'

red 170 ◦ green 2 ◦ blue 3

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

Shades of Sangria #AA0203

Tints of Sangria #AA0203

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.71%

R = 97.14%
G = 1.14%
B = 1.71%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AA0203 (or 0xAA0203) is known color: Sangria. HEX triplet: AA, 02 and 03. RGB value is (170,2,3). Sum of RGB (Red+Green+Blue) = 170+2+3=175 (23% of max value = 765). Red value is 170 (66.80% from 255 or 97.14% from 175); Green value is 2 (1.17% from 255 or 1.14% from 175); Blue value is 3 (1.56% from 255 or 1.71% from 175); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0203 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0203 is #55FDFC. Grayscale: #343434. Windows color (decimal): -5635581 or 197290. OLE color: 197290.

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

Color convert

RGB 170 2 3 -
CMYK 0 0.99 0.98 0.33
HSL 359.64º 0.98% 0.34% -
HSV(B) 359.64º 0.99% 0.67% -
XYZ 16.62 8.6 0.87 -
YUV 52.35 100.16 211.92 -
System Red Green Blue C M Y K H S L
Decimal 170 2 3 0 0.99 0.98 0.33 359.64 0.98 0.34
Hex AA 2 3 0 63 62 21 168 62 22
Octal 252 2 3 0 143 142 41 550 142 42
Binary 10101010 10 11 0 1100011 1100010 100001 101101000 1100010 100010

Color Harmonies of #AA0203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0203

Black with #AA0203

Text Example


Text Example

White with #AA0203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0203; }

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

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

background-color css

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

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

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

border-color css

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

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

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