Html Css Color HEX #AA3D1D Rust

📋 copy color: '#AA3D1D'

red 170 ◦ green 61 ◦ blue 29

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

Shades of Rust #AA3D1D

Tints of Rust #AA3D1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.15%

R = 65.38%
G = 23.46%
B = 11.15%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AA3D1D (or 0xAA3D1D) is known color: Rust. HEX triplet: AA, 3D and 1D. RGB value is (170,61,29). Sum of RGB (Red+Green+Blue) = 170+61+29=260 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.38% from 260); Green value is 61 (24.22% from 255 or 23.46% from 260); Blue value is 29 (11.72% from 255 or 11.15% from 260); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3D1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3D1D is #55C2E2. Grayscale: #5A5A5A. Windows color (decimal): -5620451 or 1916330. OLE color: 1916330.

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

Color convert

RGB 170 61 29 -
CMYK 0 0.64 0.83 0.33
HSL 13.62º 0.71% 0.39% -
HSV(B) 13.62º 0.83% 0.67% -
XYZ 18.47 11.97 2.5 -
YUV 89.94 93.61 185.1 -
System Red Green Blue C M Y K H S L
Decimal 170 61 29 0 0.64 0.83 0.33 13.62 0.71 0.39
Hex AA 3D 1D 0 40 53 21 E 47 27
Octal 252 75 35 0 100 123 41 16 107 47
Binary 10101010 111101 11101 0 1000000 1010011 100001 1110 1000111 100111

Color Harmonies of #AA3D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3D1D

Black with #AA3D1D

Text Example


Text Example

White with #AA3D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3D1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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