Html Css Color HEX #AA350F Rust

📋 copy color: '#AA350F'

red 170 ◦ green 53 ◦ blue 15

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

Shades of Rust #AA350F

Tints of Rust #AA350F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.3%

R = 71.43%
G = 22.27%
B = 6.3%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AA350F (or 0xAA350F) is known color: Rust. HEX triplet: AA, 35 and 0F. RGB value is (170,53,15). Sum of RGB (Red+Green+Blue) = 170+53+15=238 (31% of max value = 765). Red value is 170 (66.80% from 255 or 71.43% from 238); Green value is 53 (21.09% from 255 or 22.27% from 238); Blue value is 15 (6.25% from 255 or 6.30% from 238); Max value from RGB is 170 - color contains mainly: red. Hex color #AA350F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA350F is #55CAF0. Grayscale: #535353. Windows color (decimal): -5622513 or 996778. OLE color: 996778.

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

Color convert

RGB 170 53 15 -
CMYK 0 0.69 0.91 0.33
HSL 14.71º 0.84% 0.36% -
HSV(B) 14.71º 0.91% 0.67% -
XYZ 17.94 11.13 1.65 -
YUV 83.65 89.26 189.59 -
System Red Green Blue C M Y K H S L
Decimal 170 53 15 0 0.69 0.91 0.33 14.71 0.84 0.36
Hex AA 35 F 0 45 5B 21 F 54 24
Octal 252 65 17 0 105 133 41 17 124 44
Binary 10101010 110101 1111 0 1000101 1011011 100001 1111 1010100 100100

Color Harmonies of #AA350F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA350F

Black with #AA350F

Text Example


Text Example

White with #AA350F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA350F; }

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

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

background-color css

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

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

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

border-color css

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

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

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