Shades of Rust #B04016
Tints of Rust #B04016
RGB
CMYK
RGB Variations
Color information
#B04016 (or 0xB04016) is known color: Rust. HEX triplet: B0, 40 and 16. RGB value is (176,64,22). Sum of RGB (Red+Green+Blue) = 176+64+22=262 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.18% from 262); Green value is 64 (25.39% from 255 or 24.43% from 262); Blue value is 22 (8.98% from 255 or 8.40% from 262); Max value from RGB is 176 - color contains mainly: red. Hex color #B04016 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04016 is #4FBFE9. Grayscale: #5C5C5C. Windows color (decimal): -5226474 or 1458352. OLE color: 1458352.
HSL color Cylindrical-coordinate representation of color #B04016: hue angle of 16.36º 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 #B04016 is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 64 | 22 | - |
| CMYK | 0 | 0.64 | 0.88 | 0.31 |
| HSL | 16.36º | 0.78% | 0.39% | - |
| HSV(B) | 16.36º | 0.88% | 0.69% | - |
| XYZ | 19.88 | 12.95 | 2.21 | - |
| YUV | 92.7 | 88.11 | 187.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 64 | 22 | 0 | 0.64 | 0.88 | 0.31 | 16.36 | 0.78 | 0.39 |
| Hex | B0 | 40 | 16 | 0 | 40 | 58 | 1F | 10 | 4E | 27 |
| Octal | 260 | 100 | 26 | 0 | 100 | 130 | 37 | 20 | 116 | 47 |
| Binary | 10110000 | 1000000 | 10110 | 0 | 1000000 | 1011000 | 11111 | 10000 | 1001110 | 100111 |
Color Harmonies of #B04016
Complementary color
Monochromatic Colors of #B04016
Black with #B04016
Text Example
Text Example
White with #B04016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04016; }
p { color: rgb(176,64,22); }
H1.HeaderClassName
{
color: #B04016;
}
.AnyTagClassName
{
color: #B04016;
}
</style>
background-color css
<style>
a { background-color: #B04016; }
a { background-color: rgb(176,64,22); }
div.DivClassName
{
background-color: #B04016;
}
.BgClassName
{
background-color: #B04016;
}
</style>
border-color css
<style>
span { border-color: #B04016; }
span { border-color: rgb(176,64,22); }
td.TdClassName
{
border-color: #B04016;
}
.TagClassName
{
border-color: #B04016;
}
</style>