Shades of Rust #B03212
Tints of Rust #B03212
RGB
CMYK
RGB Variations
Color information
#B03212 (or 0xB03212) is known color: Rust. HEX triplet: B0, 32 and 12. RGB value is (176,50,18). Sum of RGB (Red+Green+Blue) = 176+50+18=244 (32% of max value = 765). Red value is 176 (69.14% from 255 or 72.13% from 244); Green value is 50 (19.92% from 255 or 20.49% from 244); Blue value is 18 (7.42% from 255 or 7.38% from 244); Max value from RGB is 176 - color contains mainly: red. Hex color #B03212 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03212 is #4FCDED. Grayscale: #545454. Windows color (decimal): -5230062 or 1192624. OLE color: 1192624.
HSL color Cylindrical-coordinate representation of color #B03212: hue angle of 12.15º 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 #B03212 is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 50 | 18 | - |
| CMYK | 0 | 0.72 | 0.90 | 0.31 |
| HSL | 12.15º | 0.81% | 0.38% | - |
| HSV(B) | 12.15º | 0.9% | 0.69% | - |
| XYZ | 19.15 | 11.55 | 1.79 | - |
| YUV | 84.03 | 90.74 | 193.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 50 | 18 | 0 | 0.72 | 0.90 | 0.31 | 12.15 | 0.81 | 0.38 |
| Hex | B0 | 32 | 12 | 0 | 48 | 5A | 1F | C | 51 | 26 |
| Octal | 260 | 62 | 22 | 0 | 110 | 132 | 37 | 14 | 121 | 46 |
| Binary | 10110000 | 110010 | 10010 | 0 | 1001000 | 1011010 | 11111 | 1100 | 1010001 | 100110 |
Color Harmonies of #B03212
Complementary color
Monochromatic Colors of #B03212
Black with #B03212
Text Example
Text Example
White with #B03212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03212; }
p { color: rgb(176,50,18); }
H1.HeaderClassName
{
color: #B03212;
}
.AnyTagClassName
{
color: #B03212;
}
</style>
background-color css
<style>
a { background-color: #B03212; }
a { background-color: rgb(176,50,18); }
div.DivClassName
{
background-color: #B03212;
}
.BgClassName
{
background-color: #B03212;
}
</style>
border-color css
<style>
span { border-color: #B03212; }
span { border-color: rgb(176,50,18); }
td.TdClassName
{
border-color: #B03212;
}
.TagClassName
{
border-color: #B03212;
}
</style>