Shades of Rust #A03408
Tints of Rust #A03408
RGB
CMYK
RGB Variations
Color information
#A03408 (or 0xA03408) is known color: Rust. HEX triplet: A0, 34 and 08. RGB value is (160,52,8). Sum of RGB (Red+Green+Blue) = 160+52+8=220 (29% of max value = 765). Red value is 160 (62.89% from 255 or 72.73% from 220); Green value is 52 (20.70% from 255 or 23.64% from 220); Blue value is 8 (3.52% from 255 or 3.64% from 220); Max value from RGB is 160 - color contains mainly: red. Hex color #A03408 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03408 is #5FCBF7. Grayscale: #4F4F4F. Windows color (decimal): -6278136 or 537760. OLE color: 537760.
HSL color Cylindrical-coordinate representation of color #A03408: hue angle of 17.37º 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 #A03408 is Cyan = 0, Magento = 0.68, Yellow = 0.95 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 52 | 8 | - |
| CMYK | 0 | 0.68 | 0.95 | 0.37 |
| HSL | 17.37º | 0.9% | 0.33% | - |
| HSV(B) | 17.37º | 0.95% | 0.63% | - |
| XYZ | 15.77 | 9.95 | 1.32 | - |
| YUV | 79.28 | 87.78 | 185.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 52 | 8 | 0 | 0.68 | 0.95 | 0.37 | 17.37 | 0.9 | 0.33 |
| Hex | A0 | 34 | 8 | 0 | 44 | 5F | 25 | 11 | 5A | 21 |
| Octal | 240 | 64 | 10 | 0 | 104 | 137 | 45 | 21 | 132 | 41 |
| Binary | 10100000 | 110100 | 1000 | 0 | 1000100 | 1011111 | 100101 | 10001 | 1011010 | 100001 |
Color Harmonies of #A03408
Complementary color
Monochromatic Colors of #A03408
Black with #A03408
Text Example
Text Example
White with #A03408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03408; }
p { color: rgb(160,52,8); }
H1.HeaderClassName
{
color: #A03408;
}
.AnyTagClassName
{
color: #A03408;
}
</style>
background-color css
<style>
a { background-color: #A03408; }
a { background-color: rgb(160,52,8); }
div.DivClassName
{
background-color: #A03408;
}
.BgClassName
{
background-color: #A03408;
}
</style>
border-color css
<style>
span { border-color: #A03408; }
span { border-color: rgb(160,52,8); }
td.TdClassName
{
border-color: #A03408;
}
.TagClassName
{
border-color: #A03408;
}
</style>