Shades of Rust #A03A08
Tints of Rust #A03A08
RGB
CMYK
RGB Variations
Color information
#A03A08 (or 0xA03A08) is known color: Rust. HEX triplet: A0, 3A and 08. RGB value is (160,58,8). Sum of RGB (Red+Green+Blue) = 160+58+8=226 (29% of max value = 765). Red value is 160 (62.89% from 255 or 70.80% from 226); Green value is 58 (23.05% from 255 or 25.66% from 226); Blue value is 8 (3.52% from 255 or 3.54% from 226); Max value from RGB is 160 - color contains mainly: red. Hex color #A03A08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03A08 is #5FC5F7. Grayscale: #535353. Windows color (decimal): -6276600 or 539296. OLE color: 539296.
HSL color Cylindrical-coordinate representation of color #A03A08: hue angle of 19.74º 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 #A03A08 is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 58 | 8 | - |
| CMYK | 0 | 0.64 | 0.95 | 0.37 |
| HSL | 19.74º | 0.9% | 0.33% | - |
| HSV(B) | 19.74º | 0.95% | 0.63% | - |
| XYZ | 16.05 | 10.52 | 1.41 | - |
| YUV | 82.8 | 85.79 | 183.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 58 | 8 | 0 | 0.64 | 0.95 | 0.37 | 19.74 | 0.9 | 0.33 |
| Hex | A0 | 3A | 8 | 0 | 40 | 5F | 25 | 14 | 5A | 21 |
| Octal | 240 | 72 | 10 | 0 | 100 | 137 | 45 | 24 | 132 | 41 |
| Binary | 10100000 | 111010 | 1000 | 0 | 1000000 | 1011111 | 100101 | 10100 | 1011010 | 100001 |
Color Harmonies of #A03A08
Complementary color
Monochromatic Colors of #A03A08
Black with #A03A08
Text Example
Text Example
White with #A03A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03A08; }
p { color: rgb(160,58,8); }
H1.HeaderClassName
{
color: #A03A08;
}
.AnyTagClassName
{
color: #A03A08;
}
</style>
background-color css
<style>
a { background-color: #A03A08; }
a { background-color: rgb(160,58,8); }
div.DivClassName
{
background-color: #A03A08;
}
.BgClassName
{
background-color: #A03A08;
}
</style>
border-color css
<style>
span { border-color: #A03A08; }
span { border-color: rgb(160,58,8); }
td.TdClassName
{
border-color: #A03A08;
}
.TagClassName
{
border-color: #A03A08;
}
</style>