Shades of Rust #B34805
Tints of Rust #B34805
RGB
CMYK
RGB Variations
Color information
#B34805 (or 0xB34805) is known color: Rust. HEX triplet: B3, 48 and 05. RGB value is (179,72,5). Sum of RGB (Red+Green+Blue) = 179+72+5=256 (33% of max value = 765). Red value is 179 (70.31% from 255 or 69.92% from 256); Green value is 72 (28.52% from 255 or 28.12% from 256); Blue value is 5 (2.34% from 255 or 1.95% from 256); Max value from RGB is 179 - color contains mainly: red. Hex color #B34805 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34805 is #4CB7FA. Grayscale: #606060. Windows color (decimal): -5027835 or 346291. OLE color: 346291.
HSL color Cylindrical-coordinate representation of color #B34805: hue angle of 23.1º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B34805 is Cyan = 0, Magento = 0.60, Yellow = 0.97 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 72 | 5 | - |
| CMYK | 0 | 0.60 | 0.97 | 0.30 |
| HSL | 23.1º | 0.95% | 0.36% | - |
| HSV(B) | 23.1º | 0.97% | 0.7% | - |
| XYZ | 20.94 | 14.23 | 1.79 | - |
| YUV | 96.36 | 76.45 | 186.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 72 | 5 | 0 | 0.60 | 0.97 | 0.30 | 23.1 | 0.95 | 0.36 |
| Hex | B3 | 48 | 5 | 0 | 3C | 61 | 1E | 17 | 5F | 24 |
| Octal | 263 | 110 | 5 | 0 | 74 | 141 | 36 | 27 | 137 | 44 |
| Binary | 10110011 | 1001000 | 101 | 0 | 111100 | 1100001 | 11110 | 10111 | 1011111 | 100100 |
Color Harmonies of #B34805
Complementary color
Monochromatic Colors of #B34805
Black with #B34805
Text Example
Text Example
White with #B34805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34805; }
p { color: rgb(179,72,5); }
H1.HeaderClassName
{
color: #B34805;
}
.AnyTagClassName
{
color: #B34805;
}
</style>
background-color css
<style>
a { background-color: #B34805; }
a { background-color: rgb(179,72,5); }
div.DivClassName
{
background-color: #B34805;
}
.BgClassName
{
background-color: #B34805;
}
</style>
border-color css
<style>
span { border-color: #B34805; }
span { border-color: rgb(179,72,5); }
td.TdClassName
{
border-color: #B34805;
}
.TagClassName
{
border-color: #B34805;
}
</style>