Shades of Rust #B9541A
Tints of Rust #B9541A
RGB
CMYK
RGB Variations
Color information
#B9541A (or 0xB9541A) is known color: Rust. HEX triplet: B9, 54 and 1A. RGB value is (185,84,26). Sum of RGB (Red+Green+Blue) = 185+84+26=295 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.71% from 295); Green value is 84 (33.20% from 255 or 28.47% from 295); Blue value is 26 (10.55% from 255 or 8.81% from 295); Max value from RGB is 185 - color contains mainly: red. Hex color #B9541A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B9541A is #46ABE5. Grayscale: #6B6B6B. Windows color (decimal): -4631526 or 1725625. OLE color: 1725625.
HSL color Cylindrical-coordinate representation of color #B9541A: hue angle of 21.89º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B9541A is Cyan = 0, Magento = 0.55, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 84 | 26 | - |
| CMYK | 0 | 0.55 | 0.86 | 0.27 |
| HSL | 21.89º | 0.75% | 0.41% | - |
| HSV(B) | 21.89º | 0.86% | 0.73% | - |
| XYZ | 23.36 | 16.73 | 2.97 | - |
| YUV | 107.59 | 81.96 | 183.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 84 | 26 | 0 | 0.55 | 0.86 | 0.27 | 21.89 | 0.75 | 0.41 |
| Hex | B9 | 54 | 1A | 0 | 37 | 56 | 1B | 16 | 4B | 29 |
| Octal | 271 | 124 | 32 | 0 | 67 | 126 | 33 | 26 | 113 | 51 |
| Binary | 10111001 | 1010100 | 11010 | 0 | 110111 | 1010110 | 11011 | 10110 | 1001011 | 101001 |
Color Harmonies of #B9541A
Complementary color
Monochromatic Colors of #B9541A
Black with #B9541A
Text Example
Text Example
White with #B9541A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9541A; }
p { color: rgb(185,84,26); }
H1.HeaderClassName
{
color: #B9541A;
}
.AnyTagClassName
{
color: #B9541A;
}
</style>
background-color css
<style>
a { background-color: #B9541A; }
a { background-color: rgb(185,84,26); }
div.DivClassName
{
background-color: #B9541A;
}
.BgClassName
{
background-color: #B9541A;
}
</style>
border-color css
<style>
span { border-color: #B9541A; }
span { border-color: rgb(185,84,26); }
td.TdClassName
{
border-color: #B9541A;
}
.TagClassName
{
border-color: #B9541A;
}
</style>