Shades of Rust #B04416
Tints of Rust #B04416
RGB
CMYK
RGB Variations
Color information
#B04416 (or 0xB04416) is known color: Rust. HEX triplet: B0, 44 and 16. RGB value is (176,68,22). Sum of RGB (Red+Green+Blue) = 176+68+22=266 (35% of max value = 765). Red value is 176 (69.14% from 255 or 66.17% from 266); Green value is 68 (26.95% from 255 or 25.56% from 266); Blue value is 22 (8.98% from 255 or 8.27% from 266); Max value from RGB is 176 - color contains mainly: red. Hex color #B04416 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04416 is #4FBBE9. Grayscale: #5F5F5F. Windows color (decimal): -5225450 or 1459376. OLE color: 1459376.
HSL color Cylindrical-coordinate representation of color #B04416: hue angle of 17.92º 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 #B04416 is Cyan = 0, Magento = 0.61, Yellow = 0.88 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 68 | 22 | - |
| CMYK | 0 | 0.61 | 0.88 | 0.31 |
| HSL | 17.92º | 0.78% | 0.39% | - |
| HSV(B) | 17.92º | 0.88% | 0.69% | - |
| XYZ | 20.12 | 13.42 | 2.29 | - |
| YUV | 95.05 | 86.78 | 185.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 68 | 22 | 0 | 0.61 | 0.88 | 0.31 | 17.92 | 0.78 | 0.39 |
| Hex | B0 | 44 | 16 | 0 | 3D | 58 | 1F | 12 | 4E | 27 |
| Octal | 260 | 104 | 26 | 0 | 75 | 130 | 37 | 22 | 116 | 47 |
| Binary | 10110000 | 1000100 | 10110 | 0 | 111101 | 1011000 | 11111 | 10010 | 1001110 | 100111 |
Color Harmonies of #B04416
Complementary color
Monochromatic Colors of #B04416
Black with #B04416
Text Example
Text Example
White with #B04416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04416; }
p { color: rgb(176,68,22); }
H1.HeaderClassName
{
color: #B04416;
}
.AnyTagClassName
{
color: #B04416;
}
</style>
background-color css
<style>
a { background-color: #B04416; }
a { background-color: rgb(176,68,22); }
div.DivClassName
{
background-color: #B04416;
}
.BgClassName
{
background-color: #B04416;
}
</style>
border-color css
<style>
span { border-color: #B04416; }
span { border-color: rgb(176,68,22); }
td.TdClassName
{
border-color: #B04416;
}
.TagClassName
{
border-color: #B04416;
}
</style>