Html Css Color HEX #AA030A Sangria

📋 copy color: '#AA030A'

red 170 ◦ green 3 ◦ blue 10

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

Shades of Sangria #AA030A

Tints of Sangria #AA030A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 5.46%

R = 92.9%
G = 1.64%
B = 5.46%

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

#AA030A (or 0xAA030A) is known color: Sangria. HEX triplet: AA, 03 and 0A. RGB value is (170,3,10). Sum of RGB (Red+Green+Blue) = 170+3+10=183 (24% of max value = 765). Red value is 170 (66.80% from 255 or 92.90% from 183); Green value is 3 (1.56% from 255 or 1.64% from 183); Blue value is 10 (4.30% from 255 or 5.46% from 183); Max value from RGB is 170 - color contains mainly: red. Hex color #AA030A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA030A is #55FCF5. Grayscale: #353535. Windows color (decimal): -5635318 or 656298. OLE color: 656298.

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

Color convert

RGB 170 3 10 -
CMYK 0 0.98 0.94 0.33
HSL 357.49º 0.97% 0.34% -
HSV(B) 357.49º 0.98% 0.67% -
XYZ 16.66 8.63 1.08 -
YUV 53.73 103.33 210.93 -
System Red Green Blue C M Y K H S L
Decimal 170 3 10 0 0.98 0.94 0.33 357.49 0.97 0.34
Hex AA 3 A 0 62 5E 21 165 61 22
Octal 252 3 12 0 142 136 41 545 141 42
Binary 10101010 11 1010 0 1100010 1011110 100001 101100101 1100001 100010

Color Harmonies of #AA030A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA030A

Black with #AA030A

Text Example


Text Example

White with #AA030A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA030A; }

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

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

background-color css

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

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

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

border-color css

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

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

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