Shades of Rust #B85514
Tints of Rust #B85514
RGB
CMYK
RGB Variations
Color information
#B85514 (or 0xB85514) is known color: Rust. HEX triplet: B8, 55 and 14. RGB value is (184,85,20). Sum of RGB (Red+Green+Blue) = 184+85+20=289 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.67% from 289); Green value is 85 (33.59% from 255 or 29.41% from 289); Blue value is 20 (8.20% from 255 or 6.92% from 289); Max value from RGB is 184 - color contains mainly: red. Hex color #B85514 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85514 is #47AAEB. Grayscale: #6B6B6B. Windows color (decimal): -4696812 or 1332664. OLE color: 1332664.
HSL color Cylindrical-coordinate representation of color #B85514: hue angle of 23.78º 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 #B85514 is Cyan = 0, Magento = 0.54, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 85 | 20 | - |
| CMYK | 0 | 0.54 | 0.89 | 0.28 |
| HSL | 23.78º | 0.8% | 0.4% | - |
| HSV(B) | 23.78º | 0.89% | 0.72% | - |
| XYZ | 23.14 | 16.74 | 2.67 | - |
| YUV | 107.19 | 78.8 | 182.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 85 | 20 | 0 | 0.54 | 0.89 | 0.28 | 23.78 | 0.8 | 0.4 |
| Hex | B8 | 55 | 14 | 0 | 36 | 59 | 1C | 18 | 50 | 28 |
| Octal | 270 | 125 | 24 | 0 | 66 | 131 | 34 | 30 | 120 | 50 |
| Binary | 10111000 | 1010101 | 10100 | 0 | 110110 | 1011001 | 11100 | 11000 | 1010000 | 101000 |
Color Harmonies of #B85514
Complementary color
Monochromatic Colors of #B85514
Black with #B85514
Text Example
Text Example
White with #B85514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85514; }
p { color: rgb(184,85,20); }
H1.HeaderClassName
{
color: #B85514;
}
.AnyTagClassName
{
color: #B85514;
}
</style>
background-color css
<style>
a { background-color: #B85514; }
a { background-color: rgb(184,85,20); }
div.DivClassName
{
background-color: #B85514;
}
.BgClassName
{
background-color: #B85514;
}
</style>
border-color css
<style>
span { border-color: #B85514; }
span { border-color: rgb(184,85,20); }
td.TdClassName
{
border-color: #B85514;
}
.TagClassName
{
border-color: #B85514;
}
</style>