Shades of Rust #A0350C
Tints of Rust #A0350C
RGB
CMYK
RGB Variations
Color information
#A0350C (or 0xA0350C) is known color: Rust. HEX triplet: A0, 35 and 0C. RGB value is (160,53,12). Sum of RGB (Red+Green+Blue) = 160+53+12=225 (29% of max value = 765). Red value is 160 (62.89% from 255 or 71.11% from 225); Green value is 53 (21.09% from 255 or 23.56% from 225); Blue value is 12 (5.08% from 255 or 5.33% from 225); Max value from RGB is 160 - color contains mainly: red. Hex color #A0350C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A0350C is #5FCAF3. Grayscale: #505050. Windows color (decimal): -6277876 or 800160. OLE color: 800160.
HSL color Cylindrical-coordinate representation of color #A0350C: hue angle of 16.62º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A0350C is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 53 | 12 | - |
| CMYK | 0 | 0.67 | 0.93 | 0.37 |
| HSL | 16.62º | 0.86% | 0.34% | - |
| HSV(B) | 16.62º | 0.93% | 0.63% | - |
| XYZ | 15.84 | 10.05 | 1.45 | - |
| YUV | 80.32 | 89.45 | 184.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 53 | 12 | 0 | 0.67 | 0.93 | 0.37 | 16.62 | 0.86 | 0.34 |
| Hex | A0 | 35 | C | 0 | 43 | 5D | 25 | 11 | 56 | 22 |
| Octal | 240 | 65 | 14 | 0 | 103 | 135 | 45 | 21 | 126 | 42 |
| Binary | 10100000 | 110101 | 1100 | 0 | 1000011 | 1011101 | 100101 | 10001 | 1010110 | 100010 |
Color Harmonies of #A0350C
Complementary color
Monochromatic Colors of #A0350C
Black with #A0350C
Text Example
Text Example
White with #A0350C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0350C; }
p { color: rgb(160,53,12); }
H1.HeaderClassName
{
color: #A0350C;
}
.AnyTagClassName
{
color: #A0350C;
}
</style>
background-color css
<style>
a { background-color: #A0350C; }
a { background-color: rgb(160,53,12); }
div.DivClassName
{
background-color: #A0350C;
}
.BgClassName
{
background-color: #A0350C;
}
</style>
border-color css
<style>
span { border-color: #A0350C; }
span { border-color: rgb(160,53,12); }
td.TdClassName
{
border-color: #A0350C;
}
.TagClassName
{
border-color: #A0350C;
}
</style>