Shades of Rust #A03F0E
Tints of Rust #A03F0E
RGB
CMYK
RGB Variations
Color information
#A03F0E (or 0xA03F0E) is known color: Rust. HEX triplet: A0, 3F and 0E. RGB value is (160,63,14). Sum of RGB (Red+Green+Blue) = 160+63+14=237 (31% of max value = 765). Red value is 160 (62.89% from 255 or 67.51% from 237); Green value is 63 (25% from 255 or 26.58% from 237); Blue value is 14 (5.86% from 255 or 5.91% from 237); Max value from RGB is 160 - color contains mainly: red. Hex color #A03F0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03F0E is #5FC0F1. Grayscale: #565656. Windows color (decimal): -6275314 or 933792. OLE color: 933792.
HSL color Cylindrical-coordinate representation of color #A03F0E: hue angle of 20.14º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A03F0E is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 63 | 14 | - |
| CMYK | 0 | 0.61 | 0.91 | 0.37 |
| HSL | 20.14º | 0.84% | 0.34% | - |
| HSV(B) | 20.14º | 0.91% | 0.63% | - |
| XYZ | 16.35 | 11.06 | 1.69 | - |
| YUV | 86.42 | 87.14 | 180.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 63 | 14 | 0 | 0.61 | 0.91 | 0.37 | 20.14 | 0.84 | 0.34 |
| Hex | A0 | 3F | E | 0 | 3D | 5B | 25 | 14 | 54 | 22 |
| Octal | 240 | 77 | 16 | 0 | 75 | 133 | 45 | 24 | 124 | 42 |
| Binary | 10100000 | 111111 | 1110 | 0 | 111101 | 1011011 | 100101 | 10100 | 1010100 | 100010 |
Color Harmonies of #A03F0E
Complementary color
Monochromatic Colors of #A03F0E
Black with #A03F0E
Text Example
Text Example
White with #A03F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03F0E; }
p { color: rgb(160,63,14); }
H1.HeaderClassName
{
color: #A03F0E;
}
.AnyTagClassName
{
color: #A03F0E;
}
</style>
background-color css
<style>
a { background-color: #A03F0E; }
a { background-color: rgb(160,63,14); }
div.DivClassName
{
background-color: #A03F0E;
}
.BgClassName
{
background-color: #A03F0E;
}
</style>
border-color css
<style>
span { border-color: #A03F0E; }
span { border-color: rgb(160,63,14); }
td.TdClassName
{
border-color: #A03F0E;
}
.TagClassName
{
border-color: #A03F0E;
}
</style>