Shades of Rust #B83713
Tints of Rust #B83713
RGB
CMYK
RGB Variations
Color information
#B83713 (or 0xB83713) is known color: Rust. HEX triplet: B8, 37 and 13. RGB value is (184,55,19). Sum of RGB (Red+Green+Blue) = 184+55+19=258 (34% of max value = 765). Red value is 184 (72.27% from 255 or 71.32% from 258); Green value is 55 (21.88% from 255 or 21.32% from 258); Blue value is 19 (7.81% from 255 or 7.36% from 258); Max value from RGB is 184 - color contains mainly: red. Hex color #B83713 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83713 is #47C8EC. Grayscale: #595959. Windows color (decimal): -4704493 or 1259448. OLE color: 1259448.
HSL color Cylindrical-coordinate representation of color #B83713: hue angle of 13.09º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B83713 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 55 | 19 | - |
| CMYK | 0 | 0.70 | 0.90 | 0.28 |
| HSL | 13.09º | 0.81% | 0.4% | - |
| HSV(B) | 13.09º | 0.9% | 0.72% | - |
| XYZ | 21.25 | 12.97 | 2 | - |
| YUV | 89.47 | 88.24 | 195.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 55 | 19 | 0 | 0.70 | 0.90 | 0.28 | 13.09 | 0.81 | 0.4 |
| Hex | B8 | 37 | 13 | 0 | 46 | 5A | 1C | D | 51 | 28 |
| Octal | 270 | 67 | 23 | 0 | 106 | 132 | 34 | 15 | 121 | 50 |
| Binary | 10111000 | 110111 | 10011 | 0 | 1000110 | 1011010 | 11100 | 1101 | 1010001 | 101000 |
Color Harmonies of #B83713
Complementary color
Monochromatic Colors of #B83713
Black with #B83713
Text Example
Text Example
White with #B83713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83713; }
p { color: rgb(184,55,19); }
H1.HeaderClassName
{
color: #B83713;
}
.AnyTagClassName
{
color: #B83713;
}
</style>
background-color css
<style>
a { background-color: #B83713; }
a { background-color: rgb(184,55,19); }
div.DivClassName
{
background-color: #B83713;
}
.BgClassName
{
background-color: #B83713;
}
</style>
border-color css
<style>
span { border-color: #B83713; }
span { border-color: rgb(184,55,19); }
td.TdClassName
{
border-color: #B83713;
}
.TagClassName
{
border-color: #B83713;
}
</style>