Shades of Rust #B34416
Tints of Rust #B34416
RGB
CMYK
RGB Variations
Color information
#B34416 (or 0xB34416) is known color: Rust. HEX triplet: B3, 44 and 16. RGB value is (179,68,22). Sum of RGB (Red+Green+Blue) = 179+68+22=269 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.54% from 269); Green value is 68 (26.95% from 255 or 25.28% from 269); Blue value is 22 (8.98% from 255 or 8.18% from 269); Max value from RGB is 179 - color contains mainly: red. Hex color #B34416 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34416 is #4CBBE9. Grayscale: #606060. Windows color (decimal): -5028842 or 1459379. OLE color: 1459379.
HSL color Cylindrical-coordinate representation of color #B34416: hue angle of 17.58º 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 #B34416 is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 68 | 22 | - |
| CMYK | 0 | 0.62 | 0.88 | 0.30 |
| HSL | 17.58º | 0.78% | 0.39% | - |
| HSV(B) | 17.58º | 0.88% | 0.7% | - |
| XYZ | 20.8 | 13.78 | 2.32 | - |
| YUV | 95.95 | 86.27 | 187.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 68 | 22 | 0 | 0.62 | 0.88 | 0.30 | 17.58 | 0.78 | 0.39 |
| Hex | B3 | 44 | 16 | 0 | 3E | 58 | 1E | 12 | 4E | 27 |
| Octal | 263 | 104 | 26 | 0 | 76 | 130 | 36 | 22 | 116 | 47 |
| Binary | 10110011 | 1000100 | 10110 | 0 | 111110 | 1011000 | 11110 | 10010 | 1001110 | 100111 |
Color Harmonies of #B34416
Complementary color
Monochromatic Colors of #B34416
Black with #B34416
Text Example
Text Example
White with #B34416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34416; }
p { color: rgb(179,68,22); }
H1.HeaderClassName
{
color: #B34416;
}
.AnyTagClassName
{
color: #B34416;
}
</style>
background-color css
<style>
a { background-color: #B34416; }
a { background-color: rgb(179,68,22); }
div.DivClassName
{
background-color: #B34416;
}
.BgClassName
{
background-color: #B34416;
}
</style>
border-color css
<style>
span { border-color: #B34416; }
span { border-color: rgb(179,68,22); }
td.TdClassName
{
border-color: #B34416;
}
.TagClassName
{
border-color: #B34416;
}
</style>