Shades of Rust #A12501
Tints of Rust #A12501
RGB
CMYK
RGB Variations
Color information
#A12501 (or 0xA12501) is known color: Rust. HEX triplet: A1, 25 and 01. RGB value is (161,37,1). Sum of RGB (Red+Green+Blue) = 161+37+1=199 (26% of max value = 765). Red value is 161 (63.28% from 255 or 80.90% from 199); Green value is 37 (14.84% from 255 or 18.59% from 199); Blue value is 1 (0.78% from 255 or 0.50% from 199); Max value from RGB is 161 - color contains mainly: red. Hex color #A12501 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12501 is #5EDAFE. Grayscale: #464646. Windows color (decimal): -6216447 or 75169. OLE color: 75169.
HSL color Cylindrical-coordinate representation of color #A12501: hue angle of 13.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 #A12501 is Cyan = 0, Magento = 0.77, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 37 | 1 | - |
| CMYK | 0 | 0.77 | 0.99 | 0.37 |
| HSL | 13.5º | 0.99% | 0.32% | - |
| HSV(B) | 13.5º | 0.99% | 0.63% | - |
| XYZ | 15.36 | 8.9 | 0.94 | - |
| YUV | 69.97 | 89.08 | 192.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 37 | 1 | 0 | 0.77 | 0.99 | 0.37 | 13.5 | 0.99 | 0.32 |
| Hex | A1 | 25 | 1 | 0 | 4D | 63 | 25 | E | 63 | 20 |
| Octal | 241 | 45 | 1 | 0 | 115 | 143 | 45 | 16 | 143 | 40 |
| Binary | 10100001 | 100101 | 1 | 0 | 1001101 | 1100011 | 100101 | 1110 | 1100011 | 100000 |
Color Harmonies of #A12501
Complementary color
Monochromatic Colors of #A12501
Black with #A12501
Text Example
Text Example
White with #A12501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12501; }
p { color: rgb(161,37,1); }
H1.HeaderClassName
{
color: #A12501;
}
.AnyTagClassName
{
color: #A12501;
}
</style>
background-color css
<style>
a { background-color: #A12501; }
a { background-color: rgb(161,37,1); }
div.DivClassName
{
background-color: #A12501;
}
.BgClassName
{
background-color: #A12501;
}
</style>
border-color css
<style>
span { border-color: #A12501; }
span { border-color: rgb(161,37,1); }
td.TdClassName
{
border-color: #A12501;
}
.TagClassName
{
border-color: #A12501;
}
</style>