Shades of Rust #B03416
Tints of Rust #B03416
RGB
CMYK
RGB Variations
Color information
#B03416 (or 0xB03416) is known color: Rust. HEX triplet: B0, 34 and 16. RGB value is (176,52,22). Sum of RGB (Red+Green+Blue) = 176+52+22=250 (33% of max value = 765). Red value is 176 (69.14% from 255 or 70.4% from 250); Green value is 52 (20.70% from 255 or 20.8% from 250); Blue value is 22 (8.98% from 255 or 8.8% from 250); Max value from RGB is 176 - color contains mainly: red. Hex color #B03416 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B03416 is #4FCBE9. Grayscale: #555555. Windows color (decimal): -5229546 or 1455280. OLE color: 1455280.
HSL color Cylindrical-coordinate representation of color #B03416: hue angle of 11.69º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B03416 is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 52 | 22 | - |
| CMYK | 0 | 0.70 | 0.88 | 0.31 |
| HSL | 11.69º | 0.78% | 0.39% | - |
| HSV(B) | 11.69º | 0.88% | 0.69% | - |
| XYZ | 19.28 | 11.74 | 2.01 | - |
| YUV | 85.66 | 92.08 | 192.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 52 | 22 | 0 | 0.70 | 0.88 | 0.31 | 11.69 | 0.78 | 0.39 |
| Hex | B0 | 34 | 16 | 0 | 46 | 58 | 1F | C | 4E | 27 |
| Octal | 260 | 64 | 26 | 0 | 106 | 130 | 37 | 14 | 116 | 47 |
| Binary | 10110000 | 110100 | 10110 | 0 | 1000110 | 1011000 | 11111 | 1100 | 1001110 | 100111 |
Color Harmonies of #B03416
Complementary color
Monochromatic Colors of #B03416
Black with #B03416
Text Example
Text Example
White with #B03416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03416; }
p { color: rgb(176,52,22); }
H1.HeaderClassName
{
color: #B03416;
}
.AnyTagClassName
{
color: #B03416;
}
</style>
background-color css
<style>
a { background-color: #B03416; }
a { background-color: rgb(176,52,22); }
div.DivClassName
{
background-color: #B03416;
}
.BgClassName
{
background-color: #B03416;
}
</style>
border-color css
<style>
span { border-color: #B03416; }
span { border-color: rgb(176,52,22); }
td.TdClassName
{
border-color: #B03416;
}
.TagClassName
{
border-color: #B03416;
}
</style>