Shades of Rust #A13901
Tints of Rust #A13901
RGB
CMYK
RGB Variations
Color information
#A13901 (or 0xA13901) is known color: Rust. HEX triplet: A1, 39 and 01. RGB value is (161,57,1). Sum of RGB (Red+Green+Blue) = 161+57+1=219 (29% of max value = 765). Red value is 161 (63.28% from 255 or 73.52% from 219); Green value is 57 (22.66% from 255 or 26.03% from 219); Blue value is 1 (0.78% from 255 or 0.46% from 219); Max value from RGB is 161 - color contains mainly: red. Hex color #A13901 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13901 is #5EC6FE. Grayscale: #525252. Windows color (decimal): -6211327 or 80289. OLE color: 80289.
HSL color Cylindrical-coordinate representation of color #A13901: hue angle of 21º 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 #A13901 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 57 | 1 | - |
| CMYK | 0 | 0.65 | 0.99 | 0.37 |
| HSL | 21º | 0.99% | 0.32% | - |
| HSV(B) | 21º | 0.99% | 0.63% | - |
| XYZ | 16.17 | 10.51 | 1.2 | - |
| YUV | 81.71 | 82.46 | 184.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 57 | 1 | 0 | 0.65 | 0.99 | 0.37 | 21 | 0.99 | 0.32 |
| Hex | A1 | 39 | 1 | 0 | 41 | 63 | 25 | 15 | 63 | 20 |
| Octal | 241 | 71 | 1 | 0 | 101 | 143 | 45 | 25 | 143 | 40 |
| Binary | 10100001 | 111001 | 1 | 0 | 1000001 | 1100011 | 100101 | 10101 | 1100011 | 100000 |
Color Harmonies of #A13901
Complementary color
Monochromatic Colors of #A13901
Black with #A13901
Text Example
Text Example
White with #A13901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13901; }
p { color: rgb(161,57,1); }
H1.HeaderClassName
{
color: #A13901;
}
.AnyTagClassName
{
color: #A13901;
}
</style>
background-color css
<style>
a { background-color: #A13901; }
a { background-color: rgb(161,57,1); }
div.DivClassName
{
background-color: #A13901;
}
.BgClassName
{
background-color: #A13901;
}
</style>
border-color css
<style>
span { border-color: #A13901; }
span { border-color: rgb(161,57,1); }
td.TdClassName
{
border-color: #A13901;
}
.TagClassName
{
border-color: #A13901;
}
</style>