Shades of Rust #A03B05
Tints of Rust #A03B05
RGB
CMYK
RGB Variations
Color information
#A03B05 (or 0xA03B05) is known color: 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
| RGB | 160 | 59 | 5 | - |
| CMYK | 0 | 0.63 | 0.97 | 0.37 |
| HSL | 20.9º | 0.94% | 0.32% | - |
| HSV(B) | 20.9º | 0.97% | 0.63% | - |
| XYZ | 16.09 | 10.61 | 1.34 | - |
| YUV | 83.04 | 83.96 | 182.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 59 | 5 | 0 | 0.63 | 0.97 | 0.37 | 20.9 | 0.94 | 0.32 |
| Hex | A0 | 3B | 5 | 0 | 3F | 61 | 25 | 15 | 5E | 20 |
| Octal | 240 | 73 | 5 | 0 | 77 | 141 | 45 | 25 | 136 | 40 |
| Binary | 10100000 | 111011 | 101 | 0 | 111111 | 1100001 | 100101 | 10101 | 1011110 | 100000 |
Color Harmonies of #A03B05
Complementary color
Monochromatic Colors of #A03B05
Black with #A03B05
Text Example
Text Example
White with #A03B05
Text Example
Text Example
HTML Codes & Css Web 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>