Shades of Rust #B83911
Tints of Rust #B83911
RGB
CMYK
RGB Variations
Color information
#B83911 (or 0xB83911) is known color: Rust. HEX triplet: B8, 39 and 11. RGB value is (184,57,17). Sum of RGB (Red+Green+Blue) = 184+57+17=258 (34% of max value = 765). Red value is 184 (72.27% from 255 or 71.32% from 258); Green value is 57 (22.66% from 255 or 22.09% from 258); Blue value is 17 (7.03% from 255 or 6.59% from 258); Max value from RGB is 184 - color contains mainly: red. Hex color #B83911 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83911 is #47C6EE. Grayscale: #5A5A5A. Windows color (decimal): -4703983 or 1128888. OLE color: 1128888.
HSL color Cylindrical-coordinate representation of color #B83911: hue angle of 14.37º 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 #B83911 is Cyan = 0, Magento = 0.69, Yellow = 0.91 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 57 | 17 | - |
| CMYK | 0 | 0.69 | 0.91 | 0.28 |
| HSL | 14.37º | 0.83% | 0.39% | - |
| HSV(B) | 14.37º | 0.91% | 0.72% | - |
| XYZ | 21.33 | 13.16 | 1.95 | - |
| YUV | 90.41 | 86.58 | 194.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 57 | 17 | 0 | 0.69 | 0.91 | 0.28 | 14.37 | 0.83 | 0.39 |
| Hex | B8 | 39 | 11 | 0 | 45 | 5B | 1C | E | 53 | 27 |
| Octal | 270 | 71 | 21 | 0 | 105 | 133 | 34 | 16 | 123 | 47 |
| Binary | 10111000 | 111001 | 10001 | 0 | 1000101 | 1011011 | 11100 | 1110 | 1010011 | 100111 |
Color Harmonies of #B83911
Complementary color
Monochromatic Colors of #B83911
Black with #B83911
Text Example
Text Example
White with #B83911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83911; }
p { color: rgb(184,57,17); }
H1.HeaderClassName
{
color: #B83911;
}
.AnyTagClassName
{
color: #B83911;
}
</style>
background-color css
<style>
a { background-color: #B83911; }
a { background-color: rgb(184,57,17); }
div.DivClassName
{
background-color: #B83911;
}
.BgClassName
{
background-color: #B83911;
}
</style>
border-color css
<style>
span { border-color: #B83911; }
span { border-color: rgb(184,57,17); }
td.TdClassName
{
border-color: #B83911;
}
.TagClassName
{
border-color: #B83911;
}
</style>