Shades of Rust #B03412
Tints of Rust #B03412
RGB
CMYK
RGB Variations
Color information
#B03412 (or 0xB03412) is known color: Rust. HEX triplet: B0, 34 and 12. RGB value is (176,52,18). Sum of RGB (Red+Green+Blue) = 176+52+18=246 (32% of max value = 765). Red value is 176 (69.14% from 255 or 71.54% from 246); Green value is 52 (20.70% from 255 or 21.14% from 246); Blue value is 18 (7.42% from 255 or 7.32% from 246); Max value from RGB is 176 - color contains mainly: red. Hex color #B03412 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03412 is #4FCBED. Grayscale: #555555. Windows color (decimal): -5229550 or 1193136. OLE color: 1193136.
HSL color Cylindrical-coordinate representation of color #B03412: hue angle of 12.91º 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 #B03412 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 52 | 18 | - |
| CMYK | 0 | 0.70 | 0.90 | 0.31 |
| HSL | 12.91º | 0.81% | 0.38% | - |
| HSV(B) | 12.91º | 0.9% | 0.69% | - |
| XYZ | 19.24 | 11.73 | 1.82 | - |
| YUV | 85.2 | 90.08 | 192.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 52 | 18 | 0 | 0.70 | 0.90 | 0.31 | 12.91 | 0.81 | 0.38 |
| Hex | B0 | 34 | 12 | 0 | 46 | 5A | 1F | D | 51 | 26 |
| Octal | 260 | 64 | 22 | 0 | 106 | 132 | 37 | 15 | 121 | 46 |
| Binary | 10110000 | 110100 | 10010 | 0 | 1000110 | 1011010 | 11111 | 1101 | 1010001 | 100110 |
Color Harmonies of #B03412
Complementary color
Monochromatic Colors of #B03412
Black with #B03412
Text Example
Text Example
White with #B03412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03412; }
p { color: rgb(176,52,18); }
H1.HeaderClassName
{
color: #B03412;
}
.AnyTagClassName
{
color: #B03412;
}
</style>
background-color css
<style>
a { background-color: #B03412; }
a { background-color: rgb(176,52,18); }
div.DivClassName
{
background-color: #B03412;
}
.BgClassName
{
background-color: #B03412;
}
</style>
border-color css
<style>
span { border-color: #B03412; }
span { border-color: rgb(176,52,18); }
td.TdClassName
{
border-color: #B03412;
}
.TagClassName
{
border-color: #B03412;
}
</style>