Html Css Color HEX #AA4113 Rust

📋 copy color: '#AA4113'

red 170 ◦ green 65 ◦ blue 19

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

Shades of Rust #AA4113

Tints of Rust #AA4113

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.59%

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

R = 66.93%
G = 25.59%
B = 7.48%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AA4113 (or 0xAA4113) is known color: Rust. HEX triplet: AA, 41 and 13. RGB value is (170,65,19). Sum of RGB (Red+Green+Blue) = 170+65+19=254 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.93% from 254); Green value is 65 (25.78% from 255 or 25.59% from 254); Blue value is 19 (7.81% from 255 or 7.48% from 254); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4113 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA4113 is #55BEEC. Grayscale: #5B5B5B. Windows color (decimal): -5619437 or 1261994. OLE color: 1261994.

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

Color convert

RGB 170 65 19 -
CMYK 0 0.62 0.89 0.33
HSL 18.28º 0.8% 0.37% -
HSV(B) 18.28º 0.89% 0.67% -
XYZ 18.59 12.37 2.02 -
YUV 91.15 87.29 184.24 -
System Red Green Blue C M Y K H S L
Decimal 170 65 19 0 0.62 0.89 0.33 18.28 0.8 0.37
Hex AA 41 13 0 3E 59 21 12 50 25
Octal 252 101 23 0 76 131 41 22 120 45
Binary 10101010 1000001 10011 0 111110 1011001 100001 10010 1010000 100101

Color Harmonies of #AA4113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4113

Black with #AA4113

Text Example


Text Example

White with #AA4113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4113; }

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

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

background-color css

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

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

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

border-color css

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

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

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