Html Css Color HEX #AA0305 Sangria

📋 copy color: '#AA0305'

red 170 ◦ green 3 ◦ blue 5

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

Shades of Sangria #AA0305

Tints of Sangria #AA0305

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.69%

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

R = 95.51%
G = 1.69%
B = 2.81%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#AA0305 (or 0xAA0305) is known color: Sangria. HEX triplet: AA, 03 and 05. RGB value is (170,3,5). Sum of RGB (Red+Green+Blue) = 170+3+5=178 (23% of max value = 765). Red value is 170 (66.80% from 255 or 95.51% from 178); Green value is 3 (1.56% from 255 or 1.69% from 178); Blue value is 5 (2.34% from 255 or 2.81% from 178); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0305 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0305 is #55FCFA. Grayscale: #353535. Windows color (decimal): -5635323 or 328618. OLE color: 328618.

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

Color convert

RGB 170 3 5 -
CMYK 0 0.98 0.97 0.33
HSL 359.28º 0.97% 0.34% -
HSV(B) 359.28º 0.98% 0.67% -
XYZ 16.64 8.62 0.93 -
YUV 53.16 100.83 211.34 -
System Red Green Blue C M Y K H S L
Decimal 170 3 5 0 0.98 0.97 0.33 359.28 0.97 0.34
Hex AA 3 5 0 62 61 21 167 61 22
Octal 252 3 5 0 142 141 41 547 141 42
Binary 10101010 11 101 0 1100010 1100001 100001 101100111 1100001 100010

Color Harmonies of #AA0305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0305

Black with #AA0305

Text Example


Text Example

White with #AA0305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0305; }

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

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

background-color css

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

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

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

border-color css

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

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

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