Shades of Rust #A12600
Tints of Rust #A12600
RGB
CMYK
RGB Variations
Color information
#A12600 (or 0xA12600) is known color: Rust. HEX triplet: A1, 26 and 00. RGB value is (161,38,0). Sum of RGB (Red+Green+Blue) = 161+38+0=199 (26% of max value = 765). Red value is 161 (63.28% from 255 or 80.90% from 199); Green value is 38 (15.23% from 255 or 19.10% from 199); Blue value is 0 (0.39% from 255 or 0% from 199); Max value from RGB is 161 - color contains mainly: red. Hex color #A12600 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12600 is #5ED9FF. Grayscale: #464646. Windows color (decimal): -6216192 or 9889. OLE color: 9889.
HSL color Cylindrical-coordinate representation of color #A12600: hue angle of 14.16º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A12600 is Cyan = 0, Magento = 0.76, Yellow = 1 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 38 | 0 | - |
| CMYK | 0 | 0.76 | 1 | 0.37 |
| HSL | 14.16º | 1% | 0.32% | - |
| HSV(B) | 14.16º | 1% | 0.63% | - |
| XYZ | 15.39 | 8.96 | 0.92 | - |
| YUV | 70.45 | 88.25 | 192.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 38 | 0 | 0 | 0.76 | 1 | 0.37 | 14.16 | 1 | 0.32 |
| Hex | A1 | 26 | 0 | 0 | 4C | 64 | 25 | E | 64 | 20 |
| Octal | 241 | 46 | 0 | 0 | 114 | 144 | 45 | 16 | 144 | 40 |
| Binary | 10100001 | 100110 | 0 | 0 | 1001100 | 1100100 | 100101 | 1110 | 1100100 | 100000 |
Color Harmonies of #A12600
Complementary color
Monochromatic Colors of #A12600
Black with #A12600
Text Example
Text Example
White with #A12600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12600; }
p { color: rgb(161,38,0); }
H1.HeaderClassName
{
color: #A12600;
}
.AnyTagClassName
{
color: #A12600;
}
</style>
background-color css
<style>
a { background-color: #A12600; }
a { background-color: rgb(161,38,0); }
div.DivClassName
{
background-color: #A12600;
}
.BgClassName
{
background-color: #A12600;
}
</style>
border-color css
<style>
span { border-color: #A12600; }
span { border-color: rgb(161,38,0); }
td.TdClassName
{
border-color: #A12600;
}
.TagClassName
{
border-color: #A12600;
}
</style>