#A03A15

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

Shades of Rust #A03A15

Tints of Rust #A03A15

Color information

#A03A15 (or 0xA03A15) is unknown color: approx Rust. HEX triplet: A0, 3A and 15. RGB value is (160,58,21). Sum of RGB (Red+Green+Blue) = 160+58+21=239 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.95% from 239); Green value is 58 (23.05% from 255 or 24.27% from 239); Blue value is 21 (8.59% from 255 or 8.79% from 239); Max value from RGB is 160 - color contains mainly: red. Hex color #A03A15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03A15 is #5FC5EA. Grayscale: #545454. Windows color (decimal): -6276587 or 1391264. OLE color: 1391264.

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

Color convert

RGB1605821-
CMYK00.640.870.37
HSL15.97º76.8%35.49%-
HSV(B)15.97º86.87%62.75%-
XYZ16.1510.551.9-
YUV84.2892.29182.01-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 66.95%
GREEN value IS 58 (23.05% from 255) = 24.27%
BLUE value IS 21 (8.59% from 255) = 8.79%
R=66.95%
G=24.27%
B=8.79%

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
Decimal160582100.640.870.3715.9776.835.49
HexA03A150405725104d23
Octal24072250100127452011543
Binary1010000011101010101010000001010111100101100001001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03A15; }

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

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

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

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

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

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

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

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