Html Css Color HEX #AA3500 Rust

📋 copy color: '#AA3500'

red 170 ◦ green 53 ◦ blue 0

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

Shades of Rust #AA3500

Tints of Rust #AA3500

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.77%

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

R = 76.23%
G = 23.77%
B = 0%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AA3500 (or 0xAA3500) is known color: Rust. HEX triplet: AA, 35 and 00. RGB value is (170,53,0). Sum of RGB (Red+Green+Blue) = 170+53+0=223 (29% of max value = 765). Red value is 170 (66.80% from 255 or 76.23% from 223); Green value is 53 (21.09% from 255 or 23.77% from 223); Blue value is 0 (0.39% from 255 or 0% from 223); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3500 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3500 is #55CAFF. Grayscale: #525252. Windows color (decimal): -5622528 or 13738. OLE color: 13738.

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

Color convert

RGB 170 53 0 -
CMYK 0 0.69 1 0.33
HSL 18.71º 1% 0.33% -
HSV(B) 18.71º 1% 0.67% -
XYZ 17.85 11.09 1.2 -
YUV 81.94 81.76 190.81 -
System Red Green Blue C M Y K H S L
Decimal 170 53 0 0 0.69 1 0.33 18.71 1 0.33
Hex AA 35 0 0 45 64 21 13 64 21
Octal 252 65 0 0 105 144 41 23 144 41
Binary 10101010 110101 0 0 1000101 1100100 100001 10011 1100100 100001

Color Harmonies of #AA3500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3500

Black with #AA3500

Text Example


Text Example

White with #AA3500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3500; }

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

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

background-color css

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

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

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

border-color css

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

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

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