Shades of Rust #B5560C
Tints of Rust #B5560C
RGB
CMYK
RGB Variations
Color information
#B5560C (or 0xB5560C) is known color: Rust. HEX triplet: B5, 56 and 0C. RGB value is (181,86,12). Sum of RGB (Red+Green+Blue) = 181+86+12=279 (36% of max value = 765). Red value is 181 (71.09% from 255 or 64.87% from 279); Green value is 86 (33.98% from 255 or 30.82% from 279); Blue value is 12 (5.08% from 255 or 4.30% from 279); Max value from RGB is 181 - color contains mainly: red. Hex color #B5560C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B5560C is #4AA9F3. Grayscale: #6A6A6A. Windows color (decimal): -4893172 or 808629. OLE color: 808629.
HSL color Cylindrical-coordinate representation of color #B5560C: hue angle of 26.27º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B5560C is Cyan = 0, Magento = 0.52, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 86 | 12 | - |
| CMYK | 0 | 0.52 | 0.93 | 0.29 |
| HSL | 26.27º | 0.88% | 0.38% | - |
| HSV(B) | 26.27º | 0.93% | 0.71% | - |
| XYZ | 22.45 | 16.51 | 2.35 | - |
| YUV | 105.97 | 74.97 | 181.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 86 | 12 | 0 | 0.52 | 0.93 | 0.29 | 26.27 | 0.88 | 0.38 |
| Hex | B5 | 56 | C | 0 | 34 | 5D | 1D | 1A | 58 | 26 |
| Octal | 265 | 126 | 14 | 0 | 64 | 135 | 35 | 32 | 130 | 46 |
| Binary | 10110101 | 1010110 | 1100 | 0 | 110100 | 1011101 | 11101 | 11010 | 1011000 | 100110 |
Color Harmonies of #B5560C
Complementary color
Monochromatic Colors of #B5560C
Black with #B5560C
Text Example
Text Example
White with #B5560C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5560C; }
p { color: rgb(181,86,12); }
H1.HeaderClassName
{
color: #B5560C;
}
.AnyTagClassName
{
color: #B5560C;
}
</style>
background-color css
<style>
a { background-color: #B5560C; }
a { background-color: rgb(181,86,12); }
div.DivClassName
{
background-color: #B5560C;
}
.BgClassName
{
background-color: #B5560C;
}
</style>
border-color css
<style>
span { border-color: #B5560C; }
span { border-color: rgb(181,86,12); }
td.TdClassName
{
border-color: #B5560C;
}
.TagClassName
{
border-color: #B5560C;
}
</style>