Shades of Rust #B34C13
Tints of Rust #B34C13
RGB
CMYK
RGB Variations
Color information
#B34C13 (or 0xB34C13) is known color: Rust. HEX triplet: B3, 4C and 13. RGB value is (179,76,19). Sum of RGB (Red+Green+Blue) = 179+76+19=274 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.33% from 274); Green value is 76 (30.08% from 255 or 27.74% from 274); Blue value is 19 (7.81% from 255 or 6.93% from 274); Max value from RGB is 179 - color contains mainly: red. Hex color #B34C13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34C13 is #4CB3EC. Grayscale: #646464. Windows color (decimal): -5026797 or 1264819. OLE color: 1264819.
HSL color Cylindrical-coordinate representation of color #B34C13: hue angle of 21.38º degrees, saturation: 0.81, 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 #B34C13 is Cyan = 0, Magento = 0.58, Yellow = 0.89 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 76 | 19 | - |
| CMYK | 0 | 0.58 | 0.89 | 0.30 |
| HSL | 21.38º | 0.81% | 0.39% | - |
| HSV(B) | 21.38º | 0.89% | 0.7% | - |
| XYZ | 21.29 | 14.8 | 2.35 | - |
| YUV | 100.3 | 82.12 | 184.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 76 | 19 | 0 | 0.58 | 0.89 | 0.30 | 21.38 | 0.81 | 0.39 |
| Hex | B3 | 4C | 13 | 0 | 3A | 59 | 1E | 15 | 51 | 27 |
| Octal | 263 | 114 | 23 | 0 | 72 | 131 | 36 | 25 | 121 | 47 |
| Binary | 10110011 | 1001100 | 10011 | 0 | 111010 | 1011001 | 11110 | 10101 | 1010001 | 100111 |
Color Harmonies of #B34C13
Complementary color
Monochromatic Colors of #B34C13
Black with #B34C13
Text Example
Text Example
White with #B34C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34C13; }
p { color: rgb(179,76,19); }
H1.HeaderClassName
{
color: #B34C13;
}
.AnyTagClassName
{
color: #B34C13;
}
</style>
background-color css
<style>
a { background-color: #B34C13; }
a { background-color: rgb(179,76,19); }
div.DivClassName
{
background-color: #B34C13;
}
.BgClassName
{
background-color: #B34C13;
}
</style>
border-color css
<style>
span { border-color: #B34C13; }
span { border-color: rgb(179,76,19); }
td.TdClassName
{
border-color: #B34C13;
}
.TagClassName
{
border-color: #B34C13;
}
</style>