Html Css Color HEX #AA3F11 Rust

📋 copy color: '#AA3F11'

red 170 ◦ green 63 ◦ blue 17

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

Shades of Rust #AA3F11

Tints of Rust #AA3F11

RGB

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

 GREEN value IS 63 (25% from 255) = 25.2%

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

R = 68%
G = 25.2%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.9

 K value IS 0.33

RGB Variations

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

Color information

#AA3F11 (or 0xAA3F11) is known color: Rust. HEX triplet: AA, 3F and 11. RGB value is (170,63,17). Sum of RGB (Red+Green+Blue) = 170+63+17=250 (33% of max value = 765). Red value is 170 (66.80% from 255 or 68% from 250); Green value is 63 (25% from 255 or 25.2% from 250); Blue value is 17 (7.03% from 255 or 6.8% from 250); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3F11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3F11 is #55C0EE. Grayscale: #5A5A5A. Windows color (decimal): -5619951 or 1130410. OLE color: 1130410.

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

Color convert

RGB 170 63 17 -
CMYK 0 0.63 0.9 0.33
HSL 18.04º 0.82% 0.37% -
HSV(B) 18.04º 0.9% 0.67% -
XYZ 18.46 12.14 1.9 -
YUV 89.75 86.95 185.24 -
System Red Green Blue C M Y K H S L
Decimal 170 63 17 0 0.63 0.9 0.33 18.04 0.82 0.37
Hex AA 3F 11 0 3F 5A 21 12 52 25
Octal 252 77 21 0 77 132 41 22 122 45
Binary 10101010 111111 10001 0 111111 1011010 100001 10010 1010010 100101

Color Harmonies of #AA3F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3F11

Black with #AA3F11

Text Example


Text Example

White with #AA3F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3F11; }

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

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

background-color css

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

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

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

border-color css

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

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

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