Shades of Rust #A03D16
Tints of Rust #A03D16
RGB
CMYK
RGB Variations
Color information
#A03D16 (or 0xA03D16) is known color: Rust. HEX triplet: A0, 3D and 16. RGB value is (160,61,22). Sum of RGB (Red+Green+Blue) = 160+61+22=243 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.84% from 243); Green value is 61 (24.22% from 255 or 25.10% from 243); Blue value is 22 (8.98% from 255 or 9.05% from 243); Max value from RGB is 160 - color contains mainly: red. Hex color #A03D16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03D16 is #5FC2E9. Grayscale: #565656. Windows color (decimal): -6275818 or 1457568. OLE color: 1457568.
HSL color Cylindrical-coordinate representation of color #A03D16: hue angle of 16.96º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A03D16 is Cyan = 0, Magento = 0.62, Yellow = 0.86 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 61 | 22 | - |
| CMYK | 0 | 0.62 | 0.86 | 0.37 |
| HSL | 16.96º | 0.76% | 0.36% | - |
| HSV(B) | 16.96º | 0.86% | 0.63% | - |
| XYZ | 16.31 | 10.87 | 2 | - |
| YUV | 86.16 | 91.8 | 180.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 61 | 22 | 0 | 0.62 | 0.86 | 0.37 | 16.96 | 0.76 | 0.36 |
| Hex | A0 | 3D | 16 | 0 | 3E | 56 | 25 | 11 | 4C | 24 |
| Octal | 240 | 75 | 26 | 0 | 76 | 126 | 45 | 21 | 114 | 44 |
| Binary | 10100000 | 111101 | 10110 | 0 | 111110 | 1010110 | 100101 | 10001 | 1001100 | 100100 |
Color Harmonies of #A03D16
Complementary color
Monochromatic Colors of #A03D16
Black with #A03D16
Text Example
Text Example
White with #A03D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03D16; }
p { color: rgb(160,61,22); }
H1.HeaderClassName
{
color: #A03D16;
}
.AnyTagClassName
{
color: #A03D16;
}
</style>
background-color css
<style>
a { background-color: #A03D16; }
a { background-color: rgb(160,61,22); }
div.DivClassName
{
background-color: #A03D16;
}
.BgClassName
{
background-color: #A03D16;
}
</style>
border-color css
<style>
span { border-color: #A03D16; }
span { border-color: rgb(160,61,22); }
td.TdClassName
{
border-color: #A03D16;
}
.TagClassName
{
border-color: #A03D16;
}
</style>