Shades of Rust #B34F16
Tints of Rust #B34F16
RGB
CMYK
RGB Variations
Color information
#B34F16 (or 0xB34F16) is known color: Rust. HEX triplet: B3, 4F and 16. RGB value is (179,79,22). Sum of RGB (Red+Green+Blue) = 179+79+22=280 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.93% from 280); Green value is 79 (31.25% from 255 or 28.21% from 280); Blue value is 22 (8.98% from 255 or 7.86% from 280); Max value from RGB is 179 - color contains mainly: red. Hex color #B34F16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B34F16 is #4CB0E9. Grayscale: #666666. Windows color (decimal): -5026026 or 1462195. OLE color: 1462195.
HSL color Cylindrical-coordinate representation of color #B34F16: hue angle of 21.78º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B34F16 is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 79 | 22 | - |
| CMYK | 0 | 0.56 | 0.88 | 0.30 |
| HSL | 21.78º | 0.78% | 0.39% | - |
| HSV(B) | 21.78º | 0.88% | 0.7% | - |
| XYZ | 21.53 | 15.23 | 2.56 | - |
| YUV | 102.4 | 82.63 | 182.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 79 | 22 | 0 | 0.56 | 0.88 | 0.30 | 21.78 | 0.78 | 0.39 |
| Hex | B3 | 4F | 16 | 0 | 38 | 58 | 1E | 16 | 4E | 27 |
| Octal | 263 | 117 | 26 | 0 | 70 | 130 | 36 | 26 | 116 | 47 |
| Binary | 10110011 | 1001111 | 10110 | 0 | 111000 | 1011000 | 11110 | 10110 | 1001110 | 100111 |
Color Harmonies of #B34F16
Complementary color
Monochromatic Colors of #B34F16
Black with #B34F16
Text Example
Text Example
White with #B34F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34F16; }
p { color: rgb(179,79,22); }
H1.HeaderClassName
{
color: #B34F16;
}
.AnyTagClassName
{
color: #B34F16;
}
</style>
background-color css
<style>
a { background-color: #B34F16; }
a { background-color: rgb(179,79,22); }
div.DivClassName
{
background-color: #B34F16;
}
.BgClassName
{
background-color: #B34F16;
}
</style>
border-color css
<style>
span { border-color: #B34F16; }
span { border-color: rgb(179,79,22); }
td.TdClassName
{
border-color: #B34F16;
}
.TagClassName
{
border-color: #B34F16;
}
</style>