Shades of Rust #B84713
Tints of Rust #B84713
RGB
CMYK
RGB Variations
Color information
#B84713 (or 0xB84713) is known color: Rust. HEX triplet: B8, 47 and 13. RGB value is (184,71,19). Sum of RGB (Red+Green+Blue) = 184+71+19=274 (36% of max value = 765). Red value is 184 (72.27% from 255 or 67.15% from 274); Green value is 71 (28.12% from 255 or 25.91% from 274); Blue value is 19 (7.81% from 255 or 6.93% from 274); Max value from RGB is 184 - color contains mainly: red. Hex color #B84713 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B84713 is #47B8EC. Grayscale: #636363. Windows color (decimal): -4700397 or 1263544. OLE color: 1263544.
HSL color Cylindrical-coordinate representation of color #B84713: hue angle of 18.91º 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 #B84713 is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 71 | 19 | - |
| CMYK | 0 | 0.61 | 0.90 | 0.28 |
| HSL | 18.91º | 0.81% | 0.4% | - |
| HSV(B) | 18.91º | 0.9% | 0.72% | - |
| XYZ | 22.14 | 14.74 | 2.3 | - |
| YUV | 98.86 | 82.94 | 188.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 71 | 19 | 0 | 0.61 | 0.90 | 0.28 | 18.91 | 0.81 | 0.4 |
| Hex | B8 | 47 | 13 | 0 | 3D | 5A | 1C | 13 | 51 | 28 |
| Octal | 270 | 107 | 23 | 0 | 75 | 132 | 34 | 23 | 121 | 50 |
| Binary | 10111000 | 1000111 | 10011 | 0 | 111101 | 1011010 | 11100 | 10011 | 1010001 | 101000 |
Color Harmonies of #B84713
Complementary color
Monochromatic Colors of #B84713
Black with #B84713
Text Example
Text Example
White with #B84713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84713; }
p { color: rgb(184,71,19); }
H1.HeaderClassName
{
color: #B84713;
}
.AnyTagClassName
{
color: #B84713;
}
</style>
background-color css
<style>
a { background-color: #B84713; }
a { background-color: rgb(184,71,19); }
div.DivClassName
{
background-color: #B84713;
}
.BgClassName
{
background-color: #B84713;
}
</style>
border-color css
<style>
span { border-color: #B84713; }
span { border-color: rgb(184,71,19); }
td.TdClassName
{
border-color: #B84713;
}
.TagClassName
{
border-color: #B84713;
}
</style>