Shades of Rust #B34C0E
Tints of Rust #B34C0E
RGB
CMYK
RGB Variations
Color information
#B34C0E (or 0xB34C0E) is known color: Rust. HEX triplet: B3, 4C and 0E. RGB value is (179,76,14). Sum of RGB (Red+Green+Blue) = 179+76+14=269 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.54% from 269); Green value is 76 (30.08% from 255 or 28.25% from 269); Blue value is 14 (5.86% from 255 or 5.20% from 269); Max value from RGB is 179 - color contains mainly: red. Hex color #B34C0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34C0E is #4CB3F1. Grayscale: #646464. Windows color (decimal): -5026802 or 937139. OLE color: 937139.
HSL color Cylindrical-coordinate representation of color #B34C0E: hue angle of 22.55º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B34C0E is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 76 | 14 | - |
| CMYK | 0 | 0.58 | 0.92 | 0.30 |
| HSL | 22.55º | 0.85% | 0.38% | - |
| HSV(B) | 22.55º | 0.92% | 0.7% | - |
| XYZ | 21.25 | 14.78 | 2.15 | - |
| YUV | 99.73 | 79.62 | 184.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 76 | 14 | 0 | 0.58 | 0.92 | 0.30 | 22.55 | 0.85 | 0.38 |
| Hex | B3 | 4C | E | 0 | 3A | 5C | 1E | 17 | 55 | 26 |
| Octal | 263 | 114 | 16 | 0 | 72 | 134 | 36 | 27 | 125 | 46 |
| Binary | 10110011 | 1001100 | 1110 | 0 | 111010 | 1011100 | 11110 | 10111 | 1010101 | 100110 |
Color Harmonies of #B34C0E
Complementary color
Monochromatic Colors of #B34C0E
Black with #B34C0E
Text Example
Text Example
White with #B34C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34C0E; }
p { color: rgb(179,76,14); }
H1.HeaderClassName
{
color: #B34C0E;
}
.AnyTagClassName
{
color: #B34C0E;
}
</style>
background-color css
<style>
a { background-color: #B34C0E; }
a { background-color: rgb(179,76,14); }
div.DivClassName
{
background-color: #B34C0E;
}
.BgClassName
{
background-color: #B34C0E;
}
</style>
border-color css
<style>
span { border-color: #B34C0E; }
span { border-color: rgb(179,76,14); }
td.TdClassName
{
border-color: #B34C0E;
}
.TagClassName
{
border-color: #B34C0E;
}
</style>