#A03615

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

Shades of Rust #A03615

Tints of Rust #A03615

Color information

#A03615 (or 0xA03615) is unknown color: approx Rust. HEX triplet: A0, 36 and 15. RGB value is (160,54,21). Sum of RGB (Red+Green+Blue) = 160+54+21=235 (31% of max value = 765). Red value is 160 (62.89% from 255 or 68.09% from 235); Green value is 54 (21.48% from 255 or 22.98% from 235); Blue value is 21 (8.59% from 255 or 8.94% from 235); Max value from RGB is 160 - color contains mainly: red. Hex color #A03615 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03615 is #5FC9EA. Grayscale: #525252. Windows color (decimal): -6277611 or 1390240. OLE color: 1390240.

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

Color convert

RGB1605421-
CMYK00.660.870.37
HSL14.24º76.8%35.49%-
HSV(B)14.24º86.87%62.75%-
XYZ15.9510.171.83-
YUV81.9393.62183.68-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 68.09%
GREEN value IS 54 (21.48% from 255) = 22.98%
BLUE value IS 21 (8.59% from 255) = 8.94%
R=68.09%
G=22.98%
B=8.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.87
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160542100.660.870.3714.2476.835.49
HexA036150425725e4d23
Octal24066250102127451611543
Binary101000001101101010101000010101011110010111101001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03615; }

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

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

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

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

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

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

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

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