Shades of Rust #A14213
Tints of Rust #A14213
RGB
CMYK
RGB Variations
Color information
#A14213 (or 0xA14213) is known color: Rust. HEX triplet: A1, 42 and 13. RGB value is (161,66,19). Sum of RGB (Red+Green+Blue) = 161+66+19=246 (32% of max value = 765). Red value is 161 (63.28% from 255 or 65.45% from 246); Green value is 66 (26.17% from 255 or 26.83% from 246); Blue value is 19 (7.81% from 255 or 7.72% from 246); Max value from RGB is 161 - color contains mainly: red. Hex color #A14213 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A14213 is #5EBDEC. Grayscale: #595959. Windows color (decimal): -6209005 or 1262241. OLE color: 1262241.
HSL color Cylindrical-coordinate representation of color #A14213: hue angle of 19.86º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A14213 is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 66 | 19 | - |
| CMYK | 0 | 0.59 | 0.88 | 0.37 |
| HSL | 19.86º | 0.79% | 0.35% | - |
| HSV(B) | 19.86º | 0.88% | 0.63% | - |
| XYZ | 16.76 | 11.52 | 1.96 | - |
| YUV | 89.05 | 88.47 | 179.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 66 | 19 | 0 | 0.59 | 0.88 | 0.37 | 19.86 | 0.79 | 0.35 |
| Hex | A1 | 42 | 13 | 0 | 3B | 58 | 25 | 14 | 4F | 23 |
| Octal | 241 | 102 | 23 | 0 | 73 | 130 | 45 | 24 | 117 | 43 |
| Binary | 10100001 | 1000010 | 10011 | 0 | 111011 | 1011000 | 100101 | 10100 | 1001111 | 100011 |
Color Harmonies of #A14213
Complementary color
Monochromatic Colors of #A14213
Black with #A14213
Text Example
Text Example
White with #A14213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A14213; }
p { color: rgb(161,66,19); }
H1.HeaderClassName
{
color: #A14213;
}
.AnyTagClassName
{
color: #A14213;
}
</style>
background-color css
<style>
a { background-color: #A14213; }
a { background-color: rgb(161,66,19); }
div.DivClassName
{
background-color: #A14213;
}
.BgClassName
{
background-color: #A14213;
}
</style>
border-color css
<style>
span { border-color: #A14213; }
span { border-color: rgb(161,66,19); }
td.TdClassName
{
border-color: #A14213;
}
.TagClassName
{
border-color: #A14213;
}
</style>