Shades of Rust #B85412
Tints of Rust #B85412
RGB
CMYK
RGB Variations
Color information
#B85412 (or 0xB85412) is known color: Rust. HEX triplet: B8, 54 and 12. RGB value is (184,84,18). Sum of RGB (Red+Green+Blue) = 184+84+18=286 (37% of max value = 765). Red value is 184 (72.27% from 255 or 64.34% from 286); Green value is 84 (33.20% from 255 or 29.37% from 286); Blue value is 18 (7.42% from 255 or 6.29% from 286); Max value from RGB is 184 - color contains mainly: red. Hex color #B85412 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85412 is #47ABED. Grayscale: #6A6A6A. Windows color (decimal): -4697070 or 1201336. OLE color: 1201336.
HSL color Cylindrical-coordinate representation of color #B85412: hue angle of 23.86º 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 #B85412 is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 84 | 18 | - |
| CMYK | 0 | 0.54 | 0.90 | 0.28 |
| HSL | 23.86º | 0.82% | 0.4% | - |
| HSV(B) | 23.86º | 0.9% | 0.72% | - |
| XYZ | 23.05 | 16.57 | 2.56 | - |
| YUV | 106.38 | 78.13 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 84 | 18 | 0 | 0.54 | 0.90 | 0.28 | 23.86 | 0.82 | 0.4 |
| Hex | B8 | 54 | 12 | 0 | 36 | 5A | 1C | 18 | 52 | 28 |
| Octal | 270 | 124 | 22 | 0 | 66 | 132 | 34 | 30 | 122 | 50 |
| Binary | 10111000 | 1010100 | 10010 | 0 | 110110 | 1011010 | 11100 | 11000 | 1010010 | 101000 |
Color Harmonies of #B85412
Complementary color
Monochromatic Colors of #B85412
Black with #B85412
Text Example
Text Example
White with #B85412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85412; }
p { color: rgb(184,84,18); }
H1.HeaderClassName
{
color: #B85412;
}
.AnyTagClassName
{
color: #B85412;
}
</style>
background-color css
<style>
a { background-color: #B85412; }
a { background-color: rgb(184,84,18); }
div.DivClassName
{
background-color: #B85412;
}
.BgClassName
{
background-color: #B85412;
}
</style>
border-color css
<style>
span { border-color: #B85412; }
span { border-color: rgb(184,84,18); }
td.TdClassName
{
border-color: #B85412;
}
.TagClassName
{
border-color: #B85412;
}
</style>