Shades of Rust #A03D13
Tints of Rust #A03D13
RGB
CMYK
RGB Variations
Color information
#A03D13 (or 0xA03D13) is known color: Rust. HEX triplet: A0, 3D and 13. RGB value is (160,61,19). Sum of RGB (Red+Green+Blue) = 160+61+19=240 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.67% from 240); Green value is 61 (24.22% from 255 or 25.42% from 240); Blue value is 19 (7.81% from 255 or 7.92% from 240); Max value from RGB is 160 - color contains mainly: red. Hex color #A03D13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03D13 is #5FC2EC. Grayscale: #565656. Windows color (decimal): -6275821 or 1260960. OLE color: 1260960.
HSL color Cylindrical-coordinate representation of color #A03D13: hue angle of 17.87º degrees, saturation: 0.79, 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 #A03D13 is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 61 | 19 | - |
| CMYK | 0 | 0.62 | 0.88 | 0.37 |
| HSL | 17.87º | 0.79% | 0.35% | - |
| HSV(B) | 17.87º | 0.88% | 0.63% | - |
| XYZ | 16.28 | 10.86 | 1.85 | - |
| YUV | 85.81 | 90.3 | 180.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 61 | 19 | 0 | 0.62 | 0.88 | 0.37 | 17.87 | 0.79 | 0.35 |
| Hex | A0 | 3D | 13 | 0 | 3E | 58 | 25 | 12 | 4F | 23 |
| Octal | 240 | 75 | 23 | 0 | 76 | 130 | 45 | 22 | 117 | 43 |
| Binary | 10100000 | 111101 | 10011 | 0 | 111110 | 1011000 | 100101 | 10010 | 1001111 | 100011 |
Color Harmonies of #A03D13
Complementary color
Monochromatic Colors of #A03D13
Black with #A03D13
Text Example
Text Example
White with #A03D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03D13; }
p { color: rgb(160,61,19); }
H1.HeaderClassName
{
color: #A03D13;
}
.AnyTagClassName
{
color: #A03D13;
}
</style>
background-color css
<style>
a { background-color: #A03D13; }
a { background-color: rgb(160,61,19); }
div.DivClassName
{
background-color: #A03D13;
}
.BgClassName
{
background-color: #A03D13;
}
</style>
border-color css
<style>
span { border-color: #A03D13; }
span { border-color: rgb(160,61,19); }
td.TdClassName
{
border-color: #A03D13;
}
.TagClassName
{
border-color: #A03D13;
}
</style>