Shades of Rust #B34D00
Tints of Rust #B34D00
RGB
CMYK
RGB Variations
Color information
#B34D00 (or 0xB34D00) is known color: Rust. HEX triplet: B3, 4D and 00. RGB value is (179,77,0). Sum of RGB (Red+Green+Blue) = 179+77+0=256 (33% of max value = 765). Red value is 179 (70.31% from 255 or 69.92% from 256); Green value is 77 (30.47% from 255 or 30.08% from 256); Blue value is 0 (0.39% from 255 or 0% from 256); Max value from RGB is 179 - color contains mainly: red. Hex color #B34D00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B34D00 is #4CB2FF. Grayscale: #636363. Windows color (decimal): -5026560 or 19891. OLE color: 19891.
HSL color Cylindrical-coordinate representation of color #B34D00: hue angle of 25.81º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B34D00 is Cyan = 0, Magento = 0.57, Yellow = 1 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 77 | 0 | - |
| CMYK | 0 | 0.57 | 1 | 0.30 |
| HSL | 25.81º | 1% | 0.35% | - |
| HSV(B) | 25.81º | 1% | 0.7% | - |
| XYZ | 21.24 | 14.89 | 1.75 | - |
| YUV | 98.72 | 72.29 | 185.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 77 | 0 | 0 | 0.57 | 1 | 0.30 | 25.81 | 1 | 0.35 |
| Hex | B3 | 4D | 0 | 0 | 39 | 64 | 1E | 1A | 64 | 23 |
| Octal | 263 | 115 | 0 | 0 | 71 | 144 | 36 | 32 | 144 | 43 |
| Binary | 10110011 | 1001101 | 0 | 0 | 111001 | 1100100 | 11110 | 11010 | 1100100 | 100011 |
Color Harmonies of #B34D00
Complementary color
Monochromatic Colors of #B34D00
Black with #B34D00
Text Example
Text Example
White with #B34D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34D00; }
p { color: rgb(179,77,0); }
H1.HeaderClassName
{
color: #B34D00;
}
.AnyTagClassName
{
color: #B34D00;
}
</style>
background-color css
<style>
a { background-color: #B34D00; }
a { background-color: rgb(179,77,0); }
div.DivClassName
{
background-color: #B34D00;
}
.BgClassName
{
background-color: #B34D00;
}
</style>
border-color css
<style>
span { border-color: #B34D00; }
span { border-color: rgb(179,77,0); }
td.TdClassName
{
border-color: #B34D00;
}
.TagClassName
{
border-color: #B34D00;
}
</style>