Shades of Rust #A03F07
Tints of Rust #A03F07
RGB
CMYK
RGB Variations
Color information
#A03F07 (or 0xA03F07) is known color: Rust. HEX triplet: A0, 3F and 07. RGB value is (160,63,7). Sum of RGB (Red+Green+Blue) = 160+63+7=230 (30% of max value = 765). Red value is 160 (62.89% from 255 or 69.57% from 230); Green value is 63 (25% from 255 or 27.39% from 230); Blue value is 7 (3.12% from 255 or 3.04% from 230); Max value from RGB is 160 - color contains mainly: red. Hex color #A03F07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03F07 is #5FC0F8. Grayscale: #555555. Windows color (decimal): -6275321 or 475040. OLE color: 475040.
HSL color Cylindrical-coordinate representation of color #A03F07: hue angle of 21.96º 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 #A03F07 is Cyan = 0, Magento = 0.61, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 63 | 7 | - |
| CMYK | 0 | 0.61 | 0.96 | 0.37 |
| HSL | 21.96º | 0.92% | 0.33% | - |
| HSV(B) | 21.96º | 0.96% | 0.63% | - |
| XYZ | 16.31 | 11.04 | 1.47 | - |
| YUV | 85.62 | 83.64 | 181.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 63 | 7 | 0 | 0.61 | 0.96 | 0.37 | 21.96 | 0.92 | 0.33 |
| Hex | A0 | 3F | 7 | 0 | 3D | 60 | 25 | 16 | 5C | 21 |
| Octal | 240 | 77 | 7 | 0 | 75 | 140 | 45 | 26 | 134 | 41 |
| Binary | 10100000 | 111111 | 111 | 0 | 111101 | 1100000 | 100101 | 10110 | 1011100 | 100001 |
Color Harmonies of #A03F07
Complementary color
Monochromatic Colors of #A03F07
Black with #A03F07
Text Example
Text Example
White with #A03F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03F07; }
p { color: rgb(160,63,7); }
H1.HeaderClassName
{
color: #A03F07;
}
.AnyTagClassName
{
color: #A03F07;
}
</style>
background-color css
<style>
a { background-color: #A03F07; }
a { background-color: rgb(160,63,7); }
div.DivClassName
{
background-color: #A03F07;
}
.BgClassName
{
background-color: #A03F07;
}
</style>
border-color css
<style>
span { border-color: #A03F07; }
span { border-color: rgb(160,63,7); }
td.TdClassName
{
border-color: #A03F07;
}
.TagClassName
{
border-color: #A03F07;
}
</style>