Shades of Rust #A13007
Tints of Rust #A13007
RGB
CMYK
RGB Variations
Color information
#A13007 (or 0xA13007) is known color: Rust. HEX triplet: A1, 30 and 07. RGB value is (161,48,7). Sum of RGB (Red+Green+Blue) = 161+48+7=216 (28% of max value = 765). Red value is 161 (63.28% from 255 or 74.54% from 216); Green value is 48 (19.14% from 255 or 22.22% from 216); Blue value is 7 (3.12% from 255 or 3.24% from 216); Max value from RGB is 161 - color contains mainly: red. Hex color #A13007 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13007 is #5ECFF8. Grayscale: #4D4D4D. Windows color (decimal): -6213625 or 471201. OLE color: 471201.
HSL color Cylindrical-coordinate representation of color #A13007: hue angle of 15.97º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A13007 is Cyan = 0, Magento = 0.70, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 48 | 7 | - |
| CMYK | 0 | 0.70 | 0.96 | 0.37 |
| HSL | 15.97º | 0.92% | 0.33% | - |
| HSV(B) | 15.97º | 0.96% | 0.63% | - |
| XYZ | 15.79 | 9.71 | 1.24 | - |
| YUV | 77.11 | 88.44 | 187.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 48 | 7 | 0 | 0.70 | 0.96 | 0.37 | 15.97 | 0.92 | 0.33 |
| Hex | A1 | 30 | 7 | 0 | 46 | 60 | 25 | 10 | 5C | 21 |
| Octal | 241 | 60 | 7 | 0 | 106 | 140 | 45 | 20 | 134 | 41 |
| Binary | 10100001 | 110000 | 111 | 0 | 1000110 | 1100000 | 100101 | 10000 | 1011100 | 100001 |
Color Harmonies of #A13007
Complementary color
Monochromatic Colors of #A13007
Black with #A13007
Text Example
Text Example
White with #A13007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13007; }
p { color: rgb(161,48,7); }
H1.HeaderClassName
{
color: #A13007;
}
.AnyTagClassName
{
color: #A13007;
}
</style>
background-color css
<style>
a { background-color: #A13007; }
a { background-color: rgb(161,48,7); }
div.DivClassName
{
background-color: #A13007;
}
.BgClassName
{
background-color: #A13007;
}
</style>
border-color css
<style>
span { border-color: #A13007; }
span { border-color: rgb(161,48,7); }
td.TdClassName
{
border-color: #A13007;
}
.TagClassName
{
border-color: #A13007;
}
</style>