Html Css Color HEX #AA0306 Sangria

📋 copy color: '#AA0306'

red 170 ◦ green 3 ◦ blue 6

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

Shades of Sangria #AA0306

Tints of Sangria #AA0306

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.35%

R = 94.97%
G = 1.68%
B = 3.35%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AA0306 (or 0xAA0306) is known color: Sangria. HEX triplet: AA, 03 and 06. RGB value is (170,3,6). Sum of RGB (Red+Green+Blue) = 170+3+6=179 (23% of max value = 765). Red value is 170 (66.80% from 255 or 94.97% from 179); Green value is 3 (1.56% from 255 or 1.68% from 179); Blue value is 6 (2.73% from 255 or 3.35% from 179); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0306 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA0306 is #55FCF9. Grayscale: #353535. Windows color (decimal): -5635322 or 394154. OLE color: 394154.

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

Color convert

RGB 170 3 6 -
CMYK 0 0.98 0.96 0.33
HSL 358.92º 0.97% 0.34% -
HSV(B) 358.92º 0.98% 0.67% -
XYZ 16.64 8.62 0.96 -
YUV 53.28 101.33 211.26 -
System Red Green Blue C M Y K H S L
Decimal 170 3 6 0 0.98 0.96 0.33 358.92 0.97 0.34
Hex AA 3 6 0 62 60 21 167 61 22
Octal 252 3 6 0 142 140 41 547 141 42
Binary 10101010 11 110 0 1100010 1100000 100001 101100111 1100001 100010

Color Harmonies of #AA0306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0306

Black with #AA0306

Text Example


Text Example

White with #AA0306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0306; }

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

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

background-color css

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

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

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

border-color css

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

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

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