Shades of Rust #B83714
Tints of Rust #B83714
RGB
CMYK
RGB Variations
Color information
#B83714 (or 0xB83714) is known color: Rust. HEX triplet: B8, 37 and 14. RGB value is (184,55,20). Sum of RGB (Red+Green+Blue) = 184+55+20=259 (34% of max value = 765). Red value is 184 (72.27% from 255 or 71.04% from 259); Green value is 55 (21.88% from 255 or 21.24% from 259); Blue value is 20 (8.20% from 255 or 7.72% from 259); Max value from RGB is 184 - color contains mainly: red. Hex color #B83714 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83714 is #47C8EB. Grayscale: #595959. Windows color (decimal): -4704492 or 1324984. OLE color: 1324984.
HSL color Cylindrical-coordinate representation of color #B83714: hue angle of 12.8º 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 #B83714 is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 55 | 20 | - |
| CMYK | 0 | 0.70 | 0.89 | 0.28 |
| HSL | 12.8º | 0.8% | 0.4% | - |
| HSV(B) | 12.8º | 0.89% | 0.72% | - |
| XYZ | 21.26 | 12.97 | 2.05 | - |
| YUV | 89.58 | 88.74 | 195.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 55 | 20 | 0 | 0.70 | 0.89 | 0.28 | 12.8 | 0.8 | 0.4 |
| Hex | B8 | 37 | 14 | 0 | 46 | 59 | 1C | D | 50 | 28 |
| Octal | 270 | 67 | 24 | 0 | 106 | 131 | 34 | 15 | 120 | 50 |
| Binary | 10111000 | 110111 | 10100 | 0 | 1000110 | 1011001 | 11100 | 1101 | 1010000 | 101000 |
Color Harmonies of #B83714
Complementary color
Monochromatic Colors of #B83714
Black with #B83714
Text Example
Text Example
White with #B83714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83714; }
p { color: rgb(184,55,20); }
H1.HeaderClassName
{
color: #B83714;
}
.AnyTagClassName
{
color: #B83714;
}
</style>
background-color css
<style>
a { background-color: #B83714; }
a { background-color: rgb(184,55,20); }
div.DivClassName
{
background-color: #B83714;
}
.BgClassName
{
background-color: #B83714;
}
</style>
border-color css
<style>
span { border-color: #B83714; }
span { border-color: rgb(184,55,20); }
td.TdClassName
{
border-color: #B83714;
}
.TagClassName
{
border-color: #B83714;
}
</style>