Shades of Rust #A03D09
Tints of Rust #A03D09
RGB
CMYK
RGB Variations
Color information
#A03D09 (or 0xA03D09) is known color: Rust. HEX triplet: A0, 3D and 09. RGB value is (160,61,9). Sum of RGB (Red+Green+Blue) = 160+61+9=230 (30% of max value = 765). Red value is 160 (62.89% from 255 or 69.57% from 230); Green value is 61 (24.22% from 255 or 26.52% from 230); Blue value is 9 (3.91% from 255 or 3.91% from 230); Max value from RGB is 160 - color contains mainly: red. Hex color #A03D09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03D09 is #5FC2F6. Grayscale: #545454. Windows color (decimal): -6275831 or 605600. OLE color: 605600.
HSL color Cylindrical-coordinate representation of color #A03D09: hue angle of 20.66º 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 #A03D09 is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 61 | 9 | - |
| CMYK | 0 | 0.62 | 0.94 | 0.37 |
| HSL | 20.66º | 0.89% | 0.33% | - |
| HSV(B) | 20.66º | 0.94% | 0.63% | - |
| XYZ | 16.22 | 10.83 | 1.49 | - |
| YUV | 84.67 | 85.3 | 181.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 61 | 9 | 0 | 0.62 | 0.94 | 0.37 | 20.66 | 0.89 | 0.33 |
| Hex | A0 | 3D | 9 | 0 | 3E | 5E | 25 | 15 | 59 | 21 |
| Octal | 240 | 75 | 11 | 0 | 76 | 136 | 45 | 25 | 131 | 41 |
| Binary | 10100000 | 111101 | 1001 | 0 | 111110 | 1011110 | 100101 | 10101 | 1011001 | 100001 |
Color Harmonies of #A03D09
Complementary color
Monochromatic Colors of #A03D09
Black with #A03D09
Text Example
Text Example
White with #A03D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03D09; }
p { color: rgb(160,61,9); }
H1.HeaderClassName
{
color: #A03D09;
}
.AnyTagClassName
{
color: #A03D09;
}
</style>
background-color css
<style>
a { background-color: #A03D09; }
a { background-color: rgb(160,61,9); }
div.DivClassName
{
background-color: #A03D09;
}
.BgClassName
{
background-color: #A03D09;
}
</style>
border-color css
<style>
span { border-color: #A03D09; }
span { border-color: rgb(160,61,9); }
td.TdClassName
{
border-color: #A03D09;
}
.TagClassName
{
border-color: #A03D09;
}
</style>