Shades of Rust #A13001
Tints of Rust #A13001
RGB
CMYK
RGB Variations
Color information
#A13001 (or 0xA13001) is known color: Rust. HEX triplet: A1, 30 and 01. RGB value is (161,48,1). Sum of RGB (Red+Green+Blue) = 161+48+1=210 (27% of max value = 765). Red value is 161 (63.28% from 255 or 76.67% from 210); Green value is 48 (19.14% from 255 or 22.86% from 210); Blue value is 1 (0.78% from 255 or 0.48% from 210); Max value from RGB is 161 - color contains mainly: red. Hex color #A13001 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13001 is #5ECFFE. Grayscale: #4C4C4C. Windows color (decimal): -6213631 or 77985. OLE color: 77985.
HSL color Cylindrical-coordinate representation of color #A13001: hue angle of 17.62º 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 #A13001 is Cyan = 0, Magento = 0.70, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 48 | 1 | - |
| CMYK | 0 | 0.70 | 0.99 | 0.37 |
| HSL | 17.63º | 0.99% | 0.32% | - |
| HSV(B) | 17.63º | 0.99% | 0.63% | - |
| XYZ | 15.76 | 9.69 | 1.07 | - |
| YUV | 76.43 | 85.44 | 188.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 48 | 1 | 0 | 0.70 | 0.99 | 0.37 | 17.63 | 0.99 | 0.32 |
| Hex | A1 | 30 | 1 | 0 | 46 | 63 | 25 | 12 | 63 | 20 |
| Octal | 241 | 60 | 1 | 0 | 106 | 143 | 45 | 22 | 143 | 40 |
| Binary | 10100001 | 110000 | 1 | 0 | 1000110 | 1100011 | 100101 | 10010 | 1100011 | 100000 |
Color Harmonies of #A13001
Complementary color
Monochromatic Colors of #A13001
Black with #A13001
Text Example
Text Example
White with #A13001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13001; }
p { color: rgb(161,48,1); }
H1.HeaderClassName
{
color: #A13001;
}
.AnyTagClassName
{
color: #A13001;
}
</style>
background-color css
<style>
a { background-color: #A13001; }
a { background-color: rgb(161,48,1); }
div.DivClassName
{
background-color: #A13001;
}
.BgClassName
{
background-color: #A13001;
}
</style>
border-color css
<style>
span { border-color: #A13001; }
span { border-color: rgb(161,48,1); }
td.TdClassName
{
border-color: #A13001;
}
.TagClassName
{
border-color: #A13001;
}
</style>