Html Css Color HEX #AA450B Rust

📋 copy color: '#AA450B'

red 170 ◦ green 69 ◦ blue 11

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

Shades of Rust #AA450B

Tints of Rust #AA450B

RGB

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

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

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

R = 68%
G = 27.6%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AA450B (or 0xAA450B) is known color: Rust. HEX triplet: AA, 45 and 0B. RGB value is (170,69,11). Sum of RGB (Red+Green+Blue) = 170+69+11=250 (33% of max value = 765). Red value is 170 (66.80% from 255 or 68% from 250); Green value is 69 (27.34% from 255 or 27.6% from 250); Blue value is 11 (4.69% from 255 or 4.4% from 250); Max value from RGB is 170 - color contains mainly: red. Hex color #AA450B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA450B is #55BAF4. Grayscale: #5C5C5C. Windows color (decimal): -5618421 or 738730. OLE color: 738730.

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

Color convert

RGB 170 69 11 -
CMYK 0 0.59 0.94 0.33
HSL 21.89º 0.88% 0.35% -
HSV(B) 21.89º 0.94% 0.67% -
XYZ 18.77 12.83 1.8 -
YUV 92.59 81.96 183.22 -
System Red Green Blue C M Y K H S L
Decimal 170 69 11 0 0.59 0.94 0.33 21.89 0.88 0.35
Hex AA 45 B 0 3B 5E 21 16 58 23
Octal 252 105 13 0 73 136 41 26 130 43
Binary 10101010 1000101 1011 0 111011 1011110 100001 10110 1011000 100011

Color Harmonies of #AA450B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA450B

Black with #AA450B

Text Example


Text Example

White with #AA450B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA450B; }

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

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

background-color css

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

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

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

border-color css

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

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

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