Shades of Rust #B85812
Tints of Rust #B85812
RGB
CMYK
RGB Variations
Color information
#B85812 (or 0xB85812) is known color: Rust. HEX triplet: B8, 58 and 12. RGB value is (184,88,18). Sum of RGB (Red+Green+Blue) = 184+88+18=290 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.45% from 290); Green value is 88 (34.77% from 255 or 30.34% from 290); Blue value is 18 (7.42% from 255 or 6.21% from 290); Max value from RGB is 184 - color contains mainly: red. Hex color #B85812 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85812 is #47A7ED. Grayscale: #6D6D6D. Windows color (decimal): -4696046 or 1202360. OLE color: 1202360.
HSL color Cylindrical-coordinate representation of color #B85812: hue angle of 25.3º 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 #B85812 is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 88 | 18 | - |
| CMYK | 0 | 0.52 | 0.90 | 0.28 |
| HSL | 25.3º | 0.82% | 0.4% | - |
| HSV(B) | 25.3º | 0.9% | 0.72% | - |
| XYZ | 23.37 | 17.21 | 2.66 | - |
| YUV | 108.72 | 76.8 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 88 | 18 | 0 | 0.52 | 0.90 | 0.28 | 25.3 | 0.82 | 0.4 |
| Hex | B8 | 58 | 12 | 0 | 34 | 5A | 1C | 19 | 52 | 28 |
| Octal | 270 | 130 | 22 | 0 | 64 | 132 | 34 | 31 | 122 | 50 |
| Binary | 10111000 | 1011000 | 10010 | 0 | 110100 | 1011010 | 11100 | 11001 | 1010010 | 101000 |
Color Harmonies of #B85812
Complementary color
Monochromatic Colors of #B85812
Black with #B85812
Text Example
Text Example
White with #B85812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85812; }
p { color: rgb(184,88,18); }
H1.HeaderClassName
{
color: #B85812;
}
.AnyTagClassName
{
color: #B85812;
}
</style>
background-color css
<style>
a { background-color: #B85812; }
a { background-color: rgb(184,88,18); }
div.DivClassName
{
background-color: #B85812;
}
.BgClassName
{
background-color: #B85812;
}
</style>
border-color css
<style>
span { border-color: #B85812; }
span { border-color: rgb(184,88,18); }
td.TdClassName
{
border-color: #B85812;
}
.TagClassName
{
border-color: #B85812;
}
</style>