Shades of Rust #A14310
Tints of Rust #A14310
RGB
CMYK
RGB Variations
Color information
#A14310 (or 0xA14310) is known color: Rust. HEX triplet: A1, 43 and 10. RGB value is (161,67,16). Sum of RGB (Red+Green+Blue) = 161+67+16=244 (32% of max value = 765). Red value is 161 (63.28% from 255 or 65.98% from 244); Green value is 67 (26.56% from 255 or 27.46% from 244); Blue value is 16 (6.64% from 255 or 6.56% from 244); Max value from RGB is 161 - color contains mainly: red. Hex color #A14310 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14310 is #5EBCEF. Grayscale: #595959. Windows color (decimal): -6208752 or 1065889. OLE color: 1065889.
HSL color Cylindrical-coordinate representation of color #A14310: hue angle of 21.1º 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 #A14310 is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 67 | 16 | - |
| CMYK | 0 | 0.58 | 0.90 | 0.37 |
| HSL | 21.1º | 0.82% | 0.35% | - |
| HSV(B) | 21.1º | 0.9% | 0.63% | - |
| XYZ | 16.8 | 11.63 | 1.85 | - |
| YUV | 89.29 | 86.64 | 179.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 67 | 16 | 0 | 0.58 | 0.90 | 0.37 | 21.1 | 0.82 | 0.35 |
| Hex | A1 | 43 | 10 | 0 | 3A | 5A | 25 | 15 | 52 | 23 |
| Octal | 241 | 103 | 20 | 0 | 72 | 132 | 45 | 25 | 122 | 43 |
| Binary | 10100001 | 1000011 | 10000 | 0 | 111010 | 1011010 | 100101 | 10101 | 1010010 | 100011 |
Color Harmonies of #A14310
Complementary color
Monochromatic Colors of #A14310
Black with #A14310
Text Example
Text Example
White with #A14310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14310; }
p { color: rgb(161,67,16); }
H1.HeaderClassName
{
color: #A14310;
}
.AnyTagClassName
{
color: #A14310;
}
</style>
background-color css
<style>
a { background-color: #A14310; }
a { background-color: rgb(161,67,16); }
div.DivClassName
{
background-color: #A14310;
}
.BgClassName
{
background-color: #A14310;
}
</style>
border-color css
<style>
span { border-color: #A14310; }
span { border-color: rgb(161,67,16); }
td.TdClassName
{
border-color: #A14310;
}
.TagClassName
{
border-color: #A14310;
}
</style>