Shades of Rust #A03914
Tints of Rust #A03914
RGB
CMYK
RGB Variations
Color information
#A03914 (or 0xA03914) is known color: Rust. HEX triplet: A0, 39 and 14. RGB value is (160,57,20). Sum of RGB (Red+Green+Blue) = 160+57+20=237 (31% of max value = 765). Red value is 160 (62.89% from 255 or 67.51% from 237); Green value is 57 (22.66% from 255 or 24.05% from 237); Blue value is 20 (8.20% from 255 or 8.44% from 237); Max value from RGB is 160 - color contains mainly: red. Hex color #A03914 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03914 is #5FC6EB. Grayscale: #535353. Windows color (decimal): -6276844 or 1325472. OLE color: 1325472.
HSL color Cylindrical-coordinate representation of color #A03914: hue angle of 15.86º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A03914 is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 57 | 20 | - |
| CMYK | 0 | 0.64 | 0.88 | 0.37 |
| HSL | 15.86º | 0.78% | 0.35% | - |
| HSV(B) | 15.86º | 0.88% | 0.63% | - |
| XYZ | 16.09 | 10.45 | 1.83 | - |
| YUV | 83.58 | 92.12 | 182.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 57 | 20 | 0 | 0.64 | 0.88 | 0.37 | 15.86 | 0.78 | 0.35 |
| Hex | A0 | 39 | 14 | 0 | 40 | 58 | 25 | 10 | 4E | 23 |
| Octal | 240 | 71 | 24 | 0 | 100 | 130 | 45 | 20 | 116 | 43 |
| Binary | 10100000 | 111001 | 10100 | 0 | 1000000 | 1011000 | 100101 | 10000 | 1001110 | 100011 |
Color Harmonies of #A03914
Complementary color
Monochromatic Colors of #A03914
Black with #A03914
Text Example
Text Example
White with #A03914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03914; }
p { color: rgb(160,57,20); }
H1.HeaderClassName
{
color: #A03914;
}
.AnyTagClassName
{
color: #A03914;
}
</style>
background-color css
<style>
a { background-color: #A03914; }
a { background-color: rgb(160,57,20); }
div.DivClassName
{
background-color: #A03914;
}
.BgClassName
{
background-color: #A03914;
}
</style>
border-color css
<style>
span { border-color: #A03914; }
span { border-color: rgb(160,57,20); }
td.TdClassName
{
border-color: #A03914;
}
.TagClassName
{
border-color: #A03914;
}
</style>