Shades of Rust #B85011
Tints of Rust #B85011
RGB
CMYK
RGB Variations
Color information
#B85011 (or 0xB85011) is known color: Rust. HEX triplet: B8, 50 and 11. RGB value is (184,80,17). Sum of RGB (Red+Green+Blue) = 184+80+17=281 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.48% from 281); Green value is 80 (31.64% from 255 or 28.47% from 281); Blue value is 17 (7.03% from 255 or 6.05% from 281); Max value from RGB is 184 - color contains mainly: red. Hex color #B85011 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85011 is #47AFEE. Grayscale: #686868. Windows color (decimal): -4698095 or 1134776. OLE color: 1134776.
HSL color Cylindrical-coordinate representation of color #B85011: hue angle of 22.63º 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 #B85011 is Cyan = 0, Magento = 0.57, Yellow = 0.91 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 80 | 17 | - |
| CMYK | 0 | 0.57 | 0.91 | 0.28 |
| HSL | 22.63º | 0.83% | 0.39% | - |
| HSV(B) | 22.63º | 0.91% | 0.72% | - |
| XYZ | 22.74 | 15.97 | 2.41 | - |
| YUV | 103.91 | 78.96 | 185.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 80 | 17 | 0 | 0.57 | 0.91 | 0.28 | 22.63 | 0.83 | 0.39 |
| Hex | B8 | 50 | 11 | 0 | 39 | 5B | 1C | 17 | 53 | 27 |
| Octal | 270 | 120 | 21 | 0 | 71 | 133 | 34 | 27 | 123 | 47 |
| Binary | 10111000 | 1010000 | 10001 | 0 | 111001 | 1011011 | 11100 | 10111 | 1010011 | 100111 |
Color Harmonies of #B85011
Complementary color
Monochromatic Colors of #B85011
Black with #B85011
Text Example
Text Example
White with #B85011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B85011; }
p { color: rgb(184,80,17); }
H1.HeaderClassName
{
color: #B85011;
}
.AnyTagClassName
{
color: #B85011;
}
</style>
background-color css
<style>
a { background-color: #B85011; }
a { background-color: rgb(184,80,17); }
div.DivClassName
{
background-color: #B85011;
}
.BgClassName
{
background-color: #B85011;
}
</style>
border-color css
<style>
span { border-color: #B85011; }
span { border-color: rgb(184,80,17); }
td.TdClassName
{
border-color: #B85011;
}
.TagClassName
{
border-color: #B85011;
}
</style>