Shades of Rust #A03909
Tints of Rust #A03909
RGB
CMYK
RGB Variations
Color information
#A03909 (or 0xA03909) is known color: Rust. HEX triplet: A0, 39 and 09. RGB value is (160,57,9). Sum of RGB (Red+Green+Blue) = 160+57+9=226 (29% of max value = 765). Red value is 160 (62.89% from 255 or 70.80% from 226); Green value is 57 (22.66% from 255 or 25.22% from 226); Blue value is 9 (3.91% from 255 or 3.98% from 226); Max value from RGB is 160 - color contains mainly: red. Hex color #A03909 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03909 is #5FC6F6. Grayscale: #525252. Windows color (decimal): -6276855 or 604576. OLE color: 604576.
HSL color Cylindrical-coordinate representation of color #A03909: hue angle of 19.07º 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 #A03909 is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 57 | 9 | - |
| CMYK | 0 | 0.64 | 0.94 | 0.37 |
| HSL | 19.07º | 0.89% | 0.33% | - |
| HSV(B) | 19.07º | 0.94% | 0.63% | - |
| XYZ | 16.01 | 10.42 | 1.43 | - |
| YUV | 82.33 | 86.62 | 183.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 57 | 9 | 0 | 0.64 | 0.94 | 0.37 | 19.07 | 0.89 | 0.33 |
| Hex | A0 | 39 | 9 | 0 | 40 | 5E | 25 | 13 | 59 | 21 |
| Octal | 240 | 71 | 11 | 0 | 100 | 136 | 45 | 23 | 131 | 41 |
| Binary | 10100000 | 111001 | 1001 | 0 | 1000000 | 1011110 | 100101 | 10011 | 1011001 | 100001 |
Color Harmonies of #A03909
Complementary color
Monochromatic Colors of #A03909
Black with #A03909
Text Example
Text Example
White with #A03909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03909; }
p { color: rgb(160,57,9); }
H1.HeaderClassName
{
color: #A03909;
}
.AnyTagClassName
{
color: #A03909;
}
</style>
background-color css
<style>
a { background-color: #A03909; }
a { background-color: rgb(160,57,9); }
div.DivClassName
{
background-color: #A03909;
}
.BgClassName
{
background-color: #A03909;
}
</style>
border-color css
<style>
span { border-color: #A03909; }
span { border-color: rgb(160,57,9); }
td.TdClassName
{
border-color: #A03909;
}
.TagClassName
{
border-color: #A03909;
}
</style>