Html Css Color HEX #AA030B Sangria

📋 copy color: '#AA030B'

red 170 ◦ green 3 ◦ blue 11

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

Shades of Sangria #AA030B

Tints of Sangria #AA030B

RGB

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

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

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

R = 92.39%
G = 1.63%
B = 5.98%

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

#AA030B (or 0xAA030B) is known color: Sangria. HEX triplet: AA, 03 and 0B. RGB value is (170,3,11). Sum of RGB (Red+Green+Blue) = 170+3+11=184 (24% of max value = 765). Red value is 170 (66.80% from 255 or 92.39% from 184); Green value is 3 (1.56% from 255 or 1.63% from 184); Blue value is 11 (4.69% from 255 or 5.98% from 184); Max value from RGB is 170 - color contains mainly: red. Hex color #AA030B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA030B is #55FCF4. Grayscale: #353535. Windows color (decimal): -5635317 or 721834. OLE color: 721834.

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

Color convert

RGB 170 3 11 -
CMYK 0 0.98 0.94 0.33
HSL 357.13º 0.97% 0.34% -
HSV(B) 357.13º 0.98% 0.67% -
XYZ 16.67 8.64 1.1 -
YUV 53.85 103.83 210.85 -
System Red Green Blue C M Y K H S L
Decimal 170 3 11 0 0.98 0.94 0.33 357.13 0.97 0.34
Hex AA 3 B 0 62 5E 21 165 61 22
Octal 252 3 13 0 142 136 41 545 141 42
Binary 10101010 11 1011 0 1100010 1011110 100001 101100101 1100001 100010

Color Harmonies of #AA030B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA030B

Black with #AA030B

Text Example


Text Example

White with #AA030B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA030B; }

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

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

background-color css

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

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

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

border-color css

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

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

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