Shades of Rust #B85912
Tints of Rust #B85912
RGB
CMYK
RGB Variations
Color information
#B85912 (or 0xB85912) is known color: Rust. HEX triplet: B8, 59 and 12. RGB value is (184,89,18). Sum of RGB (Red+Green+Blue) = 184+89+18=291 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.23% from 291); Green value is 89 (35.16% from 255 or 30.58% from 291); Blue value is 18 (7.42% from 255 or 6.19% from 291); Max value from RGB is 184 - color contains mainly: red. Hex color #B85912 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85912 is #47A6ED. Grayscale: #6D6D6D. Windows color (decimal): -4695790 or 1202616. OLE color: 1202616.
HSL color Cylindrical-coordinate representation of color #B85912: hue angle of 25.66º 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 #B85912 is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 89 | 18 | - |
| CMYK | 0 | 0.52 | 0.90 | 0.28 |
| HSL | 25.66º | 0.82% | 0.4% | - |
| HSV(B) | 25.66º | 0.9% | 0.72% | - |
| XYZ | 23.45 | 17.38 | 2.69 | - |
| YUV | 109.31 | 76.47 | 181.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 89 | 18 | 0 | 0.52 | 0.90 | 0.28 | 25.66 | 0.82 | 0.4 |
| Hex | B8 | 59 | 12 | 0 | 34 | 5A | 1C | 1A | 52 | 28 |
| Octal | 270 | 131 | 22 | 0 | 64 | 132 | 34 | 32 | 122 | 50 |
| Binary | 10111000 | 1011001 | 10010 | 0 | 110100 | 1011010 | 11100 | 11010 | 1010010 | 101000 |
Color Harmonies of #B85912
Complementary color
Monochromatic Colors of #B85912
Black with #B85912
Text Example
Text Example
White with #B85912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85912; }
p { color: rgb(184,89,18); }
H1.HeaderClassName
{
color: #B85912;
}
.AnyTagClassName
{
color: #B85912;
}
</style>
background-color css
<style>
a { background-color: #B85912; }
a { background-color: rgb(184,89,18); }
div.DivClassName
{
background-color: #B85912;
}
.BgClassName
{
background-color: #B85912;
}
</style>
border-color css
<style>
span { border-color: #B85912; }
span { border-color: rgb(184,89,18); }
td.TdClassName
{
border-color: #B85912;
}
.TagClassName
{
border-color: #B85912;
}
</style>