Shades of Rust #B34C14
Tints of Rust #B34C14
RGB
CMYK
RGB Variations
Color information
#B34C14 (or 0xB34C14) is known color: Rust. HEX triplet: B3, 4C and 14. RGB value is (179,76,20). Sum of RGB (Red+Green+Blue) = 179+76+20=275 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.09% from 275); Green value is 76 (30.08% from 255 or 27.64% from 275); Blue value is 20 (8.20% from 255 or 7.27% from 275); Max value from RGB is 179 - color contains mainly: red. Hex color #B34C14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34C14 is #4CB3EB. Grayscale: #646464. Windows color (decimal): -5026796 or 1330355. OLE color: 1330355.
HSL color Cylindrical-coordinate representation of color #B34C14: hue angle of 21.13º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B34C14 is Cyan = 0, Magento = 0.58, Yellow = 0.89 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 76 | 20 | - |
| CMYK | 0 | 0.58 | 0.89 | 0.30 |
| HSL | 21.13º | 0.8% | 0.39% | - |
| HSV(B) | 21.13º | 0.89% | 0.7% | - |
| XYZ | 21.3 | 14.8 | 2.4 | - |
| YUV | 100.41 | 82.62 | 184.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 76 | 20 | 0 | 0.58 | 0.89 | 0.30 | 21.13 | 0.8 | 0.39 |
| Hex | B3 | 4C | 14 | 0 | 3A | 59 | 1E | 15 | 50 | 27 |
| Octal | 263 | 114 | 24 | 0 | 72 | 131 | 36 | 25 | 120 | 47 |
| Binary | 10110011 | 1001100 | 10100 | 0 | 111010 | 1011001 | 11110 | 10101 | 1010000 | 100111 |
Color Harmonies of #B34C14
Complementary color
Monochromatic Colors of #B34C14
Black with #B34C14
Text Example
Text Example
White with #B34C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34C14; }
p { color: rgb(179,76,20); }
H1.HeaderClassName
{
color: #B34C14;
}
.AnyTagClassName
{
color: #B34C14;
}
</style>
background-color css
<style>
a { background-color: #B34C14; }
a { background-color: rgb(179,76,20); }
div.DivClassName
{
background-color: #B34C14;
}
.BgClassName
{
background-color: #B34C14;
}
</style>
border-color css
<style>
span { border-color: #B34C14; }
span { border-color: rgb(179,76,20); }
td.TdClassName
{
border-color: #B34C14;
}
.TagClassName
{
border-color: #B34C14;
}
</style>