Html Css Color HEX #AA3E11 Rust

📋 copy color: '#AA3E11'

red 170 ◦ green 62 ◦ blue 17

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

Shades of Rust #AA3E11

Tints of Rust #AA3E11

RGB

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

 GREEN value IS 62 (24.61% from 255) = 24.9%

 BLUE value IS 17 (7.03% from 255) = 6.83%

R = 68.27%
G = 24.9%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.9

 K value IS 0.33

RGB Variations

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

Color information

#AA3E11 (or 0xAA3E11) is known color: Rust. HEX triplet: AA, 3E and 11. RGB value is (170,62,17). Sum of RGB (Red+Green+Blue) = 170+62+17=249 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.27% from 249); Green value is 62 (24.61% from 255 or 24.90% from 249); Blue value is 17 (7.03% from 255 or 6.83% from 249); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3E11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3E11 is #55C1EE. Grayscale: #595959. Windows color (decimal): -5620207 or 1130154. OLE color: 1130154.

HSL color Cylindrical-coordinate representation of color #AA3E11: hue angle of 17.65º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA3E11 is Cyan = 0, Magento = 0.64, Yellow = 0.9 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 62 17 -
CMYK 0 0.64 0.9 0.33
HSL 17.65º 0.82% 0.37% -
HSV(B) 17.65º 0.9% 0.67% -
XYZ 18.4 12.03 1.88 -
YUV 89.16 87.28 185.66 -
System Red Green Blue C M Y K H S L
Decimal 170 62 17 0 0.64 0.9 0.33 17.65 0.82 0.37
Hex AA 3E 11 0 40 5A 21 12 52 25
Octal 252 76 21 0 100 132 41 22 122 45
Binary 10101010 111110 10001 0 1000000 1011010 100001 10010 1010010 100101

Color Harmonies of #AA3E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3E11

Black with #AA3E11

Text Example


Text Example

White with #AA3E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3E11; }

 p { color: rgb(170,62,17); }

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

background-color css

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

 a { background-color: rgb(170,62,17); }

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

border-color css

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

 span { border-color: rgb(170,62,17); }

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