Shades of Rust #A03F0D
Tints of Rust #A03F0D
RGB
CMYK
RGB Variations
Color information
#A03F0D (or 0xA03F0D) is known color: Rust. HEX triplet: A0, 3F and 0D. RGB value is (160,63,13). Sum of RGB (Red+Green+Blue) = 160+63+13=236 (31% of max value = 765). Red value is 160 (62.89% from 255 or 67.80% from 236); Green value is 63 (25% from 255 or 26.69% from 236); Blue value is 13 (5.47% from 255 or 5.51% from 236); Max value from RGB is 160 - color contains mainly: red. Hex color #A03F0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03F0D is #5FC0F2. Grayscale: #565656. Windows color (decimal): -6275315 or 868256. OLE color: 868256.
HSL color Cylindrical-coordinate representation of color #A03F0D: hue angle of 20.41º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A03F0D is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 63 | 13 | - |
| CMYK | 0 | 0.61 | 0.92 | 0.37 |
| HSL | 20.41º | 0.85% | 0.34% | - |
| HSV(B) | 20.41º | 0.92% | 0.63% | - |
| XYZ | 16.35 | 11.06 | 1.65 | - |
| YUV | 86.3 | 86.64 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 63 | 13 | 0 | 0.61 | 0.92 | 0.37 | 20.41 | 0.85 | 0.34 |
| Hex | A0 | 3F | D | 0 | 3D | 5C | 25 | 14 | 55 | 22 |
| Octal | 240 | 77 | 15 | 0 | 75 | 134 | 45 | 24 | 125 | 42 |
| Binary | 10100000 | 111111 | 1101 | 0 | 111101 | 1011100 | 100101 | 10100 | 1010101 | 100010 |
Color Harmonies of #A03F0D
Complementary color
Monochromatic Colors of #A03F0D
Black with #A03F0D
Text Example
Text Example
White with #A03F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03F0D; }
p { color: rgb(160,63,13); }
H1.HeaderClassName
{
color: #A03F0D;
}
.AnyTagClassName
{
color: #A03F0D;
}
</style>
background-color css
<style>
a { background-color: #A03F0D; }
a { background-color: rgb(160,63,13); }
div.DivClassName
{
background-color: #A03F0D;
}
.BgClassName
{
background-color: #A03F0D;
}
</style>
border-color css
<style>
span { border-color: #A03F0D; }
span { border-color: rgb(160,63,13); }
td.TdClassName
{
border-color: #A03F0D;
}
.TagClassName
{
border-color: #A03F0D;
}
</style>