#A03713

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

Shades of Rust #A03713

Tints of Rust #A03713

Color information

#A03713 (or 0xA03713) is unknown color: approx Rust. HEX triplet: A0, 37 and 13. RGB value is (160,55,19). Sum of RGB (Red+Green+Blue) = 160+55+19=234 (30% of max value = 765). Red value is 160 (62.89% from 255 or 68.38% from 234); Green value is 55 (21.88% from 255 or 23.50% from 234); Blue value is 19 (7.81% from 255 or 8.12% from 234); Max value from RGB is 160 - color contains mainly: red. Hex color #A03713 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03713 is #5FC8EC. Grayscale: #525252. Windows color (decimal): -6277357 or 1259424. OLE color: 1259424.

HSL color Cylindrical-coordinate representation of color #A03713: hue angle of 15.32º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A03713 is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.37.

Color convert

RGB1605519-
CMYK00.660.880.37
HSL15.32º78.77%35.1%-
HSV(B)15.32º88.13%62.75%-
XYZ15.9810.251.75-
YUV82.2992.29183.43-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 68.38%
GREEN value IS 55 (21.88% from 255) = 23.50%
BLUE value IS 19 (7.81% from 255) = 8.12%
R=68.38%
G=23.50%
B=8.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.88
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160551900.660.880.3715.3278.7735.1
HexA037130425825f4f23
Octal24067230102130451711743
Binary101000001101111001101000010101100010010111111001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03713; }

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

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

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

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

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

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

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

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