Html Css Color HEX #AA3D11 Rust

📋 copy color: '#AA3D11'

red 170 ◦ green 61 ◦ blue 17

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

Shades of Rust #AA3D11

Tints of Rust #AA3D11

RGB

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

 GREEN value IS 61 (24.22% from 255) = 24.6%

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

R = 68.55%
G = 24.6%
B = 6.85%

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

#AA3D11 (or 0xAA3D11) is known color: Rust. HEX triplet: AA, 3D and 11. RGB value is (170,61,17). Sum of RGB (Red+Green+Blue) = 170+61+17=248 (32% of max value = 765). Red value is 170 (66.80% from 255 or 68.55% from 248); Green value is 61 (24.22% from 255 or 24.60% from 248); Blue value is 17 (7.03% from 255 or 6.85% from 248); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3D11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3D11 is #55C2EE. Grayscale: #585858. Windows color (decimal): -5620463 or 1129898. OLE color: 1129898.

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

Color convert

RGB 170 61 17 -
CMYK 0 0.64 0.9 0.33
HSL 17.25º 0.82% 0.37% -
HSV(B) 17.25º 0.9% 0.67% -
XYZ 18.35 11.92 1.86 -
YUV 88.58 87.61 186.08 -
System Red Green Blue C M Y K H S L
Decimal 170 61 17 0 0.64 0.9 0.33 17.25 0.82 0.37
Hex AA 3D 11 0 40 5A 21 11 52 25
Octal 252 75 21 0 100 132 41 21 122 45
Binary 10101010 111101 10001 0 1000000 1011010 100001 10001 1010010 100101

Color Harmonies of #AA3D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3D11

Black with #AA3D11

Text Example


Text Example

White with #AA3D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3D11; }

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

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

background-color css

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

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

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

border-color css

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

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

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