Shades of Rust #A13815
Tints of Rust #A13815
RGB
CMYK
RGB Variations
Color information
#A13815 (or 0xA13815) is known color: Rust. HEX triplet: A1, 38 and 15. RGB value is (161,56,21). Sum of RGB (Red+Green+Blue) = 161+56+21=238 (31% of max value = 765). Red value is 161 (63.28% from 255 or 67.65% from 238); Green value is 56 (22.27% from 255 or 23.53% from 238); Blue value is 21 (8.59% from 255 or 8.82% from 238); Max value from RGB is 161 - color contains mainly: red. Hex color #A13815 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13815 is #5EC7EA. Grayscale: #535353. Windows color (decimal): -6211563 or 1390753. OLE color: 1390753.
HSL color Cylindrical-coordinate representation of color #A13815: hue angle of 15º 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 #A13815 is Cyan = 0, Magento = 0.65, Yellow = 0.87 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 56 | 21 | - |
| CMYK | 0 | 0.65 | 0.87 | 0.37 |
| HSL | 15º | 0.77% | 0.36% | - |
| HSV(B) | 15º | 0.87% | 0.63% | - |
| XYZ | 16.25 | 10.46 | 1.87 | - |
| YUV | 83.41 | 92.79 | 183.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 56 | 21 | 0 | 0.65 | 0.87 | 0.37 | 15 | 0.77 | 0.36 |
| Hex | A1 | 38 | 15 | 0 | 41 | 57 | 25 | F | 4D | 24 |
| Octal | 241 | 70 | 25 | 0 | 101 | 127 | 45 | 17 | 115 | 44 |
| Binary | 10100001 | 111000 | 10101 | 0 | 1000001 | 1010111 | 100101 | 1111 | 1001101 | 100100 |
Color Harmonies of #A13815
Complementary color
Monochromatic Colors of #A13815
Black with #A13815
Text Example
Text Example
White with #A13815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13815; }
p { color: rgb(161,56,21); }
H1.HeaderClassName
{
color: #A13815;
}
.AnyTagClassName
{
color: #A13815;
}
</style>
background-color css
<style>
a { background-color: #A13815; }
a { background-color: rgb(161,56,21); }
div.DivClassName
{
background-color: #A13815;
}
.BgClassName
{
background-color: #A13815;
}
</style>
border-color css
<style>
span { border-color: #A13815; }
span { border-color: rgb(161,56,21); }
td.TdClassName
{
border-color: #A13815;
}
.TagClassName
{
border-color: #A13815;
}
</style>