Shades of Rust #B03111
Tints of Rust #B03111
RGB
CMYK
RGB Variations
Color information
#B03111 (or 0xB03111) is known color: Rust. HEX triplet: B0, 31 and 11. RGB value is (176,49,17). Sum of RGB (Red+Green+Blue) = 176+49+17=242 (32% of max value = 765). Red value is 176 (69.14% from 255 or 72.73% from 242); Green value is 49 (19.53% from 255 or 20.25% from 242); Blue value is 17 (7.03% from 255 or 7.02% from 242); Max value from RGB is 176 - color contains mainly: red. Hex color #B03111 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03111 is #4FCEEE. Grayscale: #535353. Windows color (decimal): -5230319 or 1126832. OLE color: 1126832.
HSL color Cylindrical-coordinate representation of color #B03111: hue angle of 12.08º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B03111 is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 49 | 17 | - |
| CMYK | 0 | 0.72 | 0.90 | 0.31 |
| HSL | 12.08º | 0.82% | 0.38% | - |
| HSV(B) | 12.08º | 0.9% | 0.69% | - |
| XYZ | 19.1 | 11.47 | 1.74 | - |
| YUV | 83.33 | 90.58 | 194.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 49 | 17 | 0 | 0.72 | 0.90 | 0.31 | 12.08 | 0.82 | 0.38 |
| Hex | B0 | 31 | 11 | 0 | 48 | 5A | 1F | C | 52 | 26 |
| Octal | 260 | 61 | 21 | 0 | 110 | 132 | 37 | 14 | 122 | 46 |
| Binary | 10110000 | 110001 | 10001 | 0 | 1001000 | 1011010 | 11111 | 1100 | 1010010 | 100110 |
Color Harmonies of #B03111
Complementary color
Monochromatic Colors of #B03111
Black with #B03111
Text Example
Text Example
White with #B03111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03111; }
p { color: rgb(176,49,17); }
H1.HeaderClassName
{
color: #B03111;
}
.AnyTagClassName
{
color: #B03111;
}
</style>
background-color css
<style>
a { background-color: #B03111; }
a { background-color: rgb(176,49,17); }
div.DivClassName
{
background-color: #B03111;
}
.BgClassName
{
background-color: #B03111;
}
</style>
border-color css
<style>
span { border-color: #B03111; }
span { border-color: rgb(176,49,17); }
td.TdClassName
{
border-color: #B03111;
}
.TagClassName
{
border-color: #B03111;
}
</style>