Shades of Rust #A03F08
Tints of Rust #A03F08
RGB
CMYK
RGB Variations
Color information
#A03F08 (or 0xA03F08) is known color: Rust. HEX triplet: A0, 3F and 08. RGB value is (160,63,8). Sum of RGB (Red+Green+Blue) = 160+63+8=231 (30% of max value = 765). Red value is 160 (62.89% from 255 or 69.26% from 231); Green value is 63 (25% from 255 or 27.27% from 231); Blue value is 8 (3.52% from 255 or 3.46% from 231); Max value from RGB is 160 - color contains mainly: red. Hex color #A03F08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03F08 is #5FC0F7. Grayscale: #565656. Windows color (decimal): -6275320 or 540576. OLE color: 540576.
HSL color Cylindrical-coordinate representation of color #A03F08: hue angle of 21.71º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A03F08 is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 63 | 8 | - |
| CMYK | 0 | 0.61 | 0.95 | 0.37 |
| HSL | 21.71º | 0.9% | 0.33% | - |
| HSV(B) | 21.71º | 0.95% | 0.63% | - |
| XYZ | 16.32 | 11.05 | 1.5 | - |
| YUV | 85.73 | 84.14 | 180.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 63 | 8 | 0 | 0.61 | 0.95 | 0.37 | 21.71 | 0.9 | 0.33 |
| Hex | A0 | 3F | 8 | 0 | 3D | 5F | 25 | 16 | 5A | 21 |
| Octal | 240 | 77 | 10 | 0 | 75 | 137 | 45 | 26 | 132 | 41 |
| Binary | 10100000 | 111111 | 1000 | 0 | 111101 | 1011111 | 100101 | 10110 | 1011010 | 100001 |
Color Harmonies of #A03F08
Complementary color
Monochromatic Colors of #A03F08
Black with #A03F08
Text Example
Text Example
White with #A03F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03F08; }
p { color: rgb(160,63,8); }
H1.HeaderClassName
{
color: #A03F08;
}
.AnyTagClassName
{
color: #A03F08;
}
</style>
background-color css
<style>
a { background-color: #A03F08; }
a { background-color: rgb(160,63,8); }
div.DivClassName
{
background-color: #A03F08;
}
.BgClassName
{
background-color: #A03F08;
}
</style>
border-color css
<style>
span { border-color: #A03F08; }
span { border-color: rgb(160,63,8); }
td.TdClassName
{
border-color: #A03F08;
}
.TagClassName
{
border-color: #A03F08;
}
</style>