Shades of Rust #B85A15
Tints of Rust #B85A15
RGB
CMYK
RGB Variations
Color information
#B85A15 (or 0xB85A15) is known color: Rust. HEX triplet: B8, 5A and 15. RGB value is (184,90,21). Sum of RGB (Red+Green+Blue) = 184+90+21=295 (39% of max value = 765). Red value is 184 (72.27% from 255 or 62.37% from 295); Green value is 90 (35.55% from 255 or 30.51% from 295); Blue value is 21 (8.59% from 255 or 7.12% from 295); Max value from RGB is 184 - color contains mainly: red. Hex color #B85A15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85A15 is #47A5EA. Grayscale: #6E6E6E. Windows color (decimal): -4695531 or 1399480. OLE color: 1399480.
HSL color Cylindrical-coordinate representation of color #B85A15: hue angle of 25.4º 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 #B85A15 is Cyan = 0, Magento = 0.51, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 90 | 21 | - |
| CMYK | 0 | 0.51 | 0.89 | 0.28 |
| HSL | 25.4º | 0.8% | 0.4% | - |
| HSV(B) | 25.4º | 0.89% | 0.72% | - |
| XYZ | 23.56 | 17.56 | 2.86 | - |
| YUV | 110.24 | 77.64 | 180.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 90 | 21 | 0 | 0.51 | 0.89 | 0.28 | 25.4 | 0.8 | 0.4 |
| Hex | B8 | 5A | 15 | 0 | 33 | 59 | 1C | 19 | 50 | 28 |
| Octal | 270 | 132 | 25 | 0 | 63 | 131 | 34 | 31 | 120 | 50 |
| Binary | 10111000 | 1011010 | 10101 | 0 | 110011 | 1011001 | 11100 | 11001 | 1010000 | 101000 |
Color Harmonies of #B85A15
Complementary color
Monochromatic Colors of #B85A15
Black with #B85A15
Text Example
Text Example
White with #B85A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85A15; }
p { color: rgb(184,90,21); }
H1.HeaderClassName
{
color: #B85A15;
}
.AnyTagClassName
{
color: #B85A15;
}
</style>
background-color css
<style>
a { background-color: #B85A15; }
a { background-color: rgb(184,90,21); }
div.DivClassName
{
background-color: #B85A15;
}
.BgClassName
{
background-color: #B85A15;
}
</style>
border-color css
<style>
span { border-color: #B85A15; }
span { border-color: rgb(184,90,21); }
td.TdClassName
{
border-color: #B85A15;
}
.TagClassName
{
border-color: #B85A15;
}
</style>