Shades of Rust #B65111
Tints of Rust #B65111
RGB
CMYK
RGB Variations
Color information
#B65111 (or 0xB65111) is known color: Rust. HEX triplet: B6, 51 and 11. RGB value is (182,81,17). Sum of RGB (Red+Green+Blue) = 182+81+17=280 (37% of max value = 765). Red value is 182 (71.48% from 255 or 65% from 280); Green value is 81 (32.03% from 255 or 28.93% from 280); Blue value is 17 (7.03% from 255 or 6.07% from 280); Max value from RGB is 182 - color contains mainly: red. Hex color #B65111 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65111 is #49AEEE. Grayscale: #686868. Windows color (decimal): -4828911 or 1135030. OLE color: 1135030.
HSL color Cylindrical-coordinate representation of color #B65111: hue angle of 23.27º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B65111 is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 81 | 17 | - |
| CMYK | 0 | 0.55 | 0.91 | 0.29 |
| HSL | 23.27º | 0.83% | 0.39% | - |
| HSV(B) | 23.27º | 0.91% | 0.71% | - |
| XYZ | 22.34 | 15.87 | 2.42 | - |
| YUV | 103.9 | 78.96 | 183.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 81 | 17 | 0 | 0.55 | 0.91 | 0.29 | 23.27 | 0.83 | 0.39 |
| Hex | B6 | 51 | 11 | 0 | 37 | 5B | 1D | 17 | 53 | 27 |
| Octal | 266 | 121 | 21 | 0 | 67 | 133 | 35 | 27 | 123 | 47 |
| Binary | 10110110 | 1010001 | 10001 | 0 | 110111 | 1011011 | 11101 | 10111 | 1010011 | 100111 |
Color Harmonies of #B65111
Complementary color
Monochromatic Colors of #B65111
Black with #B65111
Text Example
Text Example
White with #B65111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65111; }
p { color: rgb(182,81,17); }
H1.HeaderClassName
{
color: #B65111;
}
.AnyTagClassName
{
color: #B65111;
}
</style>
background-color css
<style>
a { background-color: #B65111; }
a { background-color: rgb(182,81,17); }
div.DivClassName
{
background-color: #B65111;
}
.BgClassName
{
background-color: #B65111;
}
</style>
border-color css
<style>
span { border-color: #B65111; }
span { border-color: rgb(182,81,17); }
td.TdClassName
{
border-color: #B65111;
}
.TagClassName
{
border-color: #B65111;
}
</style>