Shades of Rust #B85513
Tints of Rust #B85513
RGB
CMYK
RGB Variations
Color information
#B85513 (or 0xB85513) is known color: Rust. HEX triplet: B8, 55 and 13. RGB value is (184,85,19). Sum of RGB (Red+Green+Blue) = 184+85+19=288 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.89% from 288); Green value is 85 (33.59% from 255 or 29.51% from 288); Blue value is 19 (7.81% from 255 or 6.60% from 288); Max value from RGB is 184 - color contains mainly: red. Hex color #B85513 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85513 is #47AAEC. Grayscale: #6B6B6B. Windows color (decimal): -4696813 or 1267128. OLE color: 1267128.
HSL color Cylindrical-coordinate representation of color #B85513: hue angle of 24º degrees, saturation: 0.81, 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 #B85513 is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 85 | 19 | - |
| CMYK | 0 | 0.54 | 0.90 | 0.28 |
| HSL | 24º | 0.81% | 0.4% | - |
| HSV(B) | 24º | 0.9% | 0.72% | - |
| XYZ | 23.13 | 16.73 | 2.63 | - |
| YUV | 107.08 | 78.3 | 182.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 85 | 19 | 0 | 0.54 | 0.90 | 0.28 | 24 | 0.81 | 0.4 |
| Hex | B8 | 55 | 13 | 0 | 36 | 5A | 1C | 18 | 51 | 28 |
| Octal | 270 | 125 | 23 | 0 | 66 | 132 | 34 | 30 | 121 | 50 |
| Binary | 10111000 | 1010101 | 10011 | 0 | 110110 | 1011010 | 11100 | 11000 | 1010001 | 101000 |
Color Harmonies of #B85513
Complementary color
Monochromatic Colors of #B85513
Black with #B85513
Text Example
Text Example
White with #B85513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85513; }
p { color: rgb(184,85,19); }
H1.HeaderClassName
{
color: #B85513;
}
.AnyTagClassName
{
color: #B85513;
}
</style>
background-color css
<style>
a { background-color: #B85513; }
a { background-color: rgb(184,85,19); }
div.DivClassName
{
background-color: #B85513;
}
.BgClassName
{
background-color: #B85513;
}
</style>
border-color css
<style>
span { border-color: #B85513; }
span { border-color: rgb(184,85,19); }
td.TdClassName
{
border-color: #B85513;
}
.TagClassName
{
border-color: #B85513;
}
</style>