Shades of Rust #A13501
Tints of Rust #A13501
RGB
CMYK
RGB Variations
Color information
#A13501 (or 0xA13501) is known color: Rust. HEX triplet: A1, 35 and 01. RGB value is (161,53,1). Sum of RGB (Red+Green+Blue) = 161+53+1=215 (28% of max value = 765). Red value is 161 (63.28% from 255 or 74.88% from 215); Green value is 53 (21.09% from 255 or 24.65% from 215); Blue value is 1 (0.78% from 255 or 0.47% from 215); Max value from RGB is 161 - color contains mainly: red. Hex color #A13501 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13501 is #5ECAFE. Grayscale: #4F4F4F. Windows color (decimal): -6212351 or 79265. OLE color: 79265.
HSL color Cylindrical-coordinate representation of color #A13501: hue angle of 19.5º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A13501 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 53 | 1 | - |
| CMYK | 0 | 0.67 | 0.99 | 0.37 |
| HSL | 19.5º | 0.99% | 0.32% | - |
| HSV(B) | 19.5º | 0.99% | 0.63% | - |
| XYZ | 15.98 | 10.13 | 1.14 | - |
| YUV | 79.36 | 83.78 | 186.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 53 | 1 | 0 | 0.67 | 0.99 | 0.37 | 19.5 | 0.99 | 0.32 |
| Hex | A1 | 35 | 1 | 0 | 43 | 63 | 25 | 14 | 63 | 20 |
| Octal | 241 | 65 | 1 | 0 | 103 | 143 | 45 | 24 | 143 | 40 |
| Binary | 10100001 | 110101 | 1 | 0 | 1000011 | 1100011 | 100101 | 10100 | 1100011 | 100000 |
Color Harmonies of #A13501
Complementary color
Monochromatic Colors of #A13501
Black with #A13501
Text Example
Text Example
White with #A13501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13501; }
p { color: rgb(161,53,1); }
H1.HeaderClassName
{
color: #A13501;
}
.AnyTagClassName
{
color: #A13501;
}
</style>
background-color css
<style>
a { background-color: #A13501; }
a { background-color: rgb(161,53,1); }
div.DivClassName
{
background-color: #A13501;
}
.BgClassName
{
background-color: #A13501;
}
</style>
border-color css
<style>
span { border-color: #A13501; }
span { border-color: rgb(161,53,1); }
td.TdClassName
{
border-color: #A13501;
}
.TagClassName
{
border-color: #A13501;
}
</style>