Shades of Rust #B8540C
Tints of Rust #B8540C
RGB
CMYK
RGB Variations
Color information
#B8540C (or 0xB8540C) is known color: Rust. HEX triplet: B8, 54 and 0C. RGB value is (184,84,12). Sum of RGB (Red+Green+Blue) = 184+84+12=280 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.71% from 280); Green value is 84 (33.20% from 255 or 30% from 280); Blue value is 12 (5.08% from 255 or 4.29% from 280); Max value from RGB is 184 - color contains mainly: red. Hex color #B8540C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B8540C is #47ABF3. Grayscale: #6A6A6A. Windows color (decimal): -4697076 or 808120. OLE color: 808120.
HSL color Cylindrical-coordinate representation of color #B8540C: hue angle of 25.12º 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 #B8540C is Cyan = 0, Magento = 0.54, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 84 | 12 | - |
| CMYK | 0 | 0.54 | 0.93 | 0.28 |
| HSL | 25.12º | 0.88% | 0.38% | - |
| HSV(B) | 25.12º | 0.93% | 0.72% | - |
| XYZ | 23 | 16.56 | 2.33 | - |
| YUV | 105.69 | 75.13 | 183.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 84 | 12 | 0 | 0.54 | 0.93 | 0.28 | 25.12 | 0.88 | 0.38 |
| Hex | B8 | 54 | C | 0 | 36 | 5D | 1C | 19 | 58 | 26 |
| Octal | 270 | 124 | 14 | 0 | 66 | 135 | 34 | 31 | 130 | 46 |
| Binary | 10111000 | 1010100 | 1100 | 0 | 110110 | 1011101 | 11100 | 11001 | 1011000 | 100110 |
Color Harmonies of #B8540C
Complementary color
Monochromatic Colors of #B8540C
Black with #B8540C
Text Example
Text Example
White with #B8540C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8540C; }
p { color: rgb(184,84,12); }
H1.HeaderClassName
{
color: #B8540C;
}
.AnyTagClassName
{
color: #B8540C;
}
</style>
background-color css
<style>
a { background-color: #B8540C; }
a { background-color: rgb(184,84,12); }
div.DivClassName
{
background-color: #B8540C;
}
.BgClassName
{
background-color: #B8540C;
}
</style>
border-color css
<style>
span { border-color: #B8540C; }
span { border-color: rgb(184,84,12); }
td.TdClassName
{
border-color: #B8540C;
}
.TagClassName
{
border-color: #B8540C;
}
</style>