#A03613

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

Shades of Rust #A03613

Tints of Rust #A03613

Color information

#A03613 (or 0xA03613) is unknown color: approx Rust. HEX triplet: A0, 36 and 13. RGB value is (160,54,19). Sum of RGB (Red+Green+Blue) = 160+54+19=233 (30% of max value = 765). Red value is 160 (62.89% from 255 or 68.67% from 233); Green value is 54 (21.48% from 255 or 23.18% from 233); Blue value is 19 (7.81% from 255 or 8.15% from 233); Max value from RGB is 160 - color contains mainly: red. Hex color #A03613 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03613 is #5FC9EC. Grayscale: #515151. Windows color (decimal): -6277613 or 1259168. OLE color: 1259168.

HSL color Cylindrical-coordinate representation of color #A03613: hue angle of 14.89º 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 #A03613 is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.37.

Color convert

RGB1605419-
CMYK00.660.880.37
HSL14.89º78.77%35.1%-
HSV(B)14.89º88.13%62.75%-
XYZ15.9310.161.74-
YUV81.792.62183.85-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 68.67%
GREEN value IS 54 (21.48% from 255) = 23.18%
BLUE value IS 19 (7.81% from 255) = 8.15%
R=68.67%
G=23.18%
B=8.15%

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
Decimal160541900.660.880.3714.8978.7735.1
HexA036130425825f4f23
Octal24066230102130451711743
Binary101000001101101001101000010101100010010111111001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03613; }

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

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

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

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

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

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

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

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