Shades of Rust #A13A09
Tints of Rust #A13A09
RGB
CMYK
RGB Variations
Color information
#A13A09 (or 0xA13A09) is known color: Rust. HEX triplet: A1, 3A and 09. RGB value is (161,58,9). Sum of RGB (Red+Green+Blue) = 161+58+9=228 (30% of max value = 765). Red value is 161 (63.28% from 255 or 70.61% from 228); Green value is 58 (23.05% from 255 or 25.44% from 228); Blue value is 9 (3.91% from 255 or 3.95% from 228); Max value from RGB is 161 - color contains mainly: red. Hex color #A13A09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A13A09 is #5EC5F6. Grayscale: #535353. Windows color (decimal): -6211063 or 604833. OLE color: 604833.
HSL color Cylindrical-coordinate representation of color #A13A09: hue angle of 19.34º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A13A09 is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 58 | 9 | - |
| CMYK | 0 | 0.64 | 0.94 | 0.37 |
| HSL | 19.34º | 0.89% | 0.33% | - |
| HSV(B) | 19.34º | 0.94% | 0.63% | - |
| XYZ | 16.26 | 10.62 | 1.45 | - |
| YUV | 83.21 | 86.12 | 183.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 58 | 9 | 0 | 0.64 | 0.94 | 0.37 | 19.34 | 0.89 | 0.33 |
| Hex | A1 | 3A | 9 | 0 | 40 | 5E | 25 | 13 | 59 | 21 |
| Octal | 241 | 72 | 11 | 0 | 100 | 136 | 45 | 23 | 131 | 41 |
| Binary | 10100001 | 111010 | 1001 | 0 | 1000000 | 1011110 | 100101 | 10011 | 1011001 | 100001 |
Color Harmonies of #A13A09
Complementary color
Monochromatic Colors of #A13A09
Black with #A13A09
Text Example
Text Example
White with #A13A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13A09; }
p { color: rgb(161,58,9); }
H1.HeaderClassName
{
color: #A13A09;
}
.AnyTagClassName
{
color: #A13A09;
}
</style>
background-color css
<style>
a { background-color: #A13A09; }
a { background-color: rgb(161,58,9); }
div.DivClassName
{
background-color: #A13A09;
}
.BgClassName
{
background-color: #A13A09;
}
</style>
border-color css
<style>
span { border-color: #A13A09; }
span { border-color: rgb(161,58,9); }
td.TdClassName
{
border-color: #A13A09;
}
.TagClassName
{
border-color: #A13A09;
}
</style>