Html Css Color HEX #AA3C11 Rust

📋 copy color: '#AA3C11'

red 170 ◦ green 60 ◦ blue 17

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

Shades of Rust #AA3C11

Tints of Rust #AA3C11

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24.29%

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

R = 68.83%
G = 24.29%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.9

 K value IS 0.33

RGB Variations

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

Color information

#AA3C11 (or 0xAA3C11) is known color: Rust. HEX triplet: AA, 3C and 11. RGB value is (170,60,17). Sum of RGB (Red+Green+Blue) = 170+60+17=247 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.83% from 247); Green value is 60 (23.83% from 255 or 24.29% from 247); Blue value is 17 (7.03% from 255 or 6.88% from 247); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3C11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3C11 is #55C3EE. Grayscale: #585858. Windows color (decimal): -5620719 or 1129642. OLE color: 1129642.

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

Color convert

RGB 170 60 17 -
CMYK 0 0.65 0.9 0.33
HSL 16.86º 0.82% 0.37% -
HSV(B) 16.86º 0.9% 0.67% -
XYZ 18.29 11.82 1.85 -
YUV 87.99 87.94 186.5 -
System Red Green Blue C M Y K H S L
Decimal 170 60 17 0 0.65 0.9 0.33 16.86 0.82 0.37
Hex AA 3C 11 0 41 5A 21 11 52 25
Octal 252 74 21 0 101 132 41 21 122 45
Binary 10101010 111100 10001 0 1000001 1011010 100001 10001 1010010 100101

Color Harmonies of #AA3C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3C11

Black with #AA3C11

Text Example


Text Example

White with #AA3C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3C11; }

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

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

background-color css

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

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

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

border-color css

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

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

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