Shades of Rust #B83516
Tints of Rust #B83516
RGB
CMYK
RGB Variations
Color information
#B83516 (or 0xB83516) is known color: Rust. HEX triplet: B8, 35 and 16. RGB value is (184,53,22). Sum of RGB (Red+Green+Blue) = 184+53+22=259 (34% of max value = 765). Red value is 184 (72.27% from 255 or 71.04% from 259); Green value is 53 (21.09% from 255 or 20.46% from 259); Blue value is 22 (8.98% from 255 or 8.49% from 259); Max value from RGB is 184 - color contains mainly: red. Hex color #B83516 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83516 is #47CAE9. Grayscale: #585858. Windows color (decimal): -4705002 or 1455544. OLE color: 1455544.
HSL color Cylindrical-coordinate representation of color #B83516: hue angle of 11.48º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B83516 is Cyan = 0, Magento = 0.71, Yellow = 0.88 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 53 | 22 | - |
| CMYK | 0 | 0.71 | 0.88 | 0.28 |
| HSL | 11.48º | 0.79% | 0.4% | - |
| HSV(B) | 11.48º | 0.88% | 0.72% | - |
| XYZ | 21.19 | 12.79 | 2.11 | - |
| YUV | 88.64 | 90.4 | 196.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 53 | 22 | 0 | 0.71 | 0.88 | 0.28 | 11.48 | 0.79 | 0.4 |
| Hex | B8 | 35 | 16 | 0 | 47 | 58 | 1C | B | 4F | 28 |
| Octal | 270 | 65 | 26 | 0 | 107 | 130 | 34 | 13 | 117 | 50 |
| Binary | 10111000 | 110101 | 10110 | 0 | 1000111 | 1011000 | 11100 | 1011 | 1001111 | 101000 |
Color Harmonies of #B83516
Complementary color
Monochromatic Colors of #B83516
Black with #B83516
Text Example
Text Example
White with #B83516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83516; }
p { color: rgb(184,53,22); }
H1.HeaderClassName
{
color: #B83516;
}
.AnyTagClassName
{
color: #B83516;
}
</style>
background-color css
<style>
a { background-color: #B83516; }
a { background-color: rgb(184,53,22); }
div.DivClassName
{
background-color: #B83516;
}
.BgClassName
{
background-color: #B83516;
}
</style>
border-color css
<style>
span { border-color: #B83516; }
span { border-color: rgb(184,53,22); }
td.TdClassName
{
border-color: #B83516;
}
.TagClassName
{
border-color: #B83516;
}
</style>