Shades of Rust #B34516
Tints of Rust #B34516
RGB
CMYK
RGB Variations
Color information
#B34516 (or 0xB34516) is known color: Rust. HEX triplet: B3, 45 and 16. RGB value is (179,69,22). Sum of RGB (Red+Green+Blue) = 179+69+22=270 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.30% from 270); Green value is 69 (27.34% from 255 or 25.56% from 270); Blue value is 22 (8.98% from 255 or 8.15% from 270); Max value from RGB is 179 - color contains mainly: red. Hex color #B34516 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34516 is #4CBAE9. Grayscale: #606060. Windows color (decimal): -5028586 or 1459635. OLE color: 1459635.
HSL color Cylindrical-coordinate representation of color #B34516: hue angle of 17.96º 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 #B34516 is Cyan = 0, Magento = 0.61, Yellow = 0.88 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 69 | 22 | - |
| CMYK | 0 | 0.61 | 0.88 | 0.30 |
| HSL | 17.96º | 0.78% | 0.39% | - |
| HSV(B) | 17.96º | 0.88% | 0.7% | - |
| XYZ | 20.86 | 13.9 | 2.34 | - |
| YUV | 96.53 | 85.94 | 186.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 69 | 22 | 0 | 0.61 | 0.88 | 0.30 | 17.96 | 0.78 | 0.39 |
| Hex | B3 | 45 | 16 | 0 | 3D | 58 | 1E | 12 | 4E | 27 |
| Octal | 263 | 105 | 26 | 0 | 75 | 130 | 36 | 22 | 116 | 47 |
| Binary | 10110011 | 1000101 | 10110 | 0 | 111101 | 1011000 | 11110 | 10010 | 1001110 | 100111 |
Color Harmonies of #B34516
Complementary color
Monochromatic Colors of #B34516
Black with #B34516
Text Example
Text Example
White with #B34516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34516; }
p { color: rgb(179,69,22); }
H1.HeaderClassName
{
color: #B34516;
}
.AnyTagClassName
{
color: #B34516;
}
</style>
background-color css
<style>
a { background-color: #B34516; }
a { background-color: rgb(179,69,22); }
div.DivClassName
{
background-color: #B34516;
}
.BgClassName
{
background-color: #B34516;
}
</style>
border-color css
<style>
span { border-color: #B34516; }
span { border-color: rgb(179,69,22); }
td.TdClassName
{
border-color: #B34516;
}
.TagClassName
{
border-color: #B34516;
}
</style>