Shades of Rust #B85815
Tints of Rust #B85815
RGB
CMYK
RGB Variations
Color information
#B85815 (or 0xB85815) is known color: Rust. HEX triplet: B8, 58 and 15. RGB value is (184,88,21). Sum of RGB (Red+Green+Blue) = 184+88+21=293 (38% of max value = 765). Red value is 184 (72.27% from 255 or 62.80% from 293); Green value is 88 (34.77% from 255 or 30.03% from 293); Blue value is 21 (8.59% from 255 or 7.17% from 293); Max value from RGB is 184 - color contains mainly: red. Hex color #B85815 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85815 is #47A7EA. Grayscale: #6D6D6D. Windows color (decimal): -4696043 or 1398968. OLE color: 1398968.
HSL color Cylindrical-coordinate representation of color #B85815: hue angle of 24.66º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B85815 is Cyan = 0, Magento = 0.52, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 88 | 21 | - |
| CMYK | 0 | 0.52 | 0.89 | 0.28 |
| HSL | 24.66º | 0.8% | 0.4% | - |
| HSV(B) | 24.66º | 0.89% | 0.72% | - |
| XYZ | 23.39 | 17.22 | 2.8 | - |
| YUV | 109.07 | 78.3 | 181.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 88 | 21 | 0 | 0.52 | 0.89 | 0.28 | 24.66 | 0.8 | 0.4 |
| Hex | B8 | 58 | 15 | 0 | 34 | 59 | 1C | 19 | 50 | 28 |
| Octal | 270 | 130 | 25 | 0 | 64 | 131 | 34 | 31 | 120 | 50 |
| Binary | 10111000 | 1011000 | 10101 | 0 | 110100 | 1011001 | 11100 | 11001 | 1010000 | 101000 |
Color Harmonies of #B85815
Complementary color
Monochromatic Colors of #B85815
Black with #B85815
Text Example
Text Example
White with #B85815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85815; }
p { color: rgb(184,88,21); }
H1.HeaderClassName
{
color: #B85815;
}
.AnyTagClassName
{
color: #B85815;
}
</style>
background-color css
<style>
a { background-color: #B85815; }
a { background-color: rgb(184,88,21); }
div.DivClassName
{
background-color: #B85815;
}
.BgClassName
{
background-color: #B85815;
}
</style>
border-color css
<style>
span { border-color: #B85815; }
span { border-color: rgb(184,88,21); }
td.TdClassName
{
border-color: #B85815;
}
.TagClassName
{
border-color: #B85815;
}
</style>