Shades of Rust #A12705
Tints of Rust #A12705
RGB
CMYK
RGB Variations
Color information
#A12705 (or 0xA12705) is known color: Rust. HEX triplet: A1, 27 and 05. RGB value is (161,39,5). Sum of RGB (Red+Green+Blue) = 161+39+5=205 (27% of max value = 765). Red value is 161 (63.28% from 255 or 78.54% from 205); Green value is 39 (15.62% from 255 or 19.02% from 205); Blue value is 5 (2.34% from 255 or 2.44% from 205); Max value from RGB is 161 - color contains mainly: red. Hex color #A12705 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12705 is #5ED8FA. Grayscale: #474747. Windows color (decimal): -6215931 or 337825. OLE color: 337825.
HSL color Cylindrical-coordinate representation of color #A12705: hue angle of 13.08º 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 #A12705 is Cyan = 0, Magento = 0.76, Yellow = 0.97 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 39 | 5 | - |
| CMYK | 0 | 0.76 | 0.97 | 0.37 |
| HSL | 13.08º | 0.94% | 0.33% | - |
| HSV(B) | 13.08º | 0.97% | 0.63% | - |
| XYZ | 15.45 | 9.04 | 1.07 | - |
| YUV | 71.6 | 90.42 | 191.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 39 | 5 | 0 | 0.76 | 0.97 | 0.37 | 13.08 | 0.94 | 0.33 |
| Hex | A1 | 27 | 5 | 0 | 4C | 61 | 25 | D | 5E | 21 |
| Octal | 241 | 47 | 5 | 0 | 114 | 141 | 45 | 15 | 136 | 41 |
| Binary | 10100001 | 100111 | 101 | 0 | 1001100 | 1100001 | 100101 | 1101 | 1011110 | 100001 |
Color Harmonies of #A12705
Complementary color
Monochromatic Colors of #A12705
Black with #A12705
Text Example
Text Example
White with #A12705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12705; }
p { color: rgb(161,39,5); }
H1.HeaderClassName
{
color: #A12705;
}
.AnyTagClassName
{
color: #A12705;
}
</style>
background-color css
<style>
a { background-color: #A12705; }
a { background-color: rgb(161,39,5); }
div.DivClassName
{
background-color: #A12705;
}
.BgClassName
{
background-color: #A12705;
}
</style>
border-color css
<style>
span { border-color: #A12705; }
span { border-color: rgb(161,39,5); }
td.TdClassName
{
border-color: #A12705;
}
.TagClassName
{
border-color: #A12705;
}
</style>