Shades of Rust #A03904
Tints of Rust #A03904
RGB
CMYK
RGB Variations
Color information
#A03904 (or 0xA03904) is known color: Rust. HEX triplet: A0, 39 and 04. RGB value is (160,57,4). Sum of RGB (Red+Green+Blue) = 160+57+4=221 (29% of max value = 765). Red value is 160 (62.89% from 255 or 72.40% from 221); Green value is 57 (22.66% from 255 or 25.79% from 221); Blue value is 4 (1.95% from 255 or 1.81% from 221); Max value from RGB is 160 - color contains mainly: red. Hex color #A03904 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03904 is #5FC6FB. Grayscale: #525252. Windows color (decimal): -6276860 or 276896. OLE color: 276896.
HSL color Cylindrical-coordinate representation of color #A03904: hue angle of 20.38º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A03904 is Cyan = 0, Magento = 0.64, Yellow = 0.98 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 57 | 4 | - |
| CMYK | 0 | 0.64 | 0.98 | 0.37 |
| HSL | 20.38º | 0.95% | 0.32% | - |
| HSV(B) | 20.38º | 0.98% | 0.63% | - |
| XYZ | 15.98 | 10.41 | 1.28 | - |
| YUV | 81.76 | 84.12 | 183.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 57 | 4 | 0 | 0.64 | 0.98 | 0.37 | 20.38 | 0.95 | 0.32 |
| Hex | A0 | 39 | 4 | 0 | 40 | 62 | 25 | 14 | 5F | 20 |
| Octal | 240 | 71 | 4 | 0 | 100 | 142 | 45 | 24 | 137 | 40 |
| Binary | 10100000 | 111001 | 100 | 0 | 1000000 | 1100010 | 100101 | 10100 | 1011111 | 100000 |
Color Harmonies of #A03904
Complementary color
Monochromatic Colors of #A03904
Black with #A03904
Text Example
Text Example
White with #A03904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03904; }
p { color: rgb(160,57,4); }
H1.HeaderClassName
{
color: #A03904;
}
.AnyTagClassName
{
color: #A03904;
}
</style>
background-color css
<style>
a { background-color: #A03904; }
a { background-color: rgb(160,57,4); }
div.DivClassName
{
background-color: #A03904;
}
.BgClassName
{
background-color: #A03904;
}
</style>
border-color css
<style>
span { border-color: #A03904; }
span { border-color: rgb(160,57,4); }
td.TdClassName
{
border-color: #A03904;
}
.TagClassName
{
border-color: #A03904;
}
</style>