Shades of Rust #A03C08
Tints of Rust #A03C08
RGB
CMYK
RGB Variations
Color information
#A03C08 (or 0xA03C08) is known color: Rust. HEX triplet: A0, 3C and 08. RGB value is (160,60,8). Sum of RGB (Red+Green+Blue) = 160+60+8=228 (30% of max value = 765). Red value is 160 (62.89% from 255 or 70.18% from 228); Green value is 60 (23.83% from 255 or 26.32% from 228); Blue value is 8 (3.52% from 255 or 3.51% from 228); Max value from RGB is 160 - color contains mainly: red. Hex color #A03C08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03C08 is #5FC3F7. Grayscale: #545454. Windows color (decimal): -6276088 or 539808. OLE color: 539808.
HSL color Cylindrical-coordinate representation of color #A03C08: hue angle of 20.53º 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 #A03C08 is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 60 | 8 | - |
| CMYK | 0 | 0.62 | 0.95 | 0.37 |
| HSL | 20.53º | 0.9% | 0.33% | - |
| HSV(B) | 20.53º | 0.95% | 0.63% | - |
| XYZ | 16.16 | 10.72 | 1.45 | - |
| YUV | 83.97 | 85.13 | 182.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 60 | 8 | 0 | 0.62 | 0.95 | 0.37 | 20.53 | 0.9 | 0.33 |
| Hex | A0 | 3C | 8 | 0 | 3E | 5F | 25 | 15 | 5A | 21 |
| Octal | 240 | 74 | 10 | 0 | 76 | 137 | 45 | 25 | 132 | 41 |
| Binary | 10100000 | 111100 | 1000 | 0 | 111110 | 1011111 | 100101 | 10101 | 1011010 | 100001 |
Color Harmonies of #A03C08
Complementary color
Monochromatic Colors of #A03C08
Black with #A03C08
Text Example
Text Example
White with #A03C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03C08; }
p { color: rgb(160,60,8); }
H1.HeaderClassName
{
color: #A03C08;
}
.AnyTagClassName
{
color: #A03C08;
}
</style>
background-color css
<style>
a { background-color: #A03C08; }
a { background-color: rgb(160,60,8); }
div.DivClassName
{
background-color: #A03C08;
}
.BgClassName
{
background-color: #A03C08;
}
</style>
border-color css
<style>
span { border-color: #A03C08; }
span { border-color: rgb(160,60,8); }
td.TdClassName
{
border-color: #A03C08;
}
.TagClassName
{
border-color: #A03C08;
}
</style>