Shades of Rust #B34F15
Tints of Rust #B34F15
RGB
CMYK
RGB Variations
Color information
#B34F15 (or 0xB34F15) is known color: Rust. HEX triplet: B3, 4F and 15. RGB value is (179,79,21). Sum of RGB (Red+Green+Blue) = 179+79+21=279 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.16% from 279); Green value is 79 (31.25% from 255 or 28.32% from 279); Blue value is 21 (8.59% from 255 or 7.53% from 279); Max value from RGB is 179 - color contains mainly: red. Hex color #B34F15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B34F15 is #4CB0EA. Grayscale: #666666. Windows color (decimal): -5026027 or 1396659. OLE color: 1396659.
HSL color Cylindrical-coordinate representation of color #B34F15: hue angle of 22.03º degrees, saturation: 0.79, 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 #B34F15 is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 79 | 21 | - |
| CMYK | 0 | 0.56 | 0.88 | 0.30 |
| HSL | 22.03º | 0.79% | 0.39% | - |
| HSV(B) | 22.03º | 0.88% | 0.7% | - |
| XYZ | 21.52 | 15.23 | 2.51 | - |
| YUV | 102.29 | 82.13 | 182.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 79 | 21 | 0 | 0.56 | 0.88 | 0.30 | 22.03 | 0.79 | 0.39 |
| Hex | B3 | 4F | 15 | 0 | 38 | 58 | 1E | 16 | 4F | 27 |
| Octal | 263 | 117 | 25 | 0 | 70 | 130 | 36 | 26 | 117 | 47 |
| Binary | 10110011 | 1001111 | 10101 | 0 | 111000 | 1011000 | 11110 | 10110 | 1001111 | 100111 |
Color Harmonies of #B34F15
Complementary color
Monochromatic Colors of #B34F15
Black with #B34F15
Text Example
Text Example
White with #B34F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34F15; }
p { color: rgb(179,79,21); }
H1.HeaderClassName
{
color: #B34F15;
}
.AnyTagClassName
{
color: #B34F15;
}
</style>
background-color css
<style>
a { background-color: #B34F15; }
a { background-color: rgb(179,79,21); }
div.DivClassName
{
background-color: #B34F15;
}
.BgClassName
{
background-color: #B34F15;
}
</style>
border-color css
<style>
span { border-color: #B34F15; }
span { border-color: rgb(179,79,21); }
td.TdClassName
{
border-color: #B34F15;
}
.TagClassName
{
border-color: #B34F15;
}
</style>