Shades of Rust #A03E08
Tints of Rust #A03E08
RGB
CMYK
RGB Variations
Color information
#A03E08 (or 0xA03E08) is known color: Rust. HEX triplet: A0, 3E and 08. RGB value is (160,62,8). Sum of RGB (Red+Green+Blue) = 160+62+8=230 (30% of max value = 765). Red value is 160 (62.89% from 255 or 69.57% from 230); Green value is 62 (24.61% from 255 or 26.96% from 230); Blue value is 8 (3.52% from 255 or 3.48% from 230); Max value from RGB is 160 - color contains mainly: red. Hex color #A03E08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03E08 is #5FC1F7. Grayscale: #555555. Windows color (decimal): -6275576 or 540320. OLE color: 540320.
HSL color Cylindrical-coordinate representation of color #A03E08: hue angle of 21.32º 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 #A03E08 is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 62 | 8 | - |
| CMYK | 0 | 0.61 | 0.95 | 0.37 |
| HSL | 21.32º | 0.9% | 0.33% | - |
| HSV(B) | 21.32º | 0.95% | 0.63% | - |
| XYZ | 16.26 | 10.94 | 1.48 | - |
| YUV | 85.15 | 84.47 | 181.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 62 | 8 | 0 | 0.61 | 0.95 | 0.37 | 21.32 | 0.9 | 0.33 |
| Hex | A0 | 3E | 8 | 0 | 3D | 5F | 25 | 15 | 5A | 21 |
| Octal | 240 | 76 | 10 | 0 | 75 | 137 | 45 | 25 | 132 | 41 |
| Binary | 10100000 | 111110 | 1000 | 0 | 111101 | 1011111 | 100101 | 10101 | 1011010 | 100001 |
Color Harmonies of #A03E08
Complementary color
Monochromatic Colors of #A03E08
Black with #A03E08
Text Example
Text Example
White with #A03E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03E08; }
p { color: rgb(160,62,8); }
H1.HeaderClassName
{
color: #A03E08;
}
.AnyTagClassName
{
color: #A03E08;
}
</style>
background-color css
<style>
a { background-color: #A03E08; }
a { background-color: rgb(160,62,8); }
div.DivClassName
{
background-color: #A03E08;
}
.BgClassName
{
background-color: #A03E08;
}
</style>
border-color css
<style>
span { border-color: #A03E08; }
span { border-color: rgb(160,62,8); }
td.TdClassName
{
border-color: #A03E08;
}
.TagClassName
{
border-color: #A03E08;
}
</style>