Shades of Rust #A03908
Tints of Rust #A03908
RGB
CMYK
RGB Variations
Color information
#A03908 (or 0xA03908) is known color: Rust. HEX triplet: A0, 39 and 08. RGB value is (160,57,8). Sum of RGB (Red+Green+Blue) = 160+57+8=225 (29% of max value = 765). Red value is 160 (62.89% from 255 or 71.11% from 225); Green value is 57 (22.66% from 255 or 25.33% from 225); Blue value is 8 (3.52% from 255 or 3.56% from 225); Max value from RGB is 160 - color contains mainly: red. Hex color #A03908 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03908 is #5FC6F7. Grayscale: #525252. Windows color (decimal): -6276856 or 539040. OLE color: 539040.
HSL color Cylindrical-coordinate representation of color #A03908: hue angle of 19.34º 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 #A03908 is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 57 | 8 | - |
| CMYK | 0 | 0.64 | 0.95 | 0.37 |
| HSL | 19.34º | 0.9% | 0.33% | - |
| HSV(B) | 19.34º | 0.95% | 0.63% | - |
| XYZ | 16 | 10.42 | 1.4 | - |
| YUV | 82.21 | 86.12 | 183.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 57 | 8 | 0 | 0.64 | 0.95 | 0.37 | 19.34 | 0.9 | 0.33 |
| Hex | A0 | 39 | 8 | 0 | 40 | 5F | 25 | 13 | 5A | 21 |
| Octal | 240 | 71 | 10 | 0 | 100 | 137 | 45 | 23 | 132 | 41 |
| Binary | 10100000 | 111001 | 1000 | 0 | 1000000 | 1011111 | 100101 | 10011 | 1011010 | 100001 |
Color Harmonies of #A03908
Complementary color
Monochromatic Colors of #A03908
Black with #A03908
Text Example
Text Example
White with #A03908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03908; }
p { color: rgb(160,57,8); }
H1.HeaderClassName
{
color: #A03908;
}
.AnyTagClassName
{
color: #A03908;
}
</style>
background-color css
<style>
a { background-color: #A03908; }
a { background-color: rgb(160,57,8); }
div.DivClassName
{
background-color: #A03908;
}
.BgClassName
{
background-color: #A03908;
}
</style>
border-color css
<style>
span { border-color: #A03908; }
span { border-color: rgb(160,57,8); }
td.TdClassName
{
border-color: #A03908;
}
.TagClassName
{
border-color: #A03908;
}
</style>