Html Css Color HEX #AA010B Sangria

📋 copy color: '#AA010B'

red 170 ◦ green 1 ◦ blue 11

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

Shades of Sangria #AA010B

Tints of Sangria #AA010B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.55%

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

R = 93.41%
G = 0.55%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AA010B (or 0xAA010B) is known color: Sangria. HEX triplet: AA, 01 and 0B. RGB value is (170,1,11). Sum of RGB (Red+Green+Blue) = 170+1+11=182 (24% of max value = 765). Red value is 170 (66.80% from 255 or 93.41% from 182); Green value is 1 (0.78% from 255 or 0.55% from 182); Blue value is 11 (4.69% from 255 or 6.04% from 182); Max value from RGB is 170 - color contains mainly: red. Hex color #AA010B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA010B is #55FEF4. Grayscale: #343434. Windows color (decimal): -5635829 or 721322. OLE color: 721322.

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

Color convert

RGB 170 1 11 -
CMYK 0 0.99 0.94 0.33
HSL 356.45º 0.99% 0.34% -
HSV(B) 356.45º 0.99% 0.67% -
XYZ 16.65 8.59 1.1 -
YUV 52.67 104.49 211.69 -
System Red Green Blue C M Y K H S L
Decimal 170 1 11 0 0.99 0.94 0.33 356.45 0.99 0.34
Hex AA 1 B 0 63 5E 21 164 63 22
Octal 252 1 13 0 143 136 41 544 143 42
Binary 10101010 1 1011 0 1100011 1011110 100001 101100100 1100011 100010

Color Harmonies of #AA010B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA010B

Black with #AA010B

Text Example


Text Example

White with #AA010B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA010B; }

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

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

background-color css

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

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

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

border-color css

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

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

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