Html Css Color HEX #AA3502 Rust

📋 copy color: '#AA3502'

red 170 ◦ green 53 ◦ blue 2

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

Shades of Rust #AA3502

Tints of Rust #AA3502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.89%

R = 75.56%
G = 23.56%
B = 0.89%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AA3502 (or 0xAA3502) is known color: Rust. HEX triplet: AA, 35 and 02. RGB value is (170,53,2). Sum of RGB (Red+Green+Blue) = 170+53+2=225 (29% of max value = 765). Red value is 170 (66.80% from 255 or 75.56% from 225); Green value is 53 (21.09% from 255 or 23.56% from 225); Blue value is 2 (1.17% from 255 or 0.89% from 225); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3502 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3502 is #55CAFD. Grayscale: #525252. Windows color (decimal): -5622526 or 144810. OLE color: 144810.

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

Color convert

RGB 170 53 2 -
CMYK 0 0.69 0.99 0.33
HSL 18.21º 0.98% 0.34% -
HSV(B) 18.21º 0.99% 0.67% -
XYZ 17.86 11.1 1.26 -
YUV 82.17 82.76 190.65 -
System Red Green Blue C M Y K H S L
Decimal 170 53 2 0 0.69 0.99 0.33 18.21 0.98 0.34
Hex AA 35 2 0 45 63 21 12 62 22
Octal 252 65 2 0 105 143 41 22 142 42
Binary 10101010 110101 10 0 1000101 1100011 100001 10010 1100010 100010

Color Harmonies of #AA3502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3502

Black with #AA3502

Text Example


Text Example

White with #AA3502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3502; }

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

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

background-color css

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

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

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

border-color css

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

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

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