Html Css Color HEX #AA0405 Sangria

📋 copy color: '#AA0405'

red 170 ◦ green 4 ◦ blue 5

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

Shades of Sangria #AA0405

Tints of Sangria #AA0405

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.23%

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

R = 94.97%
G = 2.23%
B = 2.79%

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

#AA0405 (or 0xAA0405) is known color: Sangria. HEX triplet: AA, 04 and 05. RGB value is (170,4,5). Sum of RGB (Red+Green+Blue) = 170+4+5=179 (23% of max value = 765). Red value is 170 (66.80% from 255 or 94.97% from 179); Green value is 4 (1.95% from 255 or 2.23% from 179); Blue value is 5 (2.34% from 255 or 2.79% from 179); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0405 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0405 is #55FBFA. Grayscale: #353535. Windows color (decimal): -5635067 or 328874. OLE color: 328874.

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

Color convert

RGB 170 4 5 -
CMYK 0 0.98 0.97 0.33
HSL 359.64º 0.95% 0.34% -
HSV(B) 359.64º 0.98% 0.67% -
XYZ 16.65 8.64 0.93 -
YUV 53.75 100.5 210.92 -
System Red Green Blue C M Y K H S L
Decimal 170 4 5 0 0.98 0.97 0.33 359.64 0.95 0.34
Hex AA 4 5 0 62 61 21 168 5F 22
Octal 252 4 5 0 142 141 41 550 137 42
Binary 10101010 100 101 0 1100010 1100001 100001 101101000 1011111 100010

Color Harmonies of #AA0405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0405

Black with #AA0405

Text Example


Text Example

White with #AA0405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0405; }

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

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

background-color css

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

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

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

border-color css

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

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

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