Shades of Rust #A03108
Tints of Rust #A03108
RGB
CMYK
RGB Variations
Color information
#A03108 (or 0xA03108) is known color: Rust. HEX triplet: A0, 31 and 08. RGB value is (160,49,8). Sum of RGB (Red+Green+Blue) = 160+49+8=217 (28% of max value = 765). Red value is 160 (62.89% from 255 or 73.73% from 217); Green value is 49 (19.53% from 255 or 22.58% from 217); Blue value is 8 (3.52% from 255 or 3.69% from 217); Max value from RGB is 160 - color contains mainly: red. Hex color #A03108 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03108 is #5FCEF7. Grayscale: #4D4D4D. Windows color (decimal): -6278904 or 536992. OLE color: 536992.
HSL color Cylindrical-coordinate representation of color #A03108: hue angle of 16.18º 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 #A03108 is Cyan = 0, Magento = 0.69, Yellow = 0.95 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 49 | 8 | - |
| CMYK | 0 | 0.69 | 0.95 | 0.37 |
| HSL | 16.18º | 0.9% | 0.33% | - |
| HSV(B) | 16.18º | 0.95% | 0.63% | - |
| XYZ | 15.64 | 9.69 | 1.28 | - |
| YUV | 77.52 | 88.77 | 186.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 49 | 8 | 0 | 0.69 | 0.95 | 0.37 | 16.18 | 0.9 | 0.33 |
| Hex | A0 | 31 | 8 | 0 | 45 | 5F | 25 | 10 | 5A | 21 |
| Octal | 240 | 61 | 10 | 0 | 105 | 137 | 45 | 20 | 132 | 41 |
| Binary | 10100000 | 110001 | 1000 | 0 | 1000101 | 1011111 | 100101 | 10000 | 1011010 | 100001 |
Color Harmonies of #A03108
Complementary color
Monochromatic Colors of #A03108
Black with #A03108
Text Example
Text Example
White with #A03108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03108; }
p { color: rgb(160,49,8); }
H1.HeaderClassName
{
color: #A03108;
}
.AnyTagClassName
{
color: #A03108;
}
</style>
background-color css
<style>
a { background-color: #A03108; }
a { background-color: rgb(160,49,8); }
div.DivClassName
{
background-color: #A03108;
}
.BgClassName
{
background-color: #A03108;
}
</style>
border-color css
<style>
span { border-color: #A03108; }
span { border-color: rgb(160,49,8); }
td.TdClassName
{
border-color: #A03108;
}
.TagClassName
{
border-color: #A03108;
}
</style>