Shades of Rust #A13401
Tints of Rust #A13401
RGB
CMYK
RGB Variations
Color information
#A13401 (or 0xA13401) is known color: Rust. HEX triplet: A1, 34 and 01. RGB value is (161,52,1). Sum of RGB (Red+Green+Blue) = 161+52+1=214 (28% of max value = 765). Red value is 161 (63.28% from 255 or 75.23% from 214); Green value is 52 (20.70% from 255 or 24.30% from 214); Blue value is 1 (0.78% from 255 or 0.47% from 214); Max value from RGB is 161 - color contains mainly: red. Hex color #A13401 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13401 is #5ECBFE. Grayscale: #4F4F4F. Windows color (decimal): -6212607 or 79009. OLE color: 79009.
HSL color Cylindrical-coordinate representation of color #A13401: hue angle of 19.12º 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 #A13401 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 52 | 1 | - |
| CMYK | 0 | 0.68 | 0.99 | 0.37 |
| HSL | 19.13º | 0.99% | 0.32% | - |
| HSV(B) | 19.13º | 0.99% | 0.63% | - |
| XYZ | 15.93 | 10.04 | 1.13 | - |
| YUV | 78.78 | 84.11 | 186.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 52 | 1 | 0 | 0.68 | 0.99 | 0.37 | 19.13 | 0.99 | 0.32 |
| Hex | A1 | 34 | 1 | 0 | 44 | 63 | 25 | 13 | 63 | 20 |
| Octal | 241 | 64 | 1 | 0 | 104 | 143 | 45 | 23 | 143 | 40 |
| Binary | 10100001 | 110100 | 1 | 0 | 1000100 | 1100011 | 100101 | 10011 | 1100011 | 100000 |
Color Harmonies of #A13401
Complementary color
Monochromatic Colors of #A13401
Black with #A13401
Text Example
Text Example
White with #A13401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13401; }
p { color: rgb(161,52,1); }
H1.HeaderClassName
{
color: #A13401;
}
.AnyTagClassName
{
color: #A13401;
}
</style>
background-color css
<style>
a { background-color: #A13401; }
a { background-color: rgb(161,52,1); }
div.DivClassName
{
background-color: #A13401;
}
.BgClassName
{
background-color: #A13401;
}
</style>
border-color css
<style>
span { border-color: #A13401; }
span { border-color: rgb(161,52,1); }
td.TdClassName
{
border-color: #A13401;
}
.TagClassName
{
border-color: #A13401;
}
</style>