Html Css Color HEX #AA350B Rust

📋 copy color: '#AA350B'

red 170 ◦ green 53 ◦ blue 11

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

Shades of Rust #AA350B

Tints of Rust #AA350B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.7%

R = 72.65%
G = 22.65%
B = 4.7%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AA350B (or 0xAA350B) is known color: Rust. HEX triplet: AA, 35 and 0B. RGB value is (170,53,11). Sum of RGB (Red+Green+Blue) = 170+53+11=234 (30% of max value = 765). Red value is 170 (66.80% from 255 or 72.65% from 234); Green value is 53 (21.09% from 255 or 22.65% from 234); Blue value is 11 (4.69% from 255 or 4.70% from 234); Max value from RGB is 170 - color contains mainly: red. Hex color #AA350B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA350B is #55CAF4. Grayscale: #535353. Windows color (decimal): -5622517 or 734634. OLE color: 734634.

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

Color convert

RGB 170 53 11 -
CMYK 0 0.69 0.94 0.33
HSL 15.85º 0.88% 0.35% -
HSV(B) 15.85º 0.94% 0.67% -
XYZ 17.91 11.12 1.52 -
YUV 83.2 87.26 189.92 -
System Red Green Blue C M Y K H S L
Decimal 170 53 11 0 0.69 0.94 0.33 15.85 0.88 0.35
Hex AA 35 B 0 45 5E 21 10 58 23
Octal 252 65 13 0 105 136 41 20 130 43
Binary 10101010 110101 1011 0 1000101 1011110 100001 10000 1011000 100011

Color Harmonies of #AA350B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA350B

Black with #AA350B

Text Example


Text Example

White with #AA350B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA350B; }

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

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

background-color css

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

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

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

border-color css

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

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

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