Shades of Rust #B34905
Tints of Rust #B34905
RGB
CMYK
RGB Variations
Color information
#B34905 (or 0xB34905) is known color: Rust. HEX triplet: B3, 49 and 05. RGB value is (179,73,5). Sum of RGB (Red+Green+Blue) = 179+73+5=257 (34% of max value = 765). Red value is 179 (70.31% from 255 or 69.65% from 257); Green value is 73 (28.91% from 255 or 28.40% from 257); Blue value is 5 (2.34% from 255 or 1.95% from 257); Max value from RGB is 179 - color contains mainly: red. Hex color #B34905 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34905 is #4CB6FA. Grayscale: #616161. Windows color (decimal): -5027579 or 346547. OLE color: 346547.
HSL color Cylindrical-coordinate representation of color #B34905: hue angle of 23.45º 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 #B34905 is Cyan = 0, Magento = 0.59, Yellow = 0.97 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 73 | 5 | - |
| CMYK | 0 | 0.59 | 0.97 | 0.30 |
| HSL | 23.45º | 0.95% | 0.36% | - |
| HSV(B) | 23.45º | 0.97% | 0.7% | - |
| XYZ | 21 | 14.36 | 1.81 | - |
| YUV | 96.94 | 76.12 | 186.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 73 | 5 | 0 | 0.59 | 0.97 | 0.30 | 23.45 | 0.95 | 0.36 |
| Hex | B3 | 49 | 5 | 0 | 3B | 61 | 1E | 17 | 5F | 24 |
| Octal | 263 | 111 | 5 | 0 | 73 | 141 | 36 | 27 | 137 | 44 |
| Binary | 10110011 | 1001001 | 101 | 0 | 111011 | 1100001 | 11110 | 10111 | 1011111 | 100100 |
Color Harmonies of #B34905
Complementary color
Monochromatic Colors of #B34905
Black with #B34905
Text Example
Text Example
White with #B34905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34905; }
p { color: rgb(179,73,5); }
H1.HeaderClassName
{
color: #B34905;
}
.AnyTagClassName
{
color: #B34905;
}
</style>
background-color css
<style>
a { background-color: #B34905; }
a { background-color: rgb(179,73,5); }
div.DivClassName
{
background-color: #B34905;
}
.BgClassName
{
background-color: #B34905;
}
</style>
border-color css
<style>
span { border-color: #B34905; }
span { border-color: rgb(179,73,5); }
td.TdClassName
{
border-color: #B34905;
}
.TagClassName
{
border-color: #B34905;
}
</style>