Shades of Rust #B34C08
Tints of Rust #B34C08
RGB
CMYK
RGB Variations
Color information
#B34C08 (or 0xB34C08) is known color: Rust. HEX triplet: B3, 4C and 08. RGB value is (179,76,8). Sum of RGB (Red+Green+Blue) = 179+76+8=263 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.06% from 263); Green value is 76 (30.08% from 255 or 28.90% from 263); Blue value is 8 (3.52% from 255 or 3.04% from 263); Max value from RGB is 179 - color contains mainly: red. Hex color #B34C08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34C08 is #4CB3F7. Grayscale: #636363. Windows color (decimal): -5026808 or 543923. OLE color: 543923.
HSL color Cylindrical-coordinate representation of color #B34C08: hue angle of 23.86º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B34C08 is Cyan = 0, Magento = 0.58, Yellow = 0.96 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 76 | 8 | - |
| CMYK | 0 | 0.58 | 0.96 | 0.30 |
| HSL | 23.86º | 0.91% | 0.37% | - |
| HSV(B) | 23.86º | 0.96% | 0.7% | - |
| XYZ | 21.22 | 14.77 | 1.96 | - |
| YUV | 99.05 | 76.62 | 185.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 76 | 8 | 0 | 0.58 | 0.96 | 0.30 | 23.86 | 0.91 | 0.37 |
| Hex | B3 | 4C | 8 | 0 | 3A | 60 | 1E | 18 | 5B | 25 |
| Octal | 263 | 114 | 10 | 0 | 72 | 140 | 36 | 30 | 133 | 45 |
| Binary | 10110011 | 1001100 | 1000 | 0 | 111010 | 1100000 | 11110 | 11000 | 1011011 | 100101 |
Color Harmonies of #B34C08
Complementary color
Monochromatic Colors of #B34C08
Black with #B34C08
Text Example
Text Example
White with #B34C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34C08; }
p { color: rgb(179,76,8); }
H1.HeaderClassName
{
color: #B34C08;
}
.AnyTagClassName
{
color: #B34C08;
}
</style>
background-color css
<style>
a { background-color: #B34C08; }
a { background-color: rgb(179,76,8); }
div.DivClassName
{
background-color: #B34C08;
}
.BgClassName
{
background-color: #B34C08;
}
</style>
border-color css
<style>
span { border-color: #B34C08; }
span { border-color: rgb(179,76,8); }
td.TdClassName
{
border-color: #B34C08;
}
.TagClassName
{
border-color: #B34C08;
}
</style>