Shades of Rust #B85814
Tints of Rust #B85814
RGB
CMYK
RGB Variations
Color information
#B85814 (or 0xB85814) is known color: Rust. HEX triplet: B8, 58 and 14. RGB value is (184,88,20). Sum of RGB (Red+Green+Blue) = 184+88+20=292 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.01% from 292); Green value is 88 (34.77% from 255 or 30.14% from 292); Blue value is 20 (8.20% from 255 or 6.85% from 292); Max value from RGB is 184 - color contains mainly: red. Hex color #B85814 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85814 is #47A7EB. Grayscale: #6D6D6D. Windows color (decimal): -4696044 or 1333432. OLE color: 1333432.
HSL color Cylindrical-coordinate representation of color #B85814: hue angle of 24.88º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B85814 is Cyan = 0, Magento = 0.52, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 88 | 20 | - |
| CMYK | 0 | 0.52 | 0.89 | 0.28 |
| HSL | 24.88º | 0.8% | 0.4% | - |
| HSV(B) | 24.88º | 0.89% | 0.72% | - |
| XYZ | 23.38 | 17.22 | 2.75 | - |
| YUV | 108.95 | 77.8 | 181.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 88 | 20 | 0 | 0.52 | 0.89 | 0.28 | 24.88 | 0.8 | 0.4 |
| Hex | B8 | 58 | 14 | 0 | 34 | 59 | 1C | 19 | 50 | 28 |
| Octal | 270 | 130 | 24 | 0 | 64 | 131 | 34 | 31 | 120 | 50 |
| Binary | 10111000 | 1011000 | 10100 | 0 | 110100 | 1011001 | 11100 | 11001 | 1010000 | 101000 |
Color Harmonies of #B85814
Complementary color
Monochromatic Colors of #B85814
Black with #B85814
Text Example
Text Example
White with #B85814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85814; }
p { color: rgb(184,88,20); }
H1.HeaderClassName
{
color: #B85814;
}
.AnyTagClassName
{
color: #B85814;
}
</style>
background-color css
<style>
a { background-color: #B85814; }
a { background-color: rgb(184,88,20); }
div.DivClassName
{
background-color: #B85814;
}
.BgClassName
{
background-color: #B85814;
}
</style>
border-color css
<style>
span { border-color: #B85814; }
span { border-color: rgb(184,88,20); }
td.TdClassName
{
border-color: #B85814;
}
.TagClassName
{
border-color: #B85814;
}
</style>