#A03C05

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

Shades of Rust #A03C05

Tints of Rust #A03C05

Color information

#A03C05 (or 0xA03C05) is unknown color: approx Rust. HEX triplet: A0, 3C and 05. RGB value is (160,60,5). Sum of RGB (Red+Green+Blue) = 160+60+5=225 (29% of max value = 765). Red value is 160 (62.89% from 255 or 71.11% from 225); Green value is 60 (23.83% from 255 or 26.67% from 225); Blue value is 5 (2.34% from 255 or 2.22% from 225); Max value from RGB is 160 - color contains mainly: red. Hex color #A03C05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03C05 is #5FC3FA. Grayscale: #535353. Windows color (decimal): -6276091 or 343200. OLE color: 343200.

HSL color Cylindrical-coordinate representation of color #A03C05: hue angle of 21.29º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A03C05 is Cyan = 0, Magento = 0.62, Yellow = 0.97 and Black (K on CMYK) = 0.37.

Color convert

RGB160605-
CMYK00.620.970.37
HSL21.29º93.94%32.35%-
HSV(B)21.29º96.88%62.75%-
XYZ16.1410.721.36-
YUV83.6383.63182.47-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 71.11%
GREEN value IS 60 (23.83% from 255) = 26.67%
BLUE value IS 5 (2.34% from 255) = 2.22%
R=71.11%
G=26.67%
B=2.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.97
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16060500.620.970.3721.2993.9432.35
HexA03C503E6125155e20
Octal240745076141452513640
Binary1010000011110010101111101100001100101101011011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03C05; }

 p { color: rgb(160,60,5); }

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

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

 a { background-color: rgb(160,60,5); }

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

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

 span { border-color: rgb(160,60,5); }

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