#AA3813

Color #AA3813 Rust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rust #AA3813

Tints of Rust #AA3813

Color information

#AA3813 (or 0xAA3813) is unknown color: approx Rust. HEX triplet: AA, 38 and 13. RGB value is (170,56,19). Sum of RGB (Red+Green+Blue) = 170+56+19=245 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.39% from 245); Green value is 56 (22.27% from 255 or 22.86% from 245); Blue value is 19 (7.81% from 255 or 7.76% from 245); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3813 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3813 is #55C7EC. Grayscale: #565656. Windows color (decimal): -5621741 or 1259690. OLE color: 1259690.

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

Color convert

RGB1705619-
CMYK00.670.890.33
HSL14.7º79.89%37.06%-
HSV(B)14.7º88.82%66.67%-
XYZ18.1111.421.87-
YUV85.8790.27188.01-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 69.39%
GREEN value IS 56 (22.27% from 255) = 22.86%
BLUE value IS 19 (7.81% from 255) = 7.76%
R=69.39%
G=22.86%
B=7.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.89
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170561900.670.890.3314.779.8937.06
HexAA38130435921f5025
Octal25270230103131411712045
Binary101010101110001001101000011101100110000111111010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3813; }

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

 H1.HeaderClassName
 {
   color: #AA3813;
 }
 .AnyTagClassName
 {
   color: #AA3813;
 }
</style>
background-color css

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

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

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

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

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

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