Shades of Rust #B84011
Tints of Rust #B84011
RGB
CMYK
RGB Variations
Color information
#B84011 (or 0xB84011) is known color: Rust. HEX triplet: B8, 40 and 11. RGB value is (184,64,17). Sum of RGB (Red+Green+Blue) = 184+64+17=265 (35% of max value = 765). Red value is 184 (72.27% from 255 or 69.43% from 265); Green value is 64 (25.39% from 255 or 24.15% from 265); Blue value is 17 (7.03% from 255 or 6.42% from 265); Max value from RGB is 184 - color contains mainly: red. Hex color #B84011 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B84011 is #47BFEE. Grayscale: #5E5E5E. Windows color (decimal): -4702191 or 1130680. OLE color: 1130680.
HSL color Cylindrical-coordinate representation of color #B84011: hue angle of 16.89º 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 #B84011 is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 64 | 17 | - |
| CMYK | 0 | 0.65 | 0.91 | 0.28 |
| HSL | 16.89º | 0.83% | 0.39% | - |
| HSV(B) | 16.89º | 0.91% | 0.72% | - |
| XYZ | 21.7 | 13.9 | 2.07 | - |
| YUV | 94.52 | 84.26 | 191.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 64 | 17 | 0 | 0.65 | 0.91 | 0.28 | 16.89 | 0.83 | 0.39 |
| Hex | B8 | 40 | 11 | 0 | 41 | 5B | 1C | 11 | 53 | 27 |
| Octal | 270 | 100 | 21 | 0 | 101 | 133 | 34 | 21 | 123 | 47 |
| Binary | 10111000 | 1000000 | 10001 | 0 | 1000001 | 1011011 | 11100 | 10001 | 1010011 | 100111 |
Color Harmonies of #B84011
Complementary color
Monochromatic Colors of #B84011
Black with #B84011
Text Example
Text Example
White with #B84011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84011; }
p { color: rgb(184,64,17); }
H1.HeaderClassName
{
color: #B84011;
}
.AnyTagClassName
{
color: #B84011;
}
</style>
background-color css
<style>
a { background-color: #B84011; }
a { background-color: rgb(184,64,17); }
div.DivClassName
{
background-color: #B84011;
}
.BgClassName
{
background-color: #B84011;
}
</style>
border-color css
<style>
span { border-color: #B84011; }
span { border-color: rgb(184,64,17); }
td.TdClassName
{
border-color: #B84011;
}
.TagClassName
{
border-color: #B84011;
}
</style>