Shades of Rust #A03311
Tints of Rust #A03311
RGB
CMYK
RGB Variations
Color information
#A03311 (or 0xA03311) is known color: Rust. HEX triplet: A0, 33 and 11. RGB value is (160,51,17). Sum of RGB (Red+Green+Blue) = 160+51+17=228 (30% of max value = 765). Red value is 160 (62.89% from 255 or 70.18% from 228); Green value is 51 (20.31% from 255 or 22.37% from 228); Blue value is 17 (7.03% from 255 or 7.46% from 228); Max value from RGB is 160 - color contains mainly: red. Hex color #A03311 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03311 is #5FCCEE. Grayscale: #4F4F4F. Windows color (decimal): -6278383 or 1127328. OLE color: 1127328.
HSL color Cylindrical-coordinate representation of color #A03311: hue angle of 14.27º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A03311 is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 51 | 17 | - |
| CMYK | 0 | 0.68 | 0.89 | 0.37 |
| HSL | 14.27º | 0.81% | 0.35% | - |
| HSV(B) | 14.27º | 0.89% | 0.63% | - |
| XYZ | 15.78 | 9.88 | 1.61 | - |
| YUV | 79.72 | 92.61 | 185.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 51 | 17 | 0 | 0.68 | 0.89 | 0.37 | 14.27 | 0.81 | 0.35 |
| Hex | A0 | 33 | 11 | 0 | 44 | 59 | 25 | E | 51 | 23 |
| Octal | 240 | 63 | 21 | 0 | 104 | 131 | 45 | 16 | 121 | 43 |
| Binary | 10100000 | 110011 | 10001 | 0 | 1000100 | 1011001 | 100101 | 1110 | 1010001 | 100011 |
Color Harmonies of #A03311
Complementary color
Monochromatic Colors of #A03311
Black with #A03311
Text Example
Text Example
White with #A03311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03311; }
p { color: rgb(160,51,17); }
H1.HeaderClassName
{
color: #A03311;
}
.AnyTagClassName
{
color: #A03311;
}
</style>
background-color css
<style>
a { background-color: #A03311; }
a { background-color: rgb(160,51,17); }
div.DivClassName
{
background-color: #A03311;
}
.BgClassName
{
background-color: #A03311;
}
</style>
border-color css
<style>
span { border-color: #A03311; }
span { border-color: rgb(160,51,17); }
td.TdClassName
{
border-color: #A03311;
}
.TagClassName
{
border-color: #A03311;
}
</style>