Html Css Color HEX #AA0304 Sangria

📋 copy color: '#AA0304'

red 170 ◦ green 3 ◦ blue 4

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

Shades of Sangria #AA0304

Tints of Sangria #AA0304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.26%

R = 96.05%
G = 1.69%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AA0304 (or 0xAA0304) is known color: Sangria. HEX triplet: AA, 03 and 04. RGB value is (170,3,4). Sum of RGB (Red+Green+Blue) = 170+3+4=177 (23% of max value = 765). Red value is 170 (66.80% from 255 or 96.05% from 177); Green value is 3 (1.56% from 255 or 1.69% from 177); Blue value is 4 (1.95% from 255 or 2.26% from 177); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0304 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0304 is #55FCFB. Grayscale: #353535. Windows color (decimal): -5635324 or 263082. OLE color: 263082.

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

Color convert

RGB 170 3 4 -
CMYK 0 0.98 0.98 0.33
HSL 359.64º 0.97% 0.34% -
HSV(B) 359.64º 0.98% 0.67% -
XYZ 16.63 8.62 0.9 -
YUV 53.05 100.33 211.42 -
System Red Green Blue C M Y K H S L
Decimal 170 3 4 0 0.98 0.98 0.33 359.64 0.97 0.34
Hex AA 3 4 0 62 62 21 168 61 22
Octal 252 3 4 0 142 142 41 550 141 42
Binary 10101010 11 100 0 1100010 1100010 100001 101101000 1100001 100010

Color Harmonies of #AA0304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0304

Black with #AA0304

Text Example


Text Example

White with #AA0304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0304; }

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

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

background-color css

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

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

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

border-color css

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

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

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