Shades of Rust #B83711
Tints of Rust #B83711
RGB
CMYK
RGB Variations
Color information
#B83711 (or 0xB83711) is known color: Rust. HEX triplet: B8, 37 and 11. RGB value is (184,55,17). Sum of RGB (Red+Green+Blue) = 184+55+17=256 (33% of max value = 765). Red value is 184 (72.27% from 255 or 71.88% from 256); Green value is 55 (21.88% from 255 or 21.48% from 256); Blue value is 17 (7.03% from 255 or 6.64% from 256); Max value from RGB is 184 - color contains mainly: red. Hex color #B83711 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B83711 is #47C8EE. Grayscale: #595959. Windows color (decimal): -4704495 or 1128376. OLE color: 1128376.
HSL color Cylindrical-coordinate representation of color #B83711: hue angle of 13.65º 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 #B83711 is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 55 | 17 | - |
| CMYK | 0 | 0.70 | 0.91 | 0.28 |
| HSL | 13.65º | 0.83% | 0.39% | - |
| HSV(B) | 13.65º | 0.91% | 0.72% | - |
| XYZ | 21.23 | 12.96 | 1.91 | - |
| YUV | 89.24 | 87.24 | 195.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 55 | 17 | 0 | 0.70 | 0.91 | 0.28 | 13.65 | 0.83 | 0.39 |
| Hex | B8 | 37 | 11 | 0 | 46 | 5B | 1C | E | 53 | 27 |
| Octal | 270 | 67 | 21 | 0 | 106 | 133 | 34 | 16 | 123 | 47 |
| Binary | 10111000 | 110111 | 10001 | 0 | 1000110 | 1011011 | 11100 | 1110 | 1010011 | 100111 |
Color Harmonies of #B83711
Complementary color
Monochromatic Colors of #B83711
Black with #B83711
Text Example
Text Example
White with #B83711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83711; }
p { color: rgb(184,55,17); }
H1.HeaderClassName
{
color: #B83711;
}
.AnyTagClassName
{
color: #B83711;
}
</style>
background-color css
<style>
a { background-color: #B83711; }
a { background-color: rgb(184,55,17); }
div.DivClassName
{
background-color: #B83711;
}
.BgClassName
{
background-color: #B83711;
}
</style>
border-color css
<style>
span { border-color: #B83711; }
span { border-color: rgb(184,55,17); }
td.TdClassName
{
border-color: #B83711;
}
.TagClassName
{
border-color: #B83711;
}
</style>