Shades of Rust #B03311
Tints of Rust #B03311
RGB
CMYK
RGB Variations
Color information
#B03311 (or 0xB03311) is known color: Rust. HEX triplet: B0, 33 and 11. RGB value is (176,51,17). Sum of RGB (Red+Green+Blue) = 176+51+17=244 (32% of max value = 765). Red value is 176 (69.14% from 255 or 72.13% from 244); Green value is 51 (20.31% from 255 or 20.90% from 244); Blue value is 17 (7.03% from 255 or 6.97% from 244); Max value from RGB is 176 - color contains mainly: red. Hex color #B03311 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03311 is #4FCCEE. Grayscale: #545454. Windows color (decimal): -5229807 or 1127344. OLE color: 1127344.
HSL color Cylindrical-coordinate representation of color #B03311: hue angle of 12.83º 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 #B03311 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 51 | 17 | - |
| CMYK | 0 | 0.71 | 0.90 | 0.31 |
| HSL | 12.83º | 0.82% | 0.38% | - |
| HSV(B) | 12.83º | 0.9% | 0.69% | - |
| XYZ | 19.19 | 11.64 | 1.77 | - |
| YUV | 84.5 | 89.91 | 193.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 51 | 17 | 0 | 0.71 | 0.90 | 0.31 | 12.83 | 0.82 | 0.38 |
| Hex | B0 | 33 | 11 | 0 | 47 | 5A | 1F | D | 52 | 26 |
| Octal | 260 | 63 | 21 | 0 | 107 | 132 | 37 | 15 | 122 | 46 |
| Binary | 10110000 | 110011 | 10001 | 0 | 1000111 | 1011010 | 11111 | 1101 | 1010010 | 100110 |
Color Harmonies of #B03311
Complementary color
Monochromatic Colors of #B03311
Black with #B03311
Text Example
Text Example
White with #B03311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03311; }
p { color: rgb(176,51,17); }
H1.HeaderClassName
{
color: #B03311;
}
.AnyTagClassName
{
color: #B03311;
}
</style>
background-color css
<style>
a { background-color: #B03311; }
a { background-color: rgb(176,51,17); }
div.DivClassName
{
background-color: #B03311;
}
.BgClassName
{
background-color: #B03311;
}
</style>
border-color css
<style>
span { border-color: #B03311; }
span { border-color: rgb(176,51,17); }
td.TdClassName
{
border-color: #B03311;
}
.TagClassName
{
border-color: #B03311;
}
</style>