Shades of Rust #B83716
Tints of Rust #B83716
RGB
CMYK
RGB Variations
Color information
#B83716 (or 0xB83716) is known color: Rust. HEX triplet: B8, 37 and 16. RGB value is (184,55,22). Sum of RGB (Red+Green+Blue) = 184+55+22=261 (34% of max value = 765). Red value is 184 (72.27% from 255 or 70.50% from 261); Green value is 55 (21.88% from 255 or 21.07% from 261); Blue value is 22 (8.98% from 255 or 8.43% from 261); Max value from RGB is 184 - color contains mainly: red. Hex color #B83716 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83716 is #47C8E9. Grayscale: #5A5A5A. Windows color (decimal): -4704490 or 1456056. OLE color: 1456056.
HSL color Cylindrical-coordinate representation of color #B83716: hue angle of 12.22º 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 #B83716 is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 55 | 22 | - |
| CMYK | 0 | 0.70 | 0.88 | 0.28 |
| HSL | 12.22º | 0.79% | 0.4% | - |
| HSV(B) | 12.22º | 0.88% | 0.72% | - |
| XYZ | 21.28 | 12.98 | 2.14 | - |
| YUV | 89.81 | 89.74 | 195.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 55 | 22 | 0 | 0.70 | 0.88 | 0.28 | 12.22 | 0.79 | 0.4 |
| Hex | B8 | 37 | 16 | 0 | 46 | 58 | 1C | C | 4F | 28 |
| Octal | 270 | 67 | 26 | 0 | 106 | 130 | 34 | 14 | 117 | 50 |
| Binary | 10111000 | 110111 | 10110 | 0 | 1000110 | 1011000 | 11100 | 1100 | 1001111 | 101000 |
Color Harmonies of #B83716
Complementary color
Monochromatic Colors of #B83716
Black with #B83716
Text Example
Text Example
White with #B83716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83716; }
p { color: rgb(184,55,22); }
H1.HeaderClassName
{
color: #B83716;
}
.AnyTagClassName
{
color: #B83716;
}
</style>
background-color css
<style>
a { background-color: #B83716; }
a { background-color: rgb(184,55,22); }
div.DivClassName
{
background-color: #B83716;
}
.BgClassName
{
background-color: #B83716;
}
</style>
border-color css
<style>
span { border-color: #B83716; }
span { border-color: rgb(184,55,22); }
td.TdClassName
{
border-color: #B83716;
}
.TagClassName
{
border-color: #B83716;
}
</style>