Shades of Rust #B84711
Tints of Rust #B84711
RGB
CMYK
RGB Variations
Color information
#B84711 (or 0xB84711) is known color: Rust. HEX triplet: B8, 47 and 11. RGB value is (184,71,17). Sum of RGB (Red+Green+Blue) = 184+71+17=272 (36% of max value = 765). Red value is 184 (72.27% from 255 or 67.65% from 272); Green value is 71 (28.12% from 255 or 26.10% from 272); Blue value is 17 (7.03% from 255 or 6.25% from 272); Max value from RGB is 184 - color contains mainly: red. Hex color #B84711 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B84711 is #47B8EE. Grayscale: #626262. Windows color (decimal): -4700399 or 1132472. OLE color: 1132472.
HSL color Cylindrical-coordinate representation of color #B84711: hue angle of 19.4º 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 #B84711 is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 71 | 17 | - |
| CMYK | 0 | 0.61 | 0.91 | 0.28 |
| HSL | 19.4º | 0.83% | 0.39% | - |
| HSV(B) | 19.4º | 0.91% | 0.72% | - |
| XYZ | 22.12 | 14.74 | 2.21 | - |
| YUV | 98.63 | 81.94 | 188.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 71 | 17 | 0 | 0.61 | 0.91 | 0.28 | 19.4 | 0.83 | 0.39 |
| Hex | B8 | 47 | 11 | 0 | 3D | 5B | 1C | 13 | 53 | 27 |
| Octal | 270 | 107 | 21 | 0 | 75 | 133 | 34 | 23 | 123 | 47 |
| Binary | 10111000 | 1000111 | 10001 | 0 | 111101 | 1011011 | 11100 | 10011 | 1010011 | 100111 |
Color Harmonies of #B84711
Complementary color
Monochromatic Colors of #B84711
Black with #B84711
Text Example
Text Example
White with #B84711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B84711; }
p { color: rgb(184,71,17); }
H1.HeaderClassName
{
color: #B84711;
}
.AnyTagClassName
{
color: #B84711;
}
</style>
background-color css
<style>
a { background-color: #B84711; }
a { background-color: rgb(184,71,17); }
div.DivClassName
{
background-color: #B84711;
}
.BgClassName
{
background-color: #B84711;
}
</style>
border-color css
<style>
span { border-color: #B84711; }
span { border-color: rgb(184,71,17); }
td.TdClassName
{
border-color: #B84711;
}
.TagClassName
{
border-color: #B84711;
}
</style>