Shades of Rust #B84516
Tints of Rust #B84516
RGB
CMYK
RGB Variations
Color information
#B84516 (or 0xB84516) is known color: Rust. HEX triplet: B8, 45 and 16. RGB value is (184,69,22). Sum of RGB (Red+Green+Blue) = 184+69+22=275 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.91% from 275); Green value is 69 (27.34% from 255 or 25.09% from 275); Blue value is 22 (8.98% from 255 or 8% from 275); Max value from RGB is 184 - color contains mainly: red. Hex color #B84516 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B84516 is #47BAE9. Grayscale: #626262. Windows color (decimal): -4700906 or 1459640. OLE color: 1459640.
HSL color Cylindrical-coordinate representation of color #B84516: hue angle of 17.41º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B84516 is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 69 | 22 | - |
| CMYK | 0 | 0.62 | 0.88 | 0.28 |
| HSL | 17.41º | 0.79% | 0.4% | - |
| HSV(B) | 17.41º | 0.88% | 0.72% | - |
| XYZ | 22.04 | 14.5 | 2.4 | - |
| YUV | 98.03 | 85.1 | 189.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 69 | 22 | 0 | 0.62 | 0.88 | 0.28 | 17.41 | 0.79 | 0.4 |
| Hex | B8 | 45 | 16 | 0 | 3E | 58 | 1C | 11 | 4F | 28 |
| Octal | 270 | 105 | 26 | 0 | 76 | 130 | 34 | 21 | 117 | 50 |
| Binary | 10111000 | 1000101 | 10110 | 0 | 111110 | 1011000 | 11100 | 10001 | 1001111 | 101000 |
Color Harmonies of #B84516
Complementary color
Monochromatic Colors of #B84516
Black with #B84516
Text Example
Text Example
White with #B84516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84516; }
p { color: rgb(184,69,22); }
H1.HeaderClassName
{
color: #B84516;
}
.AnyTagClassName
{
color: #B84516;
}
</style>
background-color css
<style>
a { background-color: #B84516; }
a { background-color: rgb(184,69,22); }
div.DivClassName
{
background-color: #B84516;
}
.BgClassName
{
background-color: #B84516;
}
</style>
border-color css
<style>
span { border-color: #B84516; }
span { border-color: rgb(184,69,22); }
td.TdClassName
{
border-color: #B84516;
}
.TagClassName
{
border-color: #B84516;
}
</style>