Shades of Rust #B03512
Tints of Rust #B03512
RGB
CMYK
RGB Variations
Color information
#B03512 (or 0xB03512) is known color: Rust. HEX triplet: B0, 35 and 12. RGB value is (176,53,18). Sum of RGB (Red+Green+Blue) = 176+53+18=247 (32% of max value = 765). Red value is 176 (69.14% from 255 or 71.26% from 247); Green value is 53 (21.09% from 255 or 21.46% from 247); Blue value is 18 (7.42% from 255 or 7.29% from 247); Max value from RGB is 176 - color contains mainly: red. Hex color #B03512 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03512 is #4FCAED. Grayscale: #565656. Windows color (decimal): -5229294 or 1193392. OLE color: 1193392.
HSL color Cylindrical-coordinate representation of color #B03512: hue angle of 13.29º 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 #B03512 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 53 | 18 | - |
| CMYK | 0 | 0.70 | 0.90 | 0.31 |
| HSL | 13.29º | 0.81% | 0.38% | - |
| HSV(B) | 13.29º | 0.9% | 0.69% | - |
| XYZ | 19.29 | 11.82 | 1.84 | - |
| YUV | 85.79 | 89.75 | 192.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 53 | 18 | 0 | 0.70 | 0.90 | 0.31 | 13.29 | 0.81 | 0.38 |
| Hex | B0 | 35 | 12 | 0 | 46 | 5A | 1F | D | 51 | 26 |
| Octal | 260 | 65 | 22 | 0 | 106 | 132 | 37 | 15 | 121 | 46 |
| Binary | 10110000 | 110101 | 10010 | 0 | 1000110 | 1011010 | 11111 | 1101 | 1010001 | 100110 |
Color Harmonies of #B03512
Complementary color
Monochromatic Colors of #B03512
Black with #B03512
Text Example
Text Example
White with #B03512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03512; }
p { color: rgb(176,53,18); }
H1.HeaderClassName
{
color: #B03512;
}
.AnyTagClassName
{
color: #B03512;
}
</style>
background-color css
<style>
a { background-color: #B03512; }
a { background-color: rgb(176,53,18); }
div.DivClassName
{
background-color: #B03512;
}
.BgClassName
{
background-color: #B03512;
}
</style>
border-color css
<style>
span { border-color: #B03512; }
span { border-color: rgb(176,53,18); }
td.TdClassName
{
border-color: #B03512;
}
.TagClassName
{
border-color: #B03512;
}
</style>