Html Css Color HEX #AA450D Rust

📋 copy color: '#AA450D'

red 170 ◦ green 69 ◦ blue 13

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

Shades of Rust #AA450D

Tints of Rust #AA450D

RGB

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

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

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

R = 67.46%
G = 27.38%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AA450D (or 0xAA450D) is known color: Rust. HEX triplet: AA, 45 and 0D. RGB value is (170,69,13). Sum of RGB (Red+Green+Blue) = 170+69+13=252 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.46% from 252); Green value is 69 (27.34% from 255 or 27.38% from 252); Blue value is 13 (5.47% from 255 or 5.16% from 252); Max value from RGB is 170 - color contains mainly: red. Hex color #AA450D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA450D is #55BAF2. Grayscale: #5D5D5D. Windows color (decimal): -5618419 or 869802. OLE color: 869802.

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

Color convert

RGB 170 69 13 -
CMYK 0 0.59 0.92 0.33
HSL 21.4º 0.86% 0.36% -
HSV(B) 21.4º 0.92% 0.67% -
XYZ 18.78 12.83 1.87 -
YUV 92.82 82.96 183.05 -
System Red Green Blue C M Y K H S L
Decimal 170 69 13 0 0.59 0.92 0.33 21.4 0.86 0.36
Hex AA 45 D 0 3B 5C 21 15 56 24
Octal 252 105 15 0 73 134 41 25 126 44
Binary 10101010 1000101 1101 0 111011 1011100 100001 10101 1010110 100100

Color Harmonies of #AA450D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA450D

Black with #AA450D

Text Example


Text Example

White with #AA450D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA450D; }

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

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

background-color css

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

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

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

border-color css

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

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

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