Shades of Rust #A03F03
Tints of Rust #A03F03
RGB
CMYK
RGB Variations
Color information
#A03F03 (or 0xA03F03) is known color: Rust. HEX triplet: A0, 3F and 03. RGB value is (160,63,3). Sum of RGB (Red+Green+Blue) = 160+63+3=226 (29% of max value = 765). Red value is 160 (62.89% from 255 or 70.80% from 226); Green value is 63 (25% from 255 or 27.88% from 226); Blue value is 3 (1.56% from 255 or 1.33% from 226); Max value from RGB is 160 - color contains mainly: red. Hex color #A03F03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03F03 is #5FC0FC. Grayscale: #555555. Windows color (decimal): -6275325 or 212896. OLE color: 212896.
HSL color Cylindrical-coordinate representation of color #A03F03: hue angle of 22.93º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A03F03 is Cyan = 0, Magento = 0.61, Yellow = 0.98 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 63 | 3 | - |
| CMYK | 0 | 0.61 | 0.98 | 0.37 |
| HSL | 22.93º | 0.96% | 0.32% | - |
| HSV(B) | 22.93º | 0.98% | 0.63% | - |
| XYZ | 16.29 | 11.04 | 1.36 | - |
| YUV | 85.16 | 81.64 | 181.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 63 | 3 | 0 | 0.61 | 0.98 | 0.37 | 22.93 | 0.96 | 0.32 |
| Hex | A0 | 3F | 3 | 0 | 3D | 62 | 25 | 17 | 60 | 20 |
| Octal | 240 | 77 | 3 | 0 | 75 | 142 | 45 | 27 | 140 | 40 |
| Binary | 10100000 | 111111 | 11 | 0 | 111101 | 1100010 | 100101 | 10111 | 1100000 | 100000 |
Color Harmonies of #A03F03
Complementary color
Monochromatic Colors of #A03F03
Black with #A03F03
Text Example
Text Example
White with #A03F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03F03; }
p { color: rgb(160,63,3); }
H1.HeaderClassName
{
color: #A03F03;
}
.AnyTagClassName
{
color: #A03F03;
}
</style>
background-color css
<style>
a { background-color: #A03F03; }
a { background-color: rgb(160,63,3); }
div.DivClassName
{
background-color: #A03F03;
}
.BgClassName
{
background-color: #A03F03;
}
</style>
border-color css
<style>
span { border-color: #A03F03; }
span { border-color: rgb(160,63,3); }
td.TdClassName
{
border-color: #A03F03;
}
.TagClassName
{
border-color: #A03F03;
}
</style>