#A03B05

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

Shades of Rust #A03B05

Tints of Rust #A03B05

Color information

#A03B05 (or 0xA03B05) is unknown color: approx Rust. HEX triplet: A0, 3B and 05. RGB value is (160,59,5). Sum of RGB (Red+Green+Blue) = 160+59+5=224 (29% of max value = 765). Red value is 160 (62.89% from 255 or 71.43% from 224); Green value is 59 (23.44% from 255 or 26.34% from 224); Blue value is 5 (2.34% from 255 or 2.23% from 224); Max value from RGB is 160 - color contains mainly: red. Hex color #A03B05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03B05 is #5FC4FA. Grayscale: #535353. Windows color (decimal): -6276347 or 342944. OLE color: 342944.

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

Color convert

RGB160595-
CMYK00.630.970.37
HSL20.9º93.94%32.35%-
HSV(B)20.9º96.88%62.75%-
XYZ16.0910.611.34-
YUV83.0483.96182.89-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 71.43%
GREEN value IS 59 (23.44% from 255) = 26.34%
BLUE value IS 5 (2.34% from 255) = 2.23%
R=71.43%
G=26.34%
B=2.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.97
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16059500.630.970.3720.993.9432.35
HexA03B503F6125155e20
Octal240735077141452513640
Binary1010000011101110101111111100001100101101011011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03B05; }

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

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

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

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

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

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

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

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