Html Css Color HEX #AA3E1C Rust

📋 copy color: '#AA3E1C'

red 170 ◦ green 62 ◦ blue 28

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

Shades of Rust #AA3E1C

Tints of Rust #AA3E1C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 23.85%

 BLUE value IS 28 (11.33% from 255) = 10.77%

R = 65.38%
G = 23.85%
B = 10.77%

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

#AA3E1C (or 0xAA3E1C) is known color: Rust. HEX triplet: AA, 3E and 1C. RGB value is (170,62,28). Sum of RGB (Red+Green+Blue) = 170+62+28=260 (34% of max value = 765). Red value is 170 (66.80% from 255 or 65.38% from 260); Green value is 62 (24.61% from 255 or 23.85% from 260); Blue value is 28 (11.33% from 255 or 10.77% from 260); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3E1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3E1C is #55C1E3. Grayscale: #5A5A5A. Windows color (decimal): -5620196 or 1851050. OLE color: 1851050.

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

Color convert

RGB 170 62 28 -
CMYK 0 0.64 0.84 0.33
HSL 14.37º 0.72% 0.39% -
HSV(B) 14.37º 0.84% 0.67% -
XYZ 18.51 12.08 2.45 -
YUV 90.42 92.78 184.76 -
System Red Green Blue C M Y K H S L
Decimal 170 62 28 0 0.64 0.84 0.33 14.37 0.72 0.39
Hex AA 3E 1C 0 40 54 21 E 48 27
Octal 252 76 34 0 100 124 41 16 110 47
Binary 10101010 111110 11100 0 1000000 1010100 100001 1110 1001000 100111

Color Harmonies of #AA3E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3E1C

Black with #AA3E1C

Text Example


Text Example

White with #AA3E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3E1C; }

 p { color: rgb(170,62,28); }

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

background-color css

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

 a { background-color: rgb(170,62,28); }

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

border-color css

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

 span { border-color: rgb(170,62,28); }

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