Shades of Rust #B85212
Tints of Rust #B85212
RGB
CMYK
RGB Variations
Color information
#B85212 (or 0xB85212) is known color: Rust. HEX triplet: B8, 52 and 12. RGB value is (184,82,18). Sum of RGB (Red+Green+Blue) = 184+82+18=284 (37% of max value = 765). Red value is 184 (72.27% from 255 or 64.79% from 284); Green value is 82 (32.42% from 255 or 28.87% from 284); Blue value is 18 (7.42% from 255 or 6.34% from 284); Max value from RGB is 184 - color contains mainly: red. Hex color #B85212 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85212 is #47ADED. Grayscale: #696969. Windows color (decimal): -4697582 or 1200824. OLE color: 1200824.
HSL color Cylindrical-coordinate representation of color #B85212: hue angle of 23.13º 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 #B85212 is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 82 | 18 | - |
| CMYK | 0 | 0.55 | 0.90 | 0.28 |
| HSL | 23.13º | 0.82% | 0.4% | - |
| HSV(B) | 23.13º | 0.9% | 0.72% | - |
| XYZ | 22.89 | 16.27 | 2.51 | - |
| YUV | 105.2 | 78.79 | 184.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 82 | 18 | 0 | 0.55 | 0.90 | 0.28 | 23.13 | 0.82 | 0.4 |
| Hex | B8 | 52 | 12 | 0 | 37 | 5A | 1C | 17 | 52 | 28 |
| Octal | 270 | 122 | 22 | 0 | 67 | 132 | 34 | 27 | 122 | 50 |
| Binary | 10111000 | 1010010 | 10010 | 0 | 110111 | 1011010 | 11100 | 10111 | 1010010 | 101000 |
Color Harmonies of #B85212
Complementary color
Monochromatic Colors of #B85212
Black with #B85212
Text Example
Text Example
White with #B85212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85212; }
p { color: rgb(184,82,18); }
H1.HeaderClassName
{
color: #B85212;
}
.AnyTagClassName
{
color: #B85212;
}
</style>
background-color css
<style>
a { background-color: #B85212; }
a { background-color: rgb(184,82,18); }
div.DivClassName
{
background-color: #B85212;
}
.BgClassName
{
background-color: #B85212;
}
</style>
border-color css
<style>
span { border-color: #B85212; }
span { border-color: rgb(184,82,18); }
td.TdClassName
{
border-color: #B85212;
}
.TagClassName
{
border-color: #B85212;
}
</style>