Shades of Rust #A13C14
Tints of Rust #A13C14
RGB
CMYK
RGB Variations
Color information
#A13C14 (or 0xA13C14) is known color: Rust. HEX triplet: A1, 3C and 14. RGB value is (161,60,20). Sum of RGB (Red+Green+Blue) = 161+60+20=241 (31% of max value = 765). Red value is 161 (63.28% from 255 or 66.80% from 241); Green value is 60 (23.83% from 255 or 24.90% from 241); Blue value is 20 (8.20% from 255 or 8.30% from 241); Max value from RGB is 161 - color contains mainly: red. Hex color #A13C14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13C14 is #5EC3EB. Grayscale: #555555. Windows color (decimal): -6210540 or 1326241. OLE color: 1326241.
HSL color Cylindrical-coordinate representation of color #A13C14: hue angle of 17.02º degrees, saturation: 0.78, 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 #A13C14 is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 60 | 20 | - |
| CMYK | 0 | 0.63 | 0.88 | 0.37 |
| HSL | 17.02º | 0.78% | 0.35% | - |
| HSV(B) | 17.02º | 0.88% | 0.63% | - |
| XYZ | 16.44 | 10.86 | 1.89 | - |
| YUV | 85.64 | 90.96 | 181.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 60 | 20 | 0 | 0.63 | 0.88 | 0.37 | 17.02 | 0.78 | 0.35 |
| Hex | A1 | 3C | 14 | 0 | 3F | 58 | 25 | 11 | 4E | 23 |
| Octal | 241 | 74 | 24 | 0 | 77 | 130 | 45 | 21 | 116 | 43 |
| Binary | 10100001 | 111100 | 10100 | 0 | 111111 | 1011000 | 100101 | 10001 | 1001110 | 100011 |
Color Harmonies of #A13C14
Complementary color
Monochromatic Colors of #A13C14
Black with #A13C14
Text Example
Text Example
White with #A13C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13C14; }
p { color: rgb(161,60,20); }
H1.HeaderClassName
{
color: #A13C14;
}
.AnyTagClassName
{
color: #A13C14;
}
</style>
background-color css
<style>
a { background-color: #A13C14; }
a { background-color: rgb(161,60,20); }
div.DivClassName
{
background-color: #A13C14;
}
.BgClassName
{
background-color: #A13C14;
}
</style>
border-color css
<style>
span { border-color: #A13C14; }
span { border-color: rgb(161,60,20); }
td.TdClassName
{
border-color: #A13C14;
}
.TagClassName
{
border-color: #A13C14;
}
</style>