Shades of Rust #A03207
Tints of Rust #A03207
RGB
CMYK
RGB Variations
Color information
#A03207 (or 0xA03207) is known color: Rust. HEX triplet: A0, 32 and 07. RGB value is (160,50,7). Sum of RGB (Red+Green+Blue) = 160+50+7=217 (28% of max value = 765). Red value is 160 (62.89% from 255 or 73.73% from 217); Green value is 50 (19.92% from 255 or 23.04% from 217); Blue value is 7 (3.12% from 255 or 3.23% from 217); Max value from RGB is 160 - color contains mainly: red. Hex color #A03207 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03207 is #5FCDF8. Grayscale: #4E4E4E. Windows color (decimal): -6278649 or 471712. OLE color: 471712.
HSL color Cylindrical-coordinate representation of color #A03207: hue angle of 16.86º 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 #A03207 is Cyan = 0, Magento = 0.69, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 50 | 7 | - |
| CMYK | 0 | 0.69 | 0.96 | 0.37 |
| HSL | 16.86º | 0.92% | 0.33% | - |
| HSV(B) | 16.86º | 0.96% | 0.63% | - |
| XYZ | 15.68 | 9.77 | 1.26 | - |
| YUV | 77.99 | 87.94 | 186.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 50 | 7 | 0 | 0.69 | 0.96 | 0.37 | 16.86 | 0.92 | 0.33 |
| Hex | A0 | 32 | 7 | 0 | 45 | 60 | 25 | 11 | 5C | 21 |
| Octal | 240 | 62 | 7 | 0 | 105 | 140 | 45 | 21 | 134 | 41 |
| Binary | 10100000 | 110010 | 111 | 0 | 1000101 | 1100000 | 100101 | 10001 | 1011100 | 100001 |
Color Harmonies of #A03207
Complementary color
Monochromatic Colors of #A03207
Black with #A03207
Text Example
Text Example
White with #A03207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03207; }
p { color: rgb(160,50,7); }
H1.HeaderClassName
{
color: #A03207;
}
.AnyTagClassName
{
color: #A03207;
}
</style>
background-color css
<style>
a { background-color: #A03207; }
a { background-color: rgb(160,50,7); }
div.DivClassName
{
background-color: #A03207;
}
.BgClassName
{
background-color: #A03207;
}
</style>
border-color css
<style>
span { border-color: #A03207; }
span { border-color: rgb(160,50,7); }
td.TdClassName
{
border-color: #A03207;
}
.TagClassName
{
border-color: #A03207;
}
</style>