#A03915

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

Shades of Rust #A03915

Tints of Rust #A03915

Color information

#A03915 (or 0xA03915) is unknown color: approx Rust. HEX triplet: A0, 39 and 15. RGB value is (160,57,21). Sum of RGB (Red+Green+Blue) = 160+57+21=238 (31% of max value = 765). Red value is 160 (62.89% from 255 or 67.23% from 238); Green value is 57 (22.66% from 255 or 23.95% from 238); Blue value is 21 (8.59% from 255 or 8.82% from 238); Max value from RGB is 160 - color contains mainly: red. Hex color #A03915 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03915 is #5FC6EA. Grayscale: #535353. Windows color (decimal): -6276843 or 1391008. OLE color: 1391008.

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

Color convert

RGB1605721-
CMYK00.640.870.37
HSL15.54º76.8%35.49%-
HSV(B)15.54º86.87%62.75%-
XYZ16.110.451.88-
YUV83.6992.62182.43-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 67.23%
GREEN value IS 57 (22.66% from 255) = 23.95%
BLUE value IS 21 (8.59% from 255) = 8.82%
R=67.23%
G=23.95%
B=8.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.87
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160572100.640.870.3715.5476.835.49
HexA039150405725104d23
Octal24071250100127452011543
Binary1010000011100110101010000001010111100101100001001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03915; }

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

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

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

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

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

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

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

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