Shades of Rust #B84015
Tints of Rust #B84015
RGB
CMYK
RGB Variations
Color information
#B84015 (or 0xB84015) is known color: Rust. HEX triplet: B8, 40 and 15. RGB value is (184,64,21). Sum of RGB (Red+Green+Blue) = 184+64+21=269 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.40% from 269); Green value is 64 (25.39% from 255 or 23.79% from 269); Blue value is 21 (8.59% from 255 or 7.81% from 269); Max value from RGB is 184 - color contains mainly: red. Hex color #B84015 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B84015 is #47BFEA. Grayscale: #5F5F5F. Windows color (decimal): -4702187 or 1392824. OLE color: 1392824.
HSL color Cylindrical-coordinate representation of color #B84015: hue angle of 15.83º 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 #B84015 is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 64 | 21 | - |
| CMYK | 0 | 0.65 | 0.89 | 0.28 |
| HSL | 15.83º | 0.8% | 0.4% | - |
| HSV(B) | 15.83º | 0.89% | 0.72% | - |
| XYZ | 21.74 | 13.91 | 2.25 | - |
| YUV | 94.98 | 86.26 | 191.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 64 | 21 | 0 | 0.65 | 0.89 | 0.28 | 15.83 | 0.8 | 0.4 |
| Hex | B8 | 40 | 15 | 0 | 41 | 59 | 1C | 10 | 50 | 28 |
| Octal | 270 | 100 | 25 | 0 | 101 | 131 | 34 | 20 | 120 | 50 |
| Binary | 10111000 | 1000000 | 10101 | 0 | 1000001 | 1011001 | 11100 | 10000 | 1010000 | 101000 |
Color Harmonies of #B84015
Complementary color
Monochromatic Colors of #B84015
Black with #B84015
Text Example
Text Example
White with #B84015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84015; }
p { color: rgb(184,64,21); }
H1.HeaderClassName
{
color: #B84015;
}
.AnyTagClassName
{
color: #B84015;
}
</style>
background-color css
<style>
a { background-color: #B84015; }
a { background-color: rgb(184,64,21); }
div.DivClassName
{
background-color: #B84015;
}
.BgClassName
{
background-color: #B84015;
}
</style>
border-color css
<style>
span { border-color: #B84015; }
span { border-color: rgb(184,64,21); }
td.TdClassName
{
border-color: #B84015;
}
.TagClassName
{
border-color: #B84015;
}
</style>