Shades of Rust #A03C10
Tints of Rust #A03C10
RGB
CMYK
RGB Variations
Color information
#A03C10 (or 0xA03C10) is known color: Rust. HEX triplet: A0, 3C and 10. RGB value is (160,60,16). Sum of RGB (Red+Green+Blue) = 160+60+16=236 (31% of max value = 765). Red value is 160 (62.89% from 255 or 67.80% from 236); Green value is 60 (23.83% from 255 or 25.42% from 236); Blue value is 16 (6.64% from 255 or 6.78% from 236); Max value from RGB is 160 - color contains mainly: red. Hex color #A03C10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03C10 is #5FC3EF. Grayscale: #555555. Windows color (decimal): -6276080 or 1064096. OLE color: 1064096.
HSL color Cylindrical-coordinate representation of color #A03C10: hue angle of 18.33º 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 #A03C10 is Cyan = 0, Magento = 0.62, Yellow = 0.9 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 60 | 16 | - |
| CMYK | 0 | 0.62 | 0.9 | 0.37 |
| HSL | 18.33º | 0.82% | 0.35% | - |
| HSV(B) | 18.33º | 0.9% | 0.63% | - |
| XYZ | 16.21 | 10.74 | 1.71 | - |
| YUV | 84.88 | 89.13 | 181.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 60 | 16 | 0 | 0.62 | 0.9 | 0.37 | 18.33 | 0.82 | 0.35 |
| Hex | A0 | 3C | 10 | 0 | 3E | 5A | 25 | 12 | 52 | 23 |
| Octal | 240 | 74 | 20 | 0 | 76 | 132 | 45 | 22 | 122 | 43 |
| Binary | 10100000 | 111100 | 10000 | 0 | 111110 | 1011010 | 100101 | 10010 | 1010010 | 100011 |
Color Harmonies of #A03C10
Complementary color
Monochromatic Colors of #A03C10
Black with #A03C10
Text Example
Text Example
White with #A03C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03C10; }
p { color: rgb(160,60,16); }
H1.HeaderClassName
{
color: #A03C10;
}
.AnyTagClassName
{
color: #A03C10;
}
</style>
background-color css
<style>
a { background-color: #A03C10; }
a { background-color: rgb(160,60,16); }
div.DivClassName
{
background-color: #A03C10;
}
.BgClassName
{
background-color: #A03C10;
}
</style>
border-color css
<style>
span { border-color: #A03C10; }
span { border-color: rgb(160,60,16); }
td.TdClassName
{
border-color: #A03C10;
}
.TagClassName
{
border-color: #A03C10;
}
</style>