Shades of Rust #A12505
Tints of Rust #A12505
RGB
CMYK
RGB Variations
Color information
#A12505 (or 0xA12505) is known color: Rust. HEX triplet: A1, 25 and 05. RGB value is (161,37,5). Sum of RGB (Red+Green+Blue) = 161+37+5=203 (26% of max value = 765). Red value is 161 (63.28% from 255 or 79.31% from 203); Green value is 37 (14.84% from 255 or 18.23% from 203); Blue value is 5 (2.34% from 255 or 2.46% from 203); Max value from RGB is 161 - color contains mainly: red. Hex color #A12505 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12505 is #5EDAFA. Grayscale: #464646. Windows color (decimal): -6216443 or 337313. OLE color: 337313.
HSL color Cylindrical-coordinate representation of color #A12505: hue angle of 12.31º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A12505 is Cyan = 0, Magento = 0.77, Yellow = 0.97 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 37 | 5 | - |
| CMYK | 0 | 0.77 | 0.97 | 0.37 |
| HSL | 12.31º | 0.94% | 0.33% | - |
| HSV(B) | 12.31º | 0.97% | 0.63% | - |
| XYZ | 15.39 | 8.91 | 1.05 | - |
| YUV | 70.43 | 91.08 | 192.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 37 | 5 | 0 | 0.77 | 0.97 | 0.37 | 12.31 | 0.94 | 0.33 |
| Hex | A1 | 25 | 5 | 0 | 4D | 61 | 25 | C | 5E | 21 |
| Octal | 241 | 45 | 5 | 0 | 115 | 141 | 45 | 14 | 136 | 41 |
| Binary | 10100001 | 100101 | 101 | 0 | 1001101 | 1100001 | 100101 | 1100 | 1011110 | 100001 |
Color Harmonies of #A12505
Complementary color
Monochromatic Colors of #A12505
Black with #A12505
Text Example
Text Example
White with #A12505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12505; }
p { color: rgb(161,37,5); }
H1.HeaderClassName
{
color: #A12505;
}
.AnyTagClassName
{
color: #A12505;
}
</style>
background-color css
<style>
a { background-color: #A12505; }
a { background-color: rgb(161,37,5); }
div.DivClassName
{
background-color: #A12505;
}
.BgClassName
{
background-color: #A12505;
}
</style>
border-color css
<style>
span { border-color: #A12505; }
span { border-color: rgb(161,37,5); }
td.TdClassName
{
border-color: #A12505;
}
.TagClassName
{
border-color: #A12505;
}
</style>