Shades of Rust #B85612
Tints of Rust #B85612
RGB
CMYK
RGB Variations
Color information
#B85612 (or 0xB85612) is known color: Rust. HEX triplet: B8, 56 and 12. RGB value is (184,86,18). Sum of RGB (Red+Green+Blue) = 184+86+18=288 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.89% from 288); Green value is 86 (33.98% from 255 or 29.86% from 288); Blue value is 18 (7.42% from 255 or 6.25% from 288); Max value from RGB is 184 - color contains mainly: red. Hex color #B85612 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85612 is #47A9ED. Grayscale: #6B6B6B. Windows color (decimal): -4696558 or 1201848. OLE color: 1201848.
HSL color Cylindrical-coordinate representation of color #B85612: hue angle of 24.58º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B85612 is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 86 | 18 | - |
| CMYK | 0 | 0.53 | 0.90 | 0.28 |
| HSL | 24.58º | 0.82% | 0.4% | - |
| HSV(B) | 24.58º | 0.9% | 0.72% | - |
| XYZ | 23.2 | 16.89 | 2.61 | - |
| YUV | 107.55 | 77.47 | 182.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 86 | 18 | 0 | 0.53 | 0.90 | 0.28 | 24.58 | 0.82 | 0.4 |
| Hex | B8 | 56 | 12 | 0 | 35 | 5A | 1C | 19 | 52 | 28 |
| Octal | 270 | 126 | 22 | 0 | 65 | 132 | 34 | 31 | 122 | 50 |
| Binary | 10111000 | 1010110 | 10010 | 0 | 110101 | 1011010 | 11100 | 11001 | 1010010 | 101000 |
Color Harmonies of #B85612
Complementary color
Monochromatic Colors of #B85612
Black with #B85612
Text Example
Text Example
White with #B85612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85612; }
p { color: rgb(184,86,18); }
H1.HeaderClassName
{
color: #B85612;
}
.AnyTagClassName
{
color: #B85612;
}
</style>
background-color css
<style>
a { background-color: #B85612; }
a { background-color: rgb(184,86,18); }
div.DivClassName
{
background-color: #B85612;
}
.BgClassName
{
background-color: #B85612;
}
</style>
border-color css
<style>
span { border-color: #B85612; }
span { border-color: rgb(184,86,18); }
td.TdClassName
{
border-color: #B85612;
}
.TagClassName
{
border-color: #B85612;
}
</style>