Shades of Rust #A0300C
Tints of Rust #A0300C
RGB
CMYK
RGB Variations
Color information
#A0300C (or 0xA0300C) is known color: Rust. HEX triplet: A0, 30 and 0C. RGB value is (160,48,12). Sum of RGB (Red+Green+Blue) = 160+48+12=220 (29% of max value = 765). Red value is 160 (62.89% from 255 or 72.73% from 220); Green value is 48 (19.14% from 255 or 21.82% from 220); Blue value is 12 (5.08% from 255 or 5.45% from 220); Max value from RGB is 160 - color contains mainly: red. Hex color #A0300C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A0300C is #5FCFF3. Grayscale: #4D4D4D. Windows color (decimal): -6279156 or 798880. OLE color: 798880.
HSL color Cylindrical-coordinate representation of color #A0300C: hue angle of 14.59º 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 #A0300C is Cyan = 0, Magento = 0.70, Yellow = 0.93 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 48 | 12 | - |
| CMYK | 0 | 0.70 | 0.93 | 0.37 |
| HSL | 14.59º | 0.86% | 0.34% | - |
| HSV(B) | 14.59º | 0.93% | 0.63% | - |
| XYZ | 15.62 | 9.61 | 1.38 | - |
| YUV | 77.38 | 91.11 | 186.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 48 | 12 | 0 | 0.70 | 0.93 | 0.37 | 14.59 | 0.86 | 0.34 |
| Hex | A0 | 30 | C | 0 | 46 | 5D | 25 | F | 56 | 22 |
| Octal | 240 | 60 | 14 | 0 | 106 | 135 | 45 | 17 | 126 | 42 |
| Binary | 10100000 | 110000 | 1100 | 0 | 1000110 | 1011101 | 100101 | 1111 | 1010110 | 100010 |
Color Harmonies of #A0300C
Complementary color
Monochromatic Colors of #A0300C
Black with #A0300C
Text Example
Text Example
White with #A0300C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0300C; }
p { color: rgb(160,48,12); }
H1.HeaderClassName
{
color: #A0300C;
}
.AnyTagClassName
{
color: #A0300C;
}
</style>
background-color css
<style>
a { background-color: #A0300C; }
a { background-color: rgb(160,48,12); }
div.DivClassName
{
background-color: #A0300C;
}
.BgClassName
{
background-color: #A0300C;
}
</style>
border-color css
<style>
span { border-color: #A0300C; }
span { border-color: rgb(160,48,12); }
td.TdClassName
{
border-color: #A0300C;
}
.TagClassName
{
border-color: #A0300C;
}
</style>