Html Css Color HEX #AA3713 Rust

📋 copy color: '#AA3713'

red 170 ◦ green 55 ◦ blue 19

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

Shades of Rust #AA3713

Tints of Rust #AA3713

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.54%

 BLUE value IS 19 (7.81% from 255) = 7.79%

R = 69.67%
G = 22.54%
B = 7.79%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AA3713 (or 0xAA3713) is known color: Rust. HEX triplet: AA, 37 and 13. RGB value is (170,55,19). Sum of RGB (Red+Green+Blue) = 170+55+19=244 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.67% from 244); Green value is 55 (21.88% from 255 or 22.54% from 244); Blue value is 19 (7.81% from 255 or 7.79% from 244); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3713 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3713 is #55C8EC. Grayscale: #555555. Windows color (decimal): -5621997 or 1259434. OLE color: 1259434.

HSL color Cylindrical-coordinate representation of color #AA3713: hue angle of 14.3º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA3713 is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 55 19 -
CMYK 0 0.68 0.89 0.33
HSL 14.3º 0.8% 0.37% -
HSV(B) 14.3º 0.89% 0.67% -
XYZ 18.06 11.33 1.85 -
YUV 85.28 90.6 188.43 -
System Red Green Blue C M Y K H S L
Decimal 170 55 19 0 0.68 0.89 0.33 14.3 0.8 0.37
Hex AA 37 13 0 44 59 21 E 50 25
Octal 252 67 23 0 104 131 41 16 120 45
Binary 10101010 110111 10011 0 1000100 1011001 100001 1110 1010000 100101

Color Harmonies of #AA3713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3713

Black with #AA3713

Text Example


Text Example

White with #AA3713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3713; }

 p { color: rgb(170,55,19); }

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

background-color css

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

 a { background-color: rgb(170,55,19); }

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

border-color css

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

 span { border-color: rgb(170,55,19); }

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