Html Css Color HEX #AA040D Sangria

📋 copy color: '#AA040D'

red 170 ◦ green 4 ◦ blue 13

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

Shades of Sangria #AA040D

Tints of Sangria #AA040D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.95%

R = 90.91%
G = 2.14%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AA040D (or 0xAA040D) is known color: Sangria. HEX triplet: AA, 04 and 0D. RGB value is (170,4,13). Sum of RGB (Red+Green+Blue) = 170+4+13=187 (24% of max value = 765). Red value is 170 (66.80% from 255 or 90.91% from 187); Green value is 4 (1.95% from 255 or 2.14% from 187); Blue value is 13 (5.47% from 255 or 6.95% from 187); Max value from RGB is 170 - color contains mainly: red. Hex color #AA040D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA040D is #55FBF2. Grayscale: #363636. Windows color (decimal): -5635059 or 853162. OLE color: 853162.

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

Color convert

RGB 170 4 13 -
CMYK 0 0.98 0.92 0.33
HSL 356.75º 0.95% 0.34% -
HSV(B) 356.75º 0.98% 0.67% -
XYZ 16.69 8.66 1.17 -
YUV 54.66 104.5 210.27 -
System Red Green Blue C M Y K H S L
Decimal 170 4 13 0 0.98 0.92 0.33 356.75 0.95 0.34
Hex AA 4 D 0 62 5C 21 165 5F 22
Octal 252 4 15 0 142 134 41 545 137 42
Binary 10101010 100 1101 0 1100010 1011100 100001 101100101 1011111 100010

Color Harmonies of #AA040D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA040D

Black with #AA040D

Text Example


Text Example

White with #AA040D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA040D; }

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

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

background-color css

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

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

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

border-color css

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

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

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