Shades of Rust #B2560B
Tints of Rust #B2560B
RGB
CMYK
RGB Variations
Color information
#B2560B (or 0xB2560B) is known color: Rust. HEX triplet: B2, 56 and 0B. RGB value is (178,86,11). Sum of RGB (Red+Green+Blue) = 178+86+11=275 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.73% from 275); Green value is 86 (33.98% from 255 or 31.27% from 275); Blue value is 11 (4.69% from 255 or 4% from 275); Max value from RGB is 178 - color contains mainly: red. Hex color #B2560B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B2560B is #4DA9F4. Grayscale: #696969. Windows color (decimal): -5089781 or 743090. OLE color: 743090.
HSL color Cylindrical-coordinate representation of color #B2560B: hue angle of 26.95º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B2560B is Cyan = 0, Magento = 0.52, Yellow = 0.94 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 86 | 11 | - |
| CMYK | 0 | 0.52 | 0.94 | 0.30 |
| HSL | 26.95º | 0.88% | 0.37% | - |
| HSV(B) | 26.95º | 0.94% | 0.7% | - |
| XYZ | 21.75 | 16.14 | 2.29 | - |
| YUV | 104.96 | 74.98 | 180.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 86 | 11 | 0 | 0.52 | 0.94 | 0.30 | 26.95 | 0.88 | 0.37 |
| Hex | B2 | 56 | B | 0 | 34 | 5E | 1E | 1B | 58 | 25 |
| Octal | 262 | 126 | 13 | 0 | 64 | 136 | 36 | 33 | 130 | 45 |
| Binary | 10110010 | 1010110 | 1011 | 0 | 110100 | 1011110 | 11110 | 11011 | 1011000 | 100101 |
Color Harmonies of #B2560B
Complementary color
Monochromatic Colors of #B2560B
Black with #B2560B
Text Example
Text Example
White with #B2560B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2560B; }
p { color: rgb(178,86,11); }
H1.HeaderClassName
{
color: #B2560B;
}
.AnyTagClassName
{
color: #B2560B;
}
</style>
background-color css
<style>
a { background-color: #B2560B; }
a { background-color: rgb(178,86,11); }
div.DivClassName
{
background-color: #B2560B;
}
.BgClassName
{
background-color: #B2560B;
}
</style>
border-color css
<style>
span { border-color: #B2560B; }
span { border-color: rgb(178,86,11); }
td.TdClassName
{
border-color: #B2560B;
}
.TagClassName
{
border-color: #B2560B;
}
</style>