Shades of Rust #B84C11
Tints of Rust #B84C11
RGB
CMYK
RGB Variations
Color information
#B84C11 (or 0xB84C11) is known color: Rust. HEX triplet: B8, 4C and 11. RGB value is (184,76,17). Sum of RGB (Red+Green+Blue) = 184+76+17=277 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.43% from 277); Green value is 76 (30.08% from 255 or 27.44% from 277); Blue value is 17 (7.03% from 255 or 6.14% from 277); Max value from RGB is 184 - color contains mainly: red. Hex color #B84C11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B84C11 is #47B3EE. Grayscale: #656565. Windows color (decimal): -4699119 or 1133752. OLE color: 1133752.
HSL color Cylindrical-coordinate representation of color #B84C11: hue angle of 21.2º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B84C11 is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 76 | 17 | - |
| CMYK | 0 | 0.59 | 0.91 | 0.28 |
| HSL | 21.2º | 0.83% | 0.39% | - |
| HSV(B) | 21.2º | 0.91% | 0.72% | - |
| XYZ | 22.45 | 15.4 | 2.32 | - |
| YUV | 101.57 | 80.28 | 186.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 76 | 17 | 0 | 0.59 | 0.91 | 0.28 | 21.2 | 0.83 | 0.39 |
| Hex | B8 | 4C | 11 | 0 | 3B | 5B | 1C | 15 | 53 | 27 |
| Octal | 270 | 114 | 21 | 0 | 73 | 133 | 34 | 25 | 123 | 47 |
| Binary | 10111000 | 1001100 | 10001 | 0 | 111011 | 1011011 | 11100 | 10101 | 1010011 | 100111 |
Color Harmonies of #B84C11
Complementary color
Monochromatic Colors of #B84C11
Black with #B84C11
Text Example
Text Example
White with #B84C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84C11; }
p { color: rgb(184,76,17); }
H1.HeaderClassName
{
color: #B84C11;
}
.AnyTagClassName
{
color: #B84C11;
}
</style>
background-color css
<style>
a { background-color: #B84C11; }
a { background-color: rgb(184,76,17); }
div.DivClassName
{
background-color: #B84C11;
}
.BgClassName
{
background-color: #B84C11;
}
</style>
border-color css
<style>
span { border-color: #B84C11; }
span { border-color: rgb(184,76,17); }
td.TdClassName
{
border-color: #B84C11;
}
.TagClassName
{
border-color: #B84C11;
}
</style>