Shades of Rust #B83816
Tints of Rust #B83816
RGB
CMYK
RGB Variations
Color information
#B83816 (or 0xB83816) is known color: Rust. HEX triplet: B8, 38 and 16. RGB value is (184,56,22). Sum of RGB (Red+Green+Blue) = 184+56+22=262 (34% of max value = 765). Red value is 184 (72.27% from 255 or 70.23% from 262); Green value is 56 (22.27% from 255 or 21.37% from 262); Blue value is 22 (8.98% from 255 or 8.40% from 262); Max value from RGB is 184 - color contains mainly: red. Hex color #B83816 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83816 is #47C7E9. Grayscale: #5A5A5A. Windows color (decimal): -4704234 or 1456312. OLE color: 1456312.
HSL color Cylindrical-coordinate representation of color #B83816: hue angle of 12.59º 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 #B83816 is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 56 | 22 | - |
| CMYK | 0 | 0.70 | 0.88 | 0.28 |
| HSL | 12.59º | 0.79% | 0.4% | - |
| HSV(B) | 12.59º | 0.88% | 0.72% | - |
| XYZ | 21.33 | 13.08 | 2.16 | - |
| YUV | 90.4 | 89.41 | 194.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 56 | 22 | 0 | 0.70 | 0.88 | 0.28 | 12.59 | 0.79 | 0.4 |
| Hex | B8 | 38 | 16 | 0 | 46 | 58 | 1C | D | 4F | 28 |
| Octal | 270 | 70 | 26 | 0 | 106 | 130 | 34 | 15 | 117 | 50 |
| Binary | 10111000 | 111000 | 10110 | 0 | 1000110 | 1011000 | 11100 | 1101 | 1001111 | 101000 |
Color Harmonies of #B83816
Complementary color
Monochromatic Colors of #B83816
Black with #B83816
Text Example
Text Example
White with #B83816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83816; }
p { color: rgb(184,56,22); }
H1.HeaderClassName
{
color: #B83816;
}
.AnyTagClassName
{
color: #B83816;
}
</style>
background-color css
<style>
a { background-color: #B83816; }
a { background-color: rgb(184,56,22); }
div.DivClassName
{
background-color: #B83816;
}
.BgClassName
{
background-color: #B83816;
}
</style>
border-color css
<style>
span { border-color: #B83816; }
span { border-color: rgb(184,56,22); }
td.TdClassName
{
border-color: #B83816;
}
.TagClassName
{
border-color: #B83816;
}
</style>