Html Css Color HEX #AA350D Rust

📋 copy color: '#AA350D'

red 170 ◦ green 53 ◦ blue 13

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

Shades of Rust #AA350D

Tints of Rust #AA350D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.51%

R = 72.03%
G = 22.46%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AA350D (or 0xAA350D) is known color: Rust. HEX triplet: AA, 35 and 0D. RGB value is (170,53,13). Sum of RGB (Red+Green+Blue) = 170+53+13=236 (31% of max value = 765). Red value is 170 (66.80% from 255 or 72.03% from 236); Green value is 53 (21.09% from 255 or 22.46% from 236); Blue value is 13 (5.47% from 255 or 5.51% from 236); Max value from RGB is 170 - color contains mainly: red. Hex color #AA350D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA350D is #55CAF2. Grayscale: #535353. Windows color (decimal): -5622515 or 865706. OLE color: 865706.

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

Color convert

RGB 170 53 13 -
CMYK 0 0.69 0.92 0.33
HSL 15.29º 0.86% 0.36% -
HSV(B) 15.29º 0.92% 0.67% -
XYZ 17.92 11.12 1.58 -
YUV 83.42 88.26 189.75 -
System Red Green Blue C M Y K H S L
Decimal 170 53 13 0 0.69 0.92 0.33 15.29 0.86 0.36
Hex AA 35 D 0 45 5C 21 F 56 24
Octal 252 65 15 0 105 134 41 17 126 44
Binary 10101010 110101 1101 0 1000101 1011100 100001 1111 1010110 100100

Color Harmonies of #AA350D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA350D

Black with #AA350D

Text Example


Text Example

White with #AA350D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA350D; }

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

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

background-color css

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

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

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

border-color css

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

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

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