Html Css Color HEX #AA3D1B Rust

📋 copy color: '#AA3D1B'

red 170 ◦ green 61 ◦ blue 27

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

Shades of Rust #AA3D1B

Tints of Rust #AA3D1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.47%

R = 65.89%
G = 23.64%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AA3D1B (or 0xAA3D1B) is known color: Rust. HEX triplet: AA, 3D and 1B. RGB value is (170,61,27). Sum of RGB (Red+Green+Blue) = 170+61+27=258 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.89% from 258); Green value is 61 (24.22% from 255 or 23.64% from 258); Blue value is 27 (10.94% from 255 or 10.47% from 258); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3D1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3D1B is #55C2E4. Grayscale: #595959. Windows color (decimal): -5620453 or 1785258. OLE color: 1785258.

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

Color convert

RGB 170 61 27 -
CMYK 0 0.64 0.84 0.33
HSL 14.27º 0.73% 0.39% -
HSV(B) 14.27º 0.84% 0.67% -
XYZ 18.44 11.96 2.37 -
YUV 89.72 92.61 185.26 -
System Red Green Blue C M Y K H S L
Decimal 170 61 27 0 0.64 0.84 0.33 14.27 0.73 0.39
Hex AA 3D 1B 0 40 54 21 E 49 27
Octal 252 75 33 0 100 124 41 16 111 47
Binary 10101010 111101 11011 0 1000000 1010100 100001 1110 1001001 100111

Color Harmonies of #AA3D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3D1B

Black with #AA3D1B

Text Example


Text Example

White with #AA3D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3D1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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