Shades of Rust #A0300B
Tints of Rust #A0300B
RGB
CMYK
RGB Variations
Color information
#A0300B (or 0xA0300B) is known color: Rust. HEX triplet: A0, 30 and 0B. RGB value is (160,48,11). Sum of RGB (Red+Green+Blue) = 160+48+11=219 (29% of max value = 765). Red value is 160 (62.89% from 255 or 73.06% from 219); Green value is 48 (19.14% from 255 or 21.92% from 219); Blue value is 11 (4.69% from 255 or 5.02% from 219); Max value from RGB is 160 - color contains mainly: red. Hex color #A0300B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A0300B is #5FCFF4. Grayscale: #4D4D4D. Windows color (decimal): -6279157 or 733344. OLE color: 733344.
HSL color Cylindrical-coordinate representation of color #A0300B: hue angle of 14.9º degrees, saturation: 0.87, 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 #A0300B is Cyan = 0, Magento = 0.70, Yellow = 0.93 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 48 | 11 | - |
| CMYK | 0 | 0.70 | 0.93 | 0.37 |
| HSL | 14.9º | 0.87% | 0.34% | - |
| HSV(B) | 14.9º | 0.93% | 0.63% | - |
| XYZ | 15.61 | 9.61 | 1.35 | - |
| YUV | 77.27 | 90.61 | 187.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 48 | 11 | 0 | 0.70 | 0.93 | 0.37 | 14.9 | 0.87 | 0.34 |
| Hex | A0 | 30 | B | 0 | 46 | 5D | 25 | F | 57 | 22 |
| Octal | 240 | 60 | 13 | 0 | 106 | 135 | 45 | 17 | 127 | 42 |
| Binary | 10100000 | 110000 | 1011 | 0 | 1000110 | 1011101 | 100101 | 1111 | 1010111 | 100010 |
Color Harmonies of #A0300B
Complementary color
Monochromatic Colors of #A0300B
Black with #A0300B
Text Example
Text Example
White with #A0300B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0300B; }
p { color: rgb(160,48,11); }
H1.HeaderClassName
{
color: #A0300B;
}
.AnyTagClassName
{
color: #A0300B;
}
</style>
background-color css
<style>
a { background-color: #A0300B; }
a { background-color: rgb(160,48,11); }
div.DivClassName
{
background-color: #A0300B;
}
.BgClassName
{
background-color: #A0300B;
}
</style>
border-color css
<style>
span { border-color: #A0300B; }
span { border-color: rgb(160,48,11); }
td.TdClassName
{
border-color: #A0300B;
}
.TagClassName
{
border-color: #A0300B;
}
</style>