Shades of Rust #A03C14
Tints of Rust #A03C14
RGB
CMYK
RGB Variations
Color information
#A03C14 (or 0xA03C14) is known color: Rust. HEX triplet: A0, 3C and 14. RGB value is (160,60,20). Sum of RGB (Red+Green+Blue) = 160+60+20=240 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.67% from 240); Green value is 60 (23.83% from 255 or 25% from 240); Blue value is 20 (8.20% from 255 or 8.33% from 240); Max value from RGB is 160 - color contains mainly: red. Hex color #A03C14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03C14 is #5FC3EB. Grayscale: #555555. Windows color (decimal): -6276076 or 1326240. OLE color: 1326240.
HSL color Cylindrical-coordinate representation of color #A03C14: hue angle of 17.14º degrees, saturation: 0.78, 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 #A03C14 is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 60 | 20 | - |
| CMYK | 0 | 0.62 | 0.88 | 0.37 |
| HSL | 17.14º | 0.78% | 0.35% | - |
| HSV(B) | 17.14º | 0.88% | 0.63% | - |
| XYZ | 16.24 | 10.76 | 1.88 | - |
| YUV | 85.34 | 91.13 | 181.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 60 | 20 | 0 | 0.62 | 0.88 | 0.37 | 17.14 | 0.78 | 0.35 |
| Hex | A0 | 3C | 14 | 0 | 3E | 58 | 25 | 11 | 4E | 23 |
| Octal | 240 | 74 | 24 | 0 | 76 | 130 | 45 | 21 | 116 | 43 |
| Binary | 10100000 | 111100 | 10100 | 0 | 111110 | 1011000 | 100101 | 10001 | 1001110 | 100011 |
Color Harmonies of #A03C14
Complementary color
Monochromatic Colors of #A03C14
Black with #A03C14
Text Example
Text Example
White with #A03C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03C14; }
p { color: rgb(160,60,20); }
H1.HeaderClassName
{
color: #A03C14;
}
.AnyTagClassName
{
color: #A03C14;
}
</style>
background-color css
<style>
a { background-color: #A03C14; }
a { background-color: rgb(160,60,20); }
div.DivClassName
{
background-color: #A03C14;
}
.BgClassName
{
background-color: #A03C14;
}
</style>
border-color css
<style>
span { border-color: #A03C14; }
span { border-color: rgb(160,60,20); }
td.TdClassName
{
border-color: #A03C14;
}
.TagClassName
{
border-color: #A03C14;
}
</style>