Html Css Color HEX #AA490D Rust

📋 copy color: '#AA490D'

red 170 ◦ green 73 ◦ blue 13

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

Shades of Rust #AA490D

Tints of Rust #AA490D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.52%

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

R = 66.41%
G = 28.52%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AA490D (or 0xAA490D) is known color: Rust. HEX triplet: AA, 49 and 0D. RGB value is (170,73,13). Sum of RGB (Red+Green+Blue) = 170+73+13=256 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.41% from 256); Green value is 73 (28.91% from 255 or 28.52% from 256); Blue value is 13 (5.47% from 255 or 5.08% from 256); Max value from RGB is 170 - color contains mainly: red. Hex color #AA490D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA490D is #55B6F2. Grayscale: #5F5F5F. Windows color (decimal): -5617395 or 870826. OLE color: 870826.

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

Color convert

RGB 170 73 13 -
CMYK 0 0.57 0.92 0.33
HSL 22.93º 0.86% 0.36% -
HSV(B) 22.93º 0.92% 0.67% -
XYZ 19.03 13.34 1.95 -
YUV 95.16 81.64 181.38 -
System Red Green Blue C M Y K H S L
Decimal 170 73 13 0 0.57 0.92 0.33 22.93 0.86 0.36
Hex AA 49 D 0 39 5C 21 17 56 24
Octal 252 111 15 0 71 134 41 27 126 44
Binary 10101010 1001001 1101 0 111001 1011100 100001 10111 1010110 100100

Color Harmonies of #AA490D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA490D

Black with #AA490D

Text Example


Text Example

White with #AA490D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA490D; }

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

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

background-color css

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

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

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

border-color css

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

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

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