Shades of Rust #A13000
Tints of Rust #A13000
RGB
CMYK
RGB Variations
Color information
#A13000 (or 0xA13000) is known color: Rust. HEX triplet: A1, 30 and 00. RGB value is (161,48,0). Sum of RGB (Red+Green+Blue) = 161+48+0=209 (27% of max value = 765). Red value is 161 (63.28% from 255 or 77.03% from 209); Green value is 48 (19.14% from 255 or 22.97% from 209); Blue value is 0 (0.39% from 255 or 0% from 209); Max value from RGB is 161 - color contains mainly: red. Hex color #A13000 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13000 is #5ECFFF. Grayscale: #4C4C4C. Windows color (decimal): -6213632 or 12449. OLE color: 12449.
HSL color Cylindrical-coordinate representation of color #A13000: hue angle of 17.89º 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 #A13000 is Cyan = 0, Magento = 0.70, Yellow = 1 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 48 | 0 | - |
| CMYK | 0 | 0.70 | 1 | 0.37 |
| HSL | 17.89º | 1% | 0.32% | - |
| HSV(B) | 17.89º | 1% | 0.63% | - |
| XYZ | 15.75 | 9.69 | 1.04 | - |
| YUV | 76.32 | 84.94 | 188.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 48 | 0 | 0 | 0.70 | 1 | 0.37 | 17.89 | 1 | 0.32 |
| Hex | A1 | 30 | 0 | 0 | 46 | 64 | 25 | 12 | 64 | 20 |
| Octal | 241 | 60 | 0 | 0 | 106 | 144 | 45 | 22 | 144 | 40 |
| Binary | 10100001 | 110000 | 0 | 0 | 1000110 | 1100100 | 100101 | 10010 | 1100100 | 100000 |
Color Harmonies of #A13000
Complementary color
Monochromatic Colors of #A13000
Black with #A13000
Text Example
Text Example
White with #A13000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13000; }
p { color: rgb(161,48,0); }
H1.HeaderClassName
{
color: #A13000;
}
.AnyTagClassName
{
color: #A13000;
}
</style>
background-color css
<style>
a { background-color: #A13000; }
a { background-color: rgb(161,48,0); }
div.DivClassName
{
background-color: #A13000;
}
.BgClassName
{
background-color: #A13000;
}
</style>
border-color css
<style>
span { border-color: #A13000; }
span { border-color: rgb(161,48,0); }
td.TdClassName
{
border-color: #A13000;
}
.TagClassName
{
border-color: #A13000;
}
</style>