Shades of Rust #B9540C
Tints of Rust #B9540C
RGB
CMYK
RGB Variations
Color information
#B9540C (or 0xB9540C) is known color: Rust. HEX triplet: B9, 54 and 0C. RGB value is (185,84,12). Sum of RGB (Red+Green+Blue) = 185+84+12=281 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.84% from 281); Green value is 84 (33.20% from 255 or 29.89% from 281); Blue value is 12 (5.08% from 255 or 4.27% from 281); Max value from RGB is 185 - color contains mainly: red. Hex color #B9540C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B9540C is #46ABF3. Grayscale: #6A6A6A. Windows color (decimal): -4631540 or 808121. OLE color: 808121.
HSL color Cylindrical-coordinate representation of color #B9540C: hue angle of 24.97º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B9540C is Cyan = 0, Magento = 0.55, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 84 | 12 | - |
| CMYK | 0 | 0.55 | 0.94 | 0.27 |
| HSL | 24.97º | 0.88% | 0.39% | - |
| HSV(B) | 24.97º | 0.94% | 0.73% | - |
| XYZ | 23.24 | 16.68 | 2.34 | - |
| YUV | 105.99 | 74.96 | 184.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 84 | 12 | 0 | 0.55 | 0.94 | 0.27 | 24.97 | 0.88 | 0.39 |
| Hex | B9 | 54 | C | 0 | 37 | 5E | 1B | 19 | 58 | 27 |
| Octal | 271 | 124 | 14 | 0 | 67 | 136 | 33 | 31 | 130 | 47 |
| Binary | 10111001 | 1010100 | 1100 | 0 | 110111 | 1011110 | 11011 | 11001 | 1011000 | 100111 |
Color Harmonies of #B9540C
Complementary color
Monochromatic Colors of #B9540C
Black with #B9540C
Text Example
Text Example
White with #B9540C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9540C; }
p { color: rgb(185,84,12); }
H1.HeaderClassName
{
color: #B9540C;
}
.AnyTagClassName
{
color: #B9540C;
}
</style>
background-color css
<style>
a { background-color: #B9540C; }
a { background-color: rgb(185,84,12); }
div.DivClassName
{
background-color: #B9540C;
}
.BgClassName
{
background-color: #B9540C;
}
</style>
border-color css
<style>
span { border-color: #B9540C; }
span { border-color: rgb(185,84,12); }
td.TdClassName
{
border-color: #B9540C;
}
.TagClassName
{
border-color: #B9540C;
}
</style>