Html Css Color HEX #AA2200 Rust

📋 copy color: '#AA2200'

red 170 ◦ green 34 ◦ blue 0

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

Shades of Rust #AA2200

Tints of Rust #AA2200

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.67%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 83.33%
G = 16.67%
B = 0%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AA2200 (or 0xAA2200) is known color: Rust. HEX triplet: AA, 22 and 00. RGB value is (170,34,0). Sum of RGB (Red+Green+Blue) = 170+34+0=204 (27% of max value = 765). Red value is 170 (66.80% from 255 or 83.33% from 204); Green value is 34 (13.67% from 255 or 16.67% from 204); Blue value is 0 (0.39% from 255 or 0% from 204); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2200 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2200 is #55DDFF. Grayscale: #474747. Windows color (decimal): -5627392 or 8874. OLE color: 8874.

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

Color convert

RGB 170 34 0 -
CMYK 0 0.80 1 0.33
HSL 12º 1% 0.33% -
HSV(B) 12º 1% 0.67% -
XYZ 17.15 9.69 0.97 -
YUV 70.79 88.06 198.76 -
System Red Green Blue C M Y K H S L
Decimal 170 34 0 0 0.80 1 0.33 12 1 0.33
Hex AA 22 0 0 50 64 21 C 64 21
Octal 252 42 0 0 120 144 41 14 144 41
Binary 10101010 100010 0 0 1010000 1100100 100001 1100 1100100 100001

Color Harmonies of #AA2200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2200

Black with #AA2200

Text Example


Text Example

White with #AA2200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2200; }

 p { color: rgb(170,34,0); }

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

background-color css

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

 a { background-color: rgb(170,34,0); }

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

border-color css

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

 span { border-color: rgb(170,34,0); }

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