Shades of Rust #B34F10
Tints of Rust #B34F10
RGB
CMYK
RGB Variations
Color information
#B34F10 (or 0xB34F10) is known color: Rust. HEX triplet: B3, 4F and 10. RGB value is (179,79,16). Sum of RGB (Red+Green+Blue) = 179+79+16=274 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.33% from 274); Green value is 79 (31.25% from 255 or 28.83% from 274); Blue value is 16 (6.64% from 255 or 5.84% from 274); Max value from RGB is 179 - color contains mainly: red. Hex color #B34F10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B34F10 is #4CB0EF. Grayscale: #666666. Windows color (decimal): -5026032 or 1068979. OLE color: 1068979.
HSL color Cylindrical-coordinate representation of color #B34F10: hue angle of 23.19º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B34F10 is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 79 | 16 | - |
| CMYK | 0 | 0.56 | 0.91 | 0.30 |
| HSL | 23.19º | 0.84% | 0.38% | - |
| HSV(B) | 23.19º | 0.91% | 0.7% | - |
| XYZ | 21.48 | 15.21 | 2.29 | - |
| YUV | 101.72 | 79.63 | 183.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 79 | 16 | 0 | 0.56 | 0.91 | 0.30 | 23.19 | 0.84 | 0.38 |
| Hex | B3 | 4F | 10 | 0 | 38 | 5B | 1E | 17 | 54 | 26 |
| Octal | 263 | 117 | 20 | 0 | 70 | 133 | 36 | 27 | 124 | 46 |
| Binary | 10110011 | 1001111 | 10000 | 0 | 111000 | 1011011 | 11110 | 10111 | 1010100 | 100110 |
Color Harmonies of #B34F10
Complementary color
Monochromatic Colors of #B34F10
Black with #B34F10
Text Example
Text Example
White with #B34F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34F10; }
p { color: rgb(179,79,16); }
H1.HeaderClassName
{
color: #B34F10;
}
.AnyTagClassName
{
color: #B34F10;
}
</style>
background-color css
<style>
a { background-color: #B34F10; }
a { background-color: rgb(179,79,16); }
div.DivClassName
{
background-color: #B34F10;
}
.BgClassName
{
background-color: #B34F10;
}
</style>
border-color css
<style>
span { border-color: #B34F10; }
span { border-color: rgb(179,79,16); }
td.TdClassName
{
border-color: #B34F10;
}
.TagClassName
{
border-color: #B34F10;
}
</style>