Shades of Rust #B03112
Tints of Rust #B03112
RGB
CMYK
RGB Variations
Color information
#B03112 (or 0xB03112) is known color: Rust. HEX triplet: B0, 31 and 12. RGB value is (176,49,18). Sum of RGB (Red+Green+Blue) = 176+49+18=243 (32% of max value = 765). Red value is 176 (69.14% from 255 or 72.43% from 243); Green value is 49 (19.53% from 255 or 20.16% from 243); Blue value is 18 (7.42% from 255 or 7.41% from 243); Max value from RGB is 176 - color contains mainly: red. Hex color #B03112 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03112 is #4FCEED. Grayscale: #535353. Windows color (decimal): -5230318 or 1192368. OLE color: 1192368.
HSL color Cylindrical-coordinate representation of color #B03112: hue angle of 11.77º degrees, saturation: 0.81, 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 #B03112 is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 49 | 18 | - |
| CMYK | 0 | 0.72 | 0.90 | 0.31 |
| HSL | 11.77º | 0.81% | 0.38% | - |
| HSV(B) | 11.77º | 0.9% | 0.69% | - |
| XYZ | 19.11 | 11.47 | 1.78 | - |
| YUV | 83.44 | 91.08 | 194.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 49 | 18 | 0 | 0.72 | 0.90 | 0.31 | 11.77 | 0.81 | 0.38 |
| Hex | B0 | 31 | 12 | 0 | 48 | 5A | 1F | C | 51 | 26 |
| Octal | 260 | 61 | 22 | 0 | 110 | 132 | 37 | 14 | 121 | 46 |
| Binary | 10110000 | 110001 | 10010 | 0 | 1001000 | 1011010 | 11111 | 1100 | 1010001 | 100110 |
Color Harmonies of #B03112
Complementary color
Monochromatic Colors of #B03112
Black with #B03112
Text Example
Text Example
White with #B03112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03112; }
p { color: rgb(176,49,18); }
H1.HeaderClassName
{
color: #B03112;
}
.AnyTagClassName
{
color: #B03112;
}
</style>
background-color css
<style>
a { background-color: #B03112; }
a { background-color: rgb(176,49,18); }
div.DivClassName
{
background-color: #B03112;
}
.BgClassName
{
background-color: #B03112;
}
</style>
border-color css
<style>
span { border-color: #B03112; }
span { border-color: rgb(176,49,18); }
td.TdClassName
{
border-color: #B03112;
}
.TagClassName
{
border-color: #B03112;
}
</style>