Html Css Color HEX #AA450F Rust

📋 copy color: '#AA450F'

red 170 ◦ green 69 ◦ blue 15

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

Shades of Rust #AA450F

Tints of Rust #AA450F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.17%

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

R = 66.93%
G = 27.17%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AA450F (or 0xAA450F) is known color: Rust. HEX triplet: AA, 45 and 0F. RGB value is (170,69,15). Sum of RGB (Red+Green+Blue) = 170+69+15=254 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.93% from 254); Green value is 69 (27.34% from 255 or 27.17% from 254); Blue value is 15 (6.25% from 255 or 5.91% from 254); Max value from RGB is 170 - color contains mainly: red. Hex color #AA450F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA450F is #55BAF0. Grayscale: #5D5D5D. Windows color (decimal): -5618417 or 1000874. OLE color: 1000874.

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

Color convert

RGB 170 69 15 -
CMYK 0 0.59 0.91 0.33
HSL 20.9º 0.84% 0.36% -
HSV(B) 20.9º 0.91% 0.67% -
XYZ 18.79 12.84 1.94 -
YUV 93.04 83.96 182.89 -
System Red Green Blue C M Y K H S L
Decimal 170 69 15 0 0.59 0.91 0.33 20.9 0.84 0.36
Hex AA 45 F 0 3B 5B 21 15 54 24
Octal 252 105 17 0 73 133 41 25 124 44
Binary 10101010 1000101 1111 0 111011 1011011 100001 10101 1010100 100100

Color Harmonies of #AA450F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA450F

Black with #AA450F

Text Example


Text Example

White with #AA450F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA450F; }

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

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

background-color css

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

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

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

border-color css

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

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

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