Shades of Rust #B83513
Tints of Rust #B83513
RGB
CMYK
RGB Variations
Color information
#B83513 (or 0xB83513) is known color: Rust. HEX triplet: B8, 35 and 13. RGB value is (184,53,19). Sum of RGB (Red+Green+Blue) = 184+53+19=256 (33% of max value = 765). Red value is 184 (72.27% from 255 or 71.88% from 256); Green value is 53 (21.09% from 255 or 20.70% from 256); Blue value is 19 (7.81% from 255 or 7.42% from 256); Max value from RGB is 184 - color contains mainly: red. Hex color #B83513 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83513 is #47CAEC. Grayscale: #585858. Windows color (decimal): -4705005 or 1258936. OLE color: 1258936.
HSL color Cylindrical-coordinate representation of color #B83513: hue angle of 12.36º 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 #B83513 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 53 | 19 | - |
| CMYK | 0 | 0.71 | 0.90 | 0.28 |
| HSL | 12.36º | 0.81% | 0.4% | - |
| HSV(B) | 12.36º | 0.9% | 0.72% | - |
| XYZ | 21.16 | 12.78 | 1.97 | - |
| YUV | 88.29 | 88.9 | 196.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 53 | 19 | 0 | 0.71 | 0.90 | 0.28 | 12.36 | 0.81 | 0.4 |
| Hex | B8 | 35 | 13 | 0 | 47 | 5A | 1C | C | 51 | 28 |
| Octal | 270 | 65 | 23 | 0 | 107 | 132 | 34 | 14 | 121 | 50 |
| Binary | 10111000 | 110101 | 10011 | 0 | 1000111 | 1011010 | 11100 | 1100 | 1010001 | 101000 |
Color Harmonies of #B83513
Complementary color
Monochromatic Colors of #B83513
Black with #B83513
Text Example
Text Example
White with #B83513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83513; }
p { color: rgb(184,53,19); }
H1.HeaderClassName
{
color: #B83513;
}
.AnyTagClassName
{
color: #B83513;
}
</style>
background-color css
<style>
a { background-color: #B83513; }
a { background-color: rgb(184,53,19); }
div.DivClassName
{
background-color: #B83513;
}
.BgClassName
{
background-color: #B83513;
}
</style>
border-color css
<style>
span { border-color: #B83513; }
span { border-color: rgb(184,53,19); }
td.TdClassName
{
border-color: #B83513;
}
.TagClassName
{
border-color: #B83513;
}
</style>