Shades of Rust #B94C00
Tints of Rust #B94C00
RGB
CMYK
RGB Variations
Color information
#B94C00 (or 0xB94C00) is known color: Rust. HEX triplet: B9, 4C and 00. RGB value is (185,76,0). Sum of RGB (Red+Green+Blue) = 185+76+0=261 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.88% from 261); Green value is 76 (30.08% from 255 or 29.12% from 261); Blue value is 0 (0.39% from 255 or 0% from 261); Max value from RGB is 185 - color contains mainly: red. Hex color #B94C00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94C00 is #46B3FF. Grayscale: #646464. Windows color (decimal): -4633600 or 19641. OLE color: 19641.
HSL color Cylindrical-coordinate representation of color #B94C00: hue angle of 24.65º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B94C00 is Cyan = 0, Magento = 0.59, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 76 | 0 | - |
| CMYK | 0 | 0.59 | 1 | 0.27 |
| HSL | 24.65º | 1% | 0.36% | - |
| HSV(B) | 24.65º | 1% | 0.73% | - |
| XYZ | 22.59 | 15.48 | 1.8 | - |
| YUV | 99.93 | 71.61 | 188.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 76 | 0 | 0 | 0.59 | 1 | 0.27 | 24.65 | 1 | 0.36 |
| Hex | B9 | 4C | 0 | 0 | 3B | 64 | 1B | 19 | 64 | 24 |
| Octal | 271 | 114 | 0 | 0 | 73 | 144 | 33 | 31 | 144 | 44 |
| Binary | 10111001 | 1001100 | 0 | 0 | 111011 | 1100100 | 11011 | 11001 | 1100100 | 100100 |
Color Harmonies of #B94C00
Complementary color
Monochromatic Colors of #B94C00
Black with #B94C00
Text Example
Text Example
White with #B94C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94C00; }
p { color: rgb(185,76,0); }
H1.HeaderClassName
{
color: #B94C00;
}
.AnyTagClassName
{
color: #B94C00;
}
</style>
background-color css
<style>
a { background-color: #B94C00; }
a { background-color: rgb(185,76,0); }
div.DivClassName
{
background-color: #B94C00;
}
.BgClassName
{
background-color: #B94C00;
}
</style>
border-color css
<style>
span { border-color: #B94C00; }
span { border-color: rgb(185,76,0); }
td.TdClassName
{
border-color: #B94C00;
}
.TagClassName
{
border-color: #B94C00;
}
</style>