Shades of Rust #B03211
Tints of Rust #B03211
RGB
CMYK
RGB Variations
Color information
#B03211 (or 0xB03211) is known color: Rust. HEX triplet: B0, 32 and 11. RGB value is (176,50,17). Sum of RGB (Red+Green+Blue) = 176+50+17=243 (32% of max value = 765). Red value is 176 (69.14% from 255 or 72.43% from 243); Green value is 50 (19.92% from 255 or 20.58% from 243); Blue value is 17 (7.03% from 255 or 7.00% from 243); Max value from RGB is 176 - color contains mainly: red. Hex color #B03211 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03211 is #4FCDEE. Grayscale: #545454. Windows color (decimal): -5230063 or 1127088. OLE color: 1127088.
HSL color Cylindrical-coordinate representation of color #B03211: hue angle of 12.45º 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 #B03211 is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 50 | 17 | - |
| CMYK | 0 | 0.72 | 0.90 | 0.31 |
| HSL | 12.45º | 0.82% | 0.38% | - |
| HSV(B) | 12.45º | 0.9% | 0.69% | - |
| XYZ | 19.15 | 11.55 | 1.75 | - |
| YUV | 83.91 | 90.24 | 193.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 50 | 17 | 0 | 0.72 | 0.90 | 0.31 | 12.45 | 0.82 | 0.38 |
| Hex | B0 | 32 | 11 | 0 | 48 | 5A | 1F | C | 52 | 26 |
| Octal | 260 | 62 | 21 | 0 | 110 | 132 | 37 | 14 | 122 | 46 |
| Binary | 10110000 | 110010 | 10001 | 0 | 1001000 | 1011010 | 11111 | 1100 | 1010010 | 100110 |
Color Harmonies of #B03211
Complementary color
Monochromatic Colors of #B03211
Black with #B03211
Text Example
Text Example
White with #B03211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03211; }
p { color: rgb(176,50,17); }
H1.HeaderClassName
{
color: #B03211;
}
.AnyTagClassName
{
color: #B03211;
}
</style>
background-color css
<style>
a { background-color: #B03211; }
a { background-color: rgb(176,50,17); }
div.DivClassName
{
background-color: #B03211;
}
.BgClassName
{
background-color: #B03211;
}
</style>
border-color css
<style>
span { border-color: #B03211; }
span { border-color: rgb(176,50,17); }
td.TdClassName
{
border-color: #B03211;
}
.TagClassName
{
border-color: #B03211;
}
</style>