Shades of Rust #A03310
Tints of Rust #A03310
RGB
CMYK
RGB Variations
Color information
#A03310 (or 0xA03310) is known color: Rust. HEX triplet: A0, 33 and 10. RGB value is (160,51,16). Sum of RGB (Red+Green+Blue) = 160+51+16=227 (30% of max value = 765). Red value is 160 (62.89% from 255 or 70.48% from 227); Green value is 51 (20.31% from 255 or 22.47% from 227); Blue value is 16 (6.64% from 255 or 7.05% from 227); Max value from RGB is 160 - color contains mainly: red. Hex color #A03310 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03310 is #5FCCEF. Grayscale: #4F4F4F. Windows color (decimal): -6278384 or 1061792. OLE color: 1061792.
HSL color Cylindrical-coordinate representation of color #A03310: hue angle of 14.58º 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 #A03310 is Cyan = 0, Magento = 0.68, Yellow = 0.9 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 51 | 16 | - |
| CMYK | 0 | 0.68 | 0.9 | 0.37 |
| HSL | 14.58º | 0.82% | 0.35% | - |
| HSV(B) | 14.58º | 0.9% | 0.63% | - |
| XYZ | 15.77 | 9.88 | 1.57 | - |
| YUV | 79.6 | 92.11 | 185.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 51 | 16 | 0 | 0.68 | 0.9 | 0.37 | 14.58 | 0.82 | 0.35 |
| Hex | A0 | 33 | 10 | 0 | 44 | 5A | 25 | F | 52 | 23 |
| Octal | 240 | 63 | 20 | 0 | 104 | 132 | 45 | 17 | 122 | 43 |
| Binary | 10100000 | 110011 | 10000 | 0 | 1000100 | 1011010 | 100101 | 1111 | 1010010 | 100011 |
Color Harmonies of #A03310
Complementary color
Monochromatic Colors of #A03310
Black with #A03310
Text Example
Text Example
White with #A03310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03310; }
p { color: rgb(160,51,16); }
H1.HeaderClassName
{
color: #A03310;
}
.AnyTagClassName
{
color: #A03310;
}
</style>
background-color css
<style>
a { background-color: #A03310; }
a { background-color: rgb(160,51,16); }
div.DivClassName
{
background-color: #A03310;
}
.BgClassName
{
background-color: #A03310;
}
</style>
border-color css
<style>
span { border-color: #A03310; }
span { border-color: rgb(160,51,16); }
td.TdClassName
{
border-color: #A03310;
}
.TagClassName
{
border-color: #A03310;
}
</style>