Shades of Rust #A13915
Tints of Rust #A13915
RGB
CMYK
RGB Variations
Color information
#A13915 (or 0xA13915) is known color: Rust. HEX triplet: A1, 39 and 15. RGB value is (161,57,21). Sum of RGB (Red+Green+Blue) = 161+57+21=239 (31% of max value = 765). Red value is 161 (63.28% from 255 or 67.36% from 239); Green value is 57 (22.66% from 255 or 23.85% from 239); Blue value is 21 (8.59% from 255 or 8.79% from 239); Max value from RGB is 161 - color contains mainly: red. Hex color #A13915 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13915 is #5EC6EA. Grayscale: #545454. Windows color (decimal): -6211307 or 1391009. OLE color: 1391009.
HSL color Cylindrical-coordinate representation of color #A13915: hue angle of 15.43º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A13915 is Cyan = 0, Magento = 0.65, Yellow = 0.87 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 57 | 21 | - |
| CMYK | 0 | 0.65 | 0.87 | 0.37 |
| HSL | 15.43º | 0.77% | 0.36% | - |
| HSV(B) | 15.43º | 0.87% | 0.63% | - |
| XYZ | 16.3 | 10.56 | 1.89 | - |
| YUV | 83.99 | 92.46 | 182.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 57 | 21 | 0 | 0.65 | 0.87 | 0.37 | 15.43 | 0.77 | 0.36 |
| Hex | A1 | 39 | 15 | 0 | 41 | 57 | 25 | F | 4D | 24 |
| Octal | 241 | 71 | 25 | 0 | 101 | 127 | 45 | 17 | 115 | 44 |
| Binary | 10100001 | 111001 | 10101 | 0 | 1000001 | 1010111 | 100101 | 1111 | 1001101 | 100100 |
Color Harmonies of #A13915
Complementary color
Monochromatic Colors of #A13915
Black with #A13915
Text Example
Text Example
White with #A13915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13915; }
p { color: rgb(161,57,21); }
H1.HeaderClassName
{
color: #A13915;
}
.AnyTagClassName
{
color: #A13915;
}
</style>
background-color css
<style>
a { background-color: #A13915; }
a { background-color: rgb(161,57,21); }
div.DivClassName
{
background-color: #A13915;
}
.BgClassName
{
background-color: #A13915;
}
</style>
border-color css
<style>
span { border-color: #A13915; }
span { border-color: rgb(161,57,21); }
td.TdClassName
{
border-color: #A13915;
}
.TagClassName
{
border-color: #A13915;
}
</style>