Shades of Rust #B03906
Tints of Rust #B03906
RGB
CMYK
RGB Variations
Color information
#B03906 (or 0xB03906) is known color: Rust. HEX triplet: B0, 39 and 06. RGB value is (176,57,6). Sum of RGB (Red+Green+Blue) = 176+57+6=239 (31% of max value = 765). Red value is 176 (69.14% from 255 or 73.64% from 239); Green value is 57 (22.66% from 255 or 23.85% from 239); Blue value is 6 (2.73% from 255 or 2.51% from 239); Max value from RGB is 176 - color contains mainly: red. Hex color #B03906 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03906 is #4FC6F9. Grayscale: #575757. Windows color (decimal): -5228282 or 407984. OLE color: 407984.
HSL color Cylindrical-coordinate representation of color #B03906: hue angle of 18º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B03906 is Cyan = 0, Magento = 0.68, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 57 | 6 | - |
| CMYK | 0 | 0.68 | 0.97 | 0.31 |
| HSL | 18º | 0.93% | 0.36% | - |
| HSV(B) | 18º | 0.97% | 0.69% | - |
| XYZ | 19.4 | 12.17 | 1.5 | - |
| YUV | 86.77 | 82.42 | 191.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 57 | 6 | 0 | 0.68 | 0.97 | 0.31 | 18 | 0.93 | 0.36 |
| Hex | B0 | 39 | 6 | 0 | 44 | 61 | 1F | 12 | 5D | 24 |
| Octal | 260 | 71 | 6 | 0 | 104 | 141 | 37 | 22 | 135 | 44 |
| Binary | 10110000 | 111001 | 110 | 0 | 1000100 | 1100001 | 11111 | 10010 | 1011101 | 100100 |
Color Harmonies of #B03906
Complementary color
Monochromatic Colors of #B03906
Black with #B03906
Text Example
Text Example
White with #B03906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03906; }
p { color: rgb(176,57,6); }
H1.HeaderClassName
{
color: #B03906;
}
.AnyTagClassName
{
color: #B03906;
}
</style>
background-color css
<style>
a { background-color: #B03906; }
a { background-color: rgb(176,57,6); }
div.DivClassName
{
background-color: #B03906;
}
.BgClassName
{
background-color: #B03906;
}
</style>
border-color css
<style>
span { border-color: #B03906; }
span { border-color: rgb(176,57,6); }
td.TdClassName
{
border-color: #B03906;
}
.TagClassName
{
border-color: #B03906;
}
</style>