Shades of Rust #A03C0D
Tints of Rust #A03C0D
RGB
CMYK
RGB Variations
Color information
#A03C0D (or 0xA03C0D) is known color: Rust. HEX triplet: A0, 3C and 0D. RGB value is (160,60,13). Sum of RGB (Red+Green+Blue) = 160+60+13=233 (30% of max value = 765). Red value is 160 (62.89% from 255 or 68.67% from 233); Green value is 60 (23.83% from 255 or 25.75% from 233); Blue value is 13 (5.47% from 255 or 5.58% from 233); Max value from RGB is 160 - color contains mainly: red. Hex color #A03C0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03C0D is #5FC3F2. Grayscale: #545454. Windows color (decimal): -6276083 or 867488. OLE color: 867488.
HSL color Cylindrical-coordinate representation of color #A03C0D: hue angle of 19.18º 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 #A03C0D is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 60 | 13 | - |
| CMYK | 0 | 0.62 | 0.92 | 0.37 |
| HSL | 19.18º | 0.85% | 0.34% | - |
| HSV(B) | 19.18º | 0.92% | 0.63% | - |
| XYZ | 16.19 | 10.73 | 1.6 | - |
| YUV | 84.54 | 87.63 | 181.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 60 | 13 | 0 | 0.62 | 0.92 | 0.37 | 19.18 | 0.85 | 0.34 |
| Hex | A0 | 3C | D | 0 | 3E | 5C | 25 | 13 | 55 | 22 |
| Octal | 240 | 74 | 15 | 0 | 76 | 134 | 45 | 23 | 125 | 42 |
| Binary | 10100000 | 111100 | 1101 | 0 | 111110 | 1011100 | 100101 | 10011 | 1010101 | 100010 |
Color Harmonies of #A03C0D
Complementary color
Monochromatic Colors of #A03C0D
Black with #A03C0D
Text Example
Text Example
White with #A03C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03C0D; }
p { color: rgb(160,60,13); }
H1.HeaderClassName
{
color: #A03C0D;
}
.AnyTagClassName
{
color: #A03C0D;
}
</style>
background-color css
<style>
a { background-color: #A03C0D; }
a { background-color: rgb(160,60,13); }
div.DivClassName
{
background-color: #A03C0D;
}
.BgClassName
{
background-color: #A03C0D;
}
</style>
border-color css
<style>
span { border-color: #A03C0D; }
span { border-color: rgb(160,60,13); }
td.TdClassName
{
border-color: #A03C0D;
}
.TagClassName
{
border-color: #A03C0D;
}
</style>