Html Css Color HEX #AA040B Sangria

📋 copy color: '#AA040B'

red 170 ◦ green 4 ◦ blue 11

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

Shades of Sangria #AA040B

Tints of Sangria #AA040B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.95%

R = 91.89%
G = 2.16%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AA040B (or 0xAA040B) is known color: Sangria. HEX triplet: AA, 04 and 0B. RGB value is (170,4,11). Sum of RGB (Red+Green+Blue) = 170+4+11=185 (24% of max value = 765). Red value is 170 (66.80% from 255 or 91.89% from 185); Green value is 4 (1.95% from 255 or 2.16% from 185); Blue value is 11 (4.69% from 255 or 5.95% from 185); Max value from RGB is 170 - color contains mainly: red. Hex color #AA040B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA040B is #55FBF4. Grayscale: #363636. Windows color (decimal): -5635061 or 722090. OLE color: 722090.

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

Color convert

RGB 170 4 11 -
CMYK 0 0.98 0.94 0.33
HSL 357.47º 0.95% 0.34% -
HSV(B) 357.47º 0.98% 0.67% -
XYZ 16.68 8.66 1.11 -
YUV 54.43 103.5 210.43 -
System Red Green Blue C M Y K H S L
Decimal 170 4 11 0 0.98 0.94 0.33 357.47 0.95 0.34
Hex AA 4 B 0 62 5E 21 165 5F 22
Octal 252 4 13 0 142 136 41 545 137 42
Binary 10101010 100 1011 0 1100010 1011110 100001 101100101 1011111 100010

Color Harmonies of #AA040B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA040B

Black with #AA040B

Text Example


Text Example

White with #AA040B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA040B; }

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

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

background-color css

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

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

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

border-color css

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

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

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