Html Css Color HEX #AA3D05 Rust

📋 copy color: '#AA3D05'

red 170 ◦ green 61 ◦ blue 5

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

Shades of Rust #AA3D05

Tints of Rust #AA3D05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.12%

R = 72.03%
G = 25.85%
B = 2.12%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#AA3D05 (or 0xAA3D05) is known color: Rust. HEX triplet: AA, 3D and 05. RGB value is (170,61,5). Sum of RGB (Red+Green+Blue) = 170+61+5=236 (31% of max value = 765). Red value is 170 (66.80% from 255 or 72.03% from 236); Green value is 61 (24.22% from 255 or 25.85% from 236); Blue value is 5 (2.34% from 255 or 2.12% from 236); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3D05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3D05 is #55C2FA. Grayscale: #575757. Windows color (decimal): -5620475 or 343466. OLE color: 343466.

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

Color convert

RGB 170 61 5 -
CMYK 0 0.64 0.97 0.33
HSL 20.36º 0.94% 0.34% -
HSV(B) 20.36º 0.97% 0.67% -
XYZ 18.27 11.89 1.48 -
YUV 87.21 81.61 187.05 -
System Red Green Blue C M Y K H S L
Decimal 170 61 5 0 0.64 0.97 0.33 20.36 0.94 0.34
Hex AA 3D 5 0 40 61 21 14 5E 22
Octal 252 75 5 0 100 141 41 24 136 42
Binary 10101010 111101 101 0 1000000 1100001 100001 10100 1011110 100010

Color Harmonies of #AA3D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3D05

Black with #AA3D05

Text Example


Text Example

White with #AA3D05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3D05; }

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

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

background-color css

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

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

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

border-color css

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

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

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