Shades of Rust #A03810
Tints of Rust #A03810
RGB
CMYK
RGB Variations
Color information
#A03810 (or 0xA03810) is known color: Rust. HEX triplet: A0, 38 and 10. RGB value is (160,56,16). Sum of RGB (Red+Green+Blue) = 160+56+16=232 (30% of max value = 765). Red value is 160 (62.89% from 255 or 68.97% from 232); Green value is 56 (22.27% from 255 or 24.14% from 232); Blue value is 16 (6.64% from 255 or 6.90% from 232); Max value from RGB is 160 - color contains mainly: red. Hex color #A03810 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03810 is #5FC7EF. Grayscale: #525252. Windows color (decimal): -6277104 or 1063072. OLE color: 1063072.
HSL color Cylindrical-coordinate representation of color #A03810: hue angle of 16.67º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A03810 is Cyan = 0, Magento = 0.65, Yellow = 0.9 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 56 | 16 | - |
| CMYK | 0 | 0.65 | 0.9 | 0.37 |
| HSL | 16.67º | 0.82% | 0.35% | - |
| HSV(B) | 16.67º | 0.9% | 0.63% | - |
| XYZ | 16 | 10.34 | 1.64 | - |
| YUV | 82.54 | 90.46 | 183.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 56 | 16 | 0 | 0.65 | 0.9 | 0.37 | 16.67 | 0.82 | 0.35 |
| Hex | A0 | 38 | 10 | 0 | 41 | 5A | 25 | 11 | 52 | 23 |
| Octal | 240 | 70 | 20 | 0 | 101 | 132 | 45 | 21 | 122 | 43 |
| Binary | 10100000 | 111000 | 10000 | 0 | 1000001 | 1011010 | 100101 | 10001 | 1010010 | 100011 |
Color Harmonies of #A03810
Complementary color
Monochromatic Colors of #A03810
Black with #A03810
Text Example
Text Example
White with #A03810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03810; }
p { color: rgb(160,56,16); }
H1.HeaderClassName
{
color: #A03810;
}
.AnyTagClassName
{
color: #A03810;
}
</style>
background-color css
<style>
a { background-color: #A03810; }
a { background-color: rgb(160,56,16); }
div.DivClassName
{
background-color: #A03810;
}
.BgClassName
{
background-color: #A03810;
}
</style>
border-color css
<style>
span { border-color: #A03810; }
span { border-color: rgb(160,56,16); }
td.TdClassName
{
border-color: #A03810;
}
.TagClassName
{
border-color: #A03810;
}
</style>