Shades of Rust #B34D0C
Tints of Rust #B34D0C
RGB
CMYK
RGB Variations
Color information
#B34D0C (or 0xB34D0C) is known color: Rust. HEX triplet: B3, 4D and 0C. RGB value is (179,77,12). Sum of RGB (Red+Green+Blue) = 179+77+12=268 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.79% from 268); Green value is 77 (30.47% from 255 or 28.73% from 268); Blue value is 12 (5.08% from 255 or 4.48% from 268); Max value from RGB is 179 - color contains mainly: red. Hex color #B34D0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B34D0C is #4CB2F3. Grayscale: #646464. Windows color (decimal): -5026548 or 806323. OLE color: 806323.
HSL color Cylindrical-coordinate representation of color #B34D0C: hue angle of 23.35º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B34D0C is Cyan = 0, Magento = 0.57, Yellow = 0.93 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 77 | 12 | - |
| CMYK | 0 | 0.57 | 0.93 | 0.30 |
| HSL | 23.35º | 0.87% | 0.37% | - |
| HSV(B) | 23.35º | 0.93% | 0.7% | - |
| XYZ | 21.31 | 14.92 | 2.1 | - |
| YUV | 100.09 | 78.29 | 184.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 77 | 12 | 0 | 0.57 | 0.93 | 0.30 | 23.35 | 0.87 | 0.37 |
| Hex | B3 | 4D | C | 0 | 39 | 5D | 1E | 17 | 57 | 25 |
| Octal | 263 | 115 | 14 | 0 | 71 | 135 | 36 | 27 | 127 | 45 |
| Binary | 10110011 | 1001101 | 1100 | 0 | 111001 | 1011101 | 11110 | 10111 | 1010111 | 100101 |
Color Harmonies of #B34D0C
Complementary color
Monochromatic Colors of #B34D0C
Black with #B34D0C
Text Example
Text Example
White with #B34D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34D0C; }
p { color: rgb(179,77,12); }
H1.HeaderClassName
{
color: #B34D0C;
}
.AnyTagClassName
{
color: #B34D0C;
}
</style>
background-color css
<style>
a { background-color: #B34D0C; }
a { background-color: rgb(179,77,12); }
div.DivClassName
{
background-color: #B34D0C;
}
.BgClassName
{
background-color: #B34D0C;
}
</style>
border-color css
<style>
span { border-color: #B34D0C; }
span { border-color: rgb(179,77,12); }
td.TdClassName
{
border-color: #B34D0C;
}
.TagClassName
{
border-color: #B34D0C;
}
</style>