Shades of Rust #B85519
Tints of Rust #B85519
RGB
CMYK
RGB Variations
Color information
#B85519 (or 0xB85519) is known color: Rust. HEX triplet: B8, 55 and 19. RGB value is (184,85,25). Sum of RGB (Red+Green+Blue) = 184+85+25=294 (38% of max value = 765). Red value is 184 (72.27% from 255 or 62.59% from 294); Green value is 85 (33.59% from 255 or 28.91% from 294); Blue value is 25 (10.16% from 255 or 8.50% from 294); Max value from RGB is 184 - color contains mainly: red. Hex color #B85519 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85519 is #47AAE6. Grayscale: #6C6C6C. Windows color (decimal): -4696807 or 1660344. OLE color: 1660344.
HSL color Cylindrical-coordinate representation of color #B85519: hue angle of 22.64º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B85519 is Cyan = 0, Magento = 0.54, Yellow = 0.86 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 85 | 25 | - |
| CMYK | 0 | 0.54 | 0.86 | 0.28 |
| HSL | 22.64º | 0.76% | 0.41% | - |
| HSV(B) | 22.64º | 0.86% | 0.72% | - |
| XYZ | 23.19 | 16.76 | 2.93 | - |
| YUV | 107.76 | 81.3 | 182.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 85 | 25 | 0 | 0.54 | 0.86 | 0.28 | 22.64 | 0.76 | 0.41 |
| Hex | B8 | 55 | 19 | 0 | 36 | 56 | 1C | 17 | 4C | 29 |
| Octal | 270 | 125 | 31 | 0 | 66 | 126 | 34 | 27 | 114 | 51 |
| Binary | 10111000 | 1010101 | 11001 | 0 | 110110 | 1010110 | 11100 | 10111 | 1001100 | 101001 |
Color Harmonies of #B85519
Complementary color
Monochromatic Colors of #B85519
Black with #B85519
Text Example
Text Example
White with #B85519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85519; }
p { color: rgb(184,85,25); }
H1.HeaderClassName
{
color: #B85519;
}
.AnyTagClassName
{
color: #B85519;
}
</style>
background-color css
<style>
a { background-color: #B85519; }
a { background-color: rgb(184,85,25); }
div.DivClassName
{
background-color: #B85519;
}
.BgClassName
{
background-color: #B85519;
}
</style>
border-color css
<style>
span { border-color: #B85519; }
span { border-color: rgb(184,85,25); }
td.TdClassName
{
border-color: #B85519;
}
.TagClassName
{
border-color: #B85519;
}
</style>