Shades of Rust #A03410
Tints of Rust #A03410
RGB
CMYK
RGB Variations
Color information
#A03410 (or 0xA03410) is known color: Rust. HEX triplet: A0, 34 and 10. RGB value is (160,52,16). Sum of RGB (Red+Green+Blue) = 160+52+16=228 (30% of max value = 765). Red value is 160 (62.89% from 255 or 70.18% from 228); Green value is 52 (20.70% from 255 or 22.81% from 228); Blue value is 16 (6.64% from 255 or 7.02% from 228); Max value from RGB is 160 - color contains mainly: red. Hex color #A03410 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03410 is #5FCBEF. Grayscale: #505050. Windows color (decimal): -6278128 or 1062048. OLE color: 1062048.
HSL color Cylindrical-coordinate representation of color #A03410: hue angle of 15º 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 #A03410 is Cyan = 0, Magento = 0.68, Yellow = 0.9 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 52 | 16 | - |
| CMYK | 0 | 0.68 | 0.9 | 0.37 |
| HSL | 15º | 0.82% | 0.35% | - |
| HSV(B) | 15º | 0.9% | 0.63% | - |
| XYZ | 15.82 | 9.97 | 1.58 | - |
| YUV | 80.19 | 91.78 | 184.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 52 | 16 | 0 | 0.68 | 0.9 | 0.37 | 15 | 0.82 | 0.35 |
| Hex | A0 | 34 | 10 | 0 | 44 | 5A | 25 | F | 52 | 23 |
| Octal | 240 | 64 | 20 | 0 | 104 | 132 | 45 | 17 | 122 | 43 |
| Binary | 10100000 | 110100 | 10000 | 0 | 1000100 | 1011010 | 100101 | 1111 | 1010010 | 100011 |
Color Harmonies of #A03410
Complementary color
Monochromatic Colors of #A03410
Black with #A03410
Text Example
Text Example
White with #A03410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03410; }
p { color: rgb(160,52,16); }
H1.HeaderClassName
{
color: #A03410;
}
.AnyTagClassName
{
color: #A03410;
}
</style>
background-color css
<style>
a { background-color: #A03410; }
a { background-color: rgb(160,52,16); }
div.DivClassName
{
background-color: #A03410;
}
.BgClassName
{
background-color: #A03410;
}
</style>
border-color css
<style>
span { border-color: #A03410; }
span { border-color: rgb(160,52,16); }
td.TdClassName
{
border-color: #A03410;
}
.TagClassName
{
border-color: #A03410;
}
</style>