Shades of Rust #B85315
Tints of Rust #B85315
RGB
CMYK
RGB Variations
Color information
#B85315 (or 0xB85315) is known color: Rust. HEX triplet: B8, 53 and 15. RGB value is (184,83,21). Sum of RGB (Red+Green+Blue) = 184+83+21=288 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.89% from 288); Green value is 83 (32.81% from 255 or 28.82% from 288); Blue value is 21 (8.59% from 255 or 7.29% from 288); Max value from RGB is 184 - color contains mainly: red. Hex color #B85315 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85315 is #47ACEA. Grayscale: #6A6A6A. Windows color (decimal): -4697323 or 1397688. OLE color: 1397688.
HSL color Cylindrical-coordinate representation of color #B85315: hue angle of 22.82º 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 #B85315 is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 83 | 21 | - |
| CMYK | 0 | 0.55 | 0.89 | 0.28 |
| HSL | 22.82º | 0.8% | 0.4% | - |
| HSV(B) | 22.82º | 0.89% | 0.72% | - |
| XYZ | 23 | 16.43 | 2.67 | - |
| YUV | 106.13 | 79.96 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 83 | 21 | 0 | 0.55 | 0.89 | 0.28 | 22.82 | 0.8 | 0.4 |
| Hex | B8 | 53 | 15 | 0 | 37 | 59 | 1C | 17 | 50 | 28 |
| Octal | 270 | 123 | 25 | 0 | 67 | 131 | 34 | 27 | 120 | 50 |
| Binary | 10111000 | 1010011 | 10101 | 0 | 110111 | 1011001 | 11100 | 10111 | 1010000 | 101000 |
Color Harmonies of #B85315
Complementary color
Monochromatic Colors of #B85315
Black with #B85315
Text Example
Text Example
White with #B85315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85315; }
p { color: rgb(184,83,21); }
H1.HeaderClassName
{
color: #B85315;
}
.AnyTagClassName
{
color: #B85315;
}
</style>
background-color css
<style>
a { background-color: #B85315; }
a { background-color: rgb(184,83,21); }
div.DivClassName
{
background-color: #B85315;
}
.BgClassName
{
background-color: #B85315;
}
</style>
border-color css
<style>
span { border-color: #B85315; }
span { border-color: rgb(184,83,21); }
td.TdClassName
{
border-color: #B85315;
}
.TagClassName
{
border-color: #B85315;
}
</style>