Html Css Color HEX #AA3E13 Rust

📋 copy color: '#AA3E13'

red 170 ◦ green 62 ◦ blue 19

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

Shades of Rust #AA3E13

Tints of Rust #AA3E13

RGB

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

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

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

R = 67.73%
G = 24.7%
B = 7.57%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AA3E13 (or 0xAA3E13) is known color: Rust. HEX triplet: AA, 3E and 13. RGB value is (170,62,19). Sum of RGB (Red+Green+Blue) = 170+62+19=251 (33% of max value = 765). Red value is 170 (66.80% from 255 or 67.73% from 251); Green value is 62 (24.61% from 255 or 24.70% from 251); Blue value is 19 (7.81% from 255 or 7.57% from 251); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3E13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3E13 is #55C1EC. Grayscale: #595959. Windows color (decimal): -5620205 or 1261226. OLE color: 1261226.

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

Color convert

RGB 170 62 19 -
CMYK 0 0.64 0.89 0.33
HSL 17.09º 0.8% 0.37% -
HSV(B) 17.09º 0.89% 0.67% -
XYZ 18.42 12.04 1.97 -
YUV 89.39 88.28 185.5 -
System Red Green Blue C M Y K H S L
Decimal 170 62 19 0 0.64 0.89 0.33 17.09 0.8 0.37
Hex AA 3E 13 0 40 59 21 11 50 25
Octal 252 76 23 0 100 131 41 21 120 45
Binary 10101010 111110 10011 0 1000000 1011001 100001 10001 1010000 100101

Color Harmonies of #AA3E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3E13

Black with #AA3E13

Text Example


Text Example

White with #AA3E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3E13; }

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

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

background-color css

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

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

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

border-color css

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

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

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