Shades of Rust #B6560B
Tints of Rust #B6560B
RGB
CMYK
RGB Variations
Color information
#B6560B (or 0xB6560B) is known color: Rust. HEX triplet: B6, 56 and 0B. RGB value is (182,86,11). Sum of RGB (Red+Green+Blue) = 182+86+11=279 (36% of max value = 765). Red value is 182 (71.48% from 255 or 65.23% from 279); Green value is 86 (33.98% from 255 or 30.82% from 279); Blue value is 11 (4.69% from 255 or 3.94% from 279); Max value from RGB is 182 - color contains mainly: red. Hex color #B6560B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B6560B is #49A9F4. Grayscale: #6A6A6A. Windows color (decimal): -4827637 or 743094. OLE color: 743094.
HSL color Cylindrical-coordinate representation of color #B6560B: hue angle of 26.32º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B6560B is Cyan = 0, Magento = 0.53, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 86 | 11 | - |
| CMYK | 0 | 0.53 | 0.94 | 0.29 |
| HSL | 26.32º | 0.89% | 0.38% | - |
| HSV(B) | 26.32º | 0.94% | 0.71% | - |
| XYZ | 22.68 | 16.62 | 2.33 | - |
| YUV | 106.15 | 74.3 | 182.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 86 | 11 | 0 | 0.53 | 0.94 | 0.29 | 26.32 | 0.89 | 0.38 |
| Hex | B6 | 56 | B | 0 | 35 | 5E | 1D | 1A | 59 | 26 |
| Octal | 266 | 126 | 13 | 0 | 65 | 136 | 35 | 32 | 131 | 46 |
| Binary | 10110110 | 1010110 | 1011 | 0 | 110101 | 1011110 | 11101 | 11010 | 1011001 | 100110 |
Color Harmonies of #B6560B
Complementary color
Monochromatic Colors of #B6560B
Black with #B6560B
Text Example
Text Example
White with #B6560B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6560B; }
p { color: rgb(182,86,11); }
H1.HeaderClassName
{
color: #B6560B;
}
.AnyTagClassName
{
color: #B6560B;
}
</style>
background-color css
<style>
a { background-color: #B6560B; }
a { background-color: rgb(182,86,11); }
div.DivClassName
{
background-color: #B6560B;
}
.BgClassName
{
background-color: #B6560B;
}
</style>
border-color css
<style>
span { border-color: #B6560B; }
span { border-color: rgb(182,86,11); }
td.TdClassName
{
border-color: #B6560B;
}
.TagClassName
{
border-color: #B6560B;
}
</style>