Shades of Rust #B8560C
Tints of Rust #B8560C
RGB
CMYK
RGB Variations
Color information
#B8560C (or 0xB8560C) is known color: Rust. HEX triplet: B8, 56 and 0C. RGB value is (184,86,12). Sum of RGB (Red+Green+Blue) = 184+86+12=282 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.25% from 282); Green value is 86 (33.98% from 255 or 30.50% from 282); Blue value is 12 (5.08% from 255 or 4.26% from 282); Max value from RGB is 184 - color contains mainly: red. Hex color #B8560C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B8560C is #47A9F3. Grayscale: #6B6B6B. Windows color (decimal): -4696564 or 808632. OLE color: 808632.
HSL color Cylindrical-coordinate representation of color #B8560C: hue angle of 25.81º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B8560C is Cyan = 0, Magento = 0.53, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 86 | 12 | - |
| CMYK | 0 | 0.53 | 0.93 | 0.28 |
| HSL | 25.81º | 0.88% | 0.38% | - |
| HSV(B) | 25.81º | 0.93% | 0.72% | - |
| XYZ | 23.16 | 16.87 | 2.38 | - |
| YUV | 106.87 | 74.47 | 183.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 86 | 12 | 0 | 0.53 | 0.93 | 0.28 | 25.81 | 0.88 | 0.38 |
| Hex | B8 | 56 | C | 0 | 35 | 5D | 1C | 1A | 58 | 26 |
| Octal | 270 | 126 | 14 | 0 | 65 | 135 | 34 | 32 | 130 | 46 |
| Binary | 10111000 | 1010110 | 1100 | 0 | 110101 | 1011101 | 11100 | 11010 | 1011000 | 100110 |
Color Harmonies of #B8560C
Complementary color
Monochromatic Colors of #B8560C
Black with #B8560C
Text Example
Text Example
White with #B8560C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8560C; }
p { color: rgb(184,86,12); }
H1.HeaderClassName
{
color: #B8560C;
}
.AnyTagClassName
{
color: #B8560C;
}
</style>
background-color css
<style>
a { background-color: #B8560C; }
a { background-color: rgb(184,86,12); }
div.DivClassName
{
background-color: #B8560C;
}
.BgClassName
{
background-color: #B8560C;
}
</style>
border-color css
<style>
span { border-color: #B8560C; }
span { border-color: rgb(184,86,12); }
td.TdClassName
{
border-color: #B8560C;
}
.TagClassName
{
border-color: #B8560C;
}
</style>