Shades of Rust #B85012
Tints of Rust #B85012
RGB
CMYK
RGB Variations
Color information
#B85012 (or 0xB85012) is known color: Rust. HEX triplet: B8, 50 and 12. RGB value is (184,80,18). Sum of RGB (Red+Green+Blue) = 184+80+18=282 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.25% from 282); Green value is 80 (31.64% from 255 or 28.37% from 282); Blue value is 18 (7.42% from 255 or 6.38% from 282); Max value from RGB is 184 - color contains mainly: red. Hex color #B85012 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85012 is #47AFED. Grayscale: #686868. Windows color (decimal): -4698094 or 1200312. OLE color: 1200312.
HSL color Cylindrical-coordinate representation of color #B85012: hue angle of 22.41º 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 #B85012 is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 80 | 18 | - |
| CMYK | 0 | 0.57 | 0.90 | 0.28 |
| HSL | 22.41º | 0.82% | 0.4% | - |
| HSV(B) | 22.41º | 0.9% | 0.72% | - |
| XYZ | 22.75 | 15.97 | 2.46 | - |
| YUV | 104.03 | 79.46 | 185.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 80 | 18 | 0 | 0.57 | 0.90 | 0.28 | 22.41 | 0.82 | 0.4 |
| Hex | B8 | 50 | 12 | 0 | 39 | 5A | 1C | 16 | 52 | 28 |
| Octal | 270 | 120 | 22 | 0 | 71 | 132 | 34 | 26 | 122 | 50 |
| Binary | 10111000 | 1010000 | 10010 | 0 | 111001 | 1011010 | 11100 | 10110 | 1010010 | 101000 |
Color Harmonies of #B85012
Complementary color
Monochromatic Colors of #B85012
Black with #B85012
Text Example
Text Example
White with #B85012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85012; }
p { color: rgb(184,80,18); }
H1.HeaderClassName
{
color: #B85012;
}
.AnyTagClassName
{
color: #B85012;
}
</style>
background-color css
<style>
a { background-color: #B85012; }
a { background-color: rgb(184,80,18); }
div.DivClassName
{
background-color: #B85012;
}
.BgClassName
{
background-color: #B85012;
}
</style>
border-color css
<style>
span { border-color: #B85012; }
span { border-color: rgb(184,80,18); }
td.TdClassName
{
border-color: #B85012;
}
.TagClassName
{
border-color: #B85012;
}
</style>