Shades of Rust #B55109
Tints of Rust #B55109
RGB
CMYK
RGB Variations
Color information
#B55109 (or 0xB55109) is known color: Rust. HEX triplet: B5, 51 and 09. RGB value is (181,81,9). Sum of RGB (Red+Green+Blue) = 181+81+9=271 (35% of max value = 765). Red value is 181 (71.09% from 255 or 66.79% from 271); Green value is 81 (32.03% from 255 or 29.89% from 271); Blue value is 9 (3.91% from 255 or 3.32% from 271); Max value from RGB is 181 - color contains mainly: red. Hex color #B55109 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B55109 is #4AAEF6. Grayscale: #676767. Windows color (decimal): -4894455 or 610741. OLE color: 610741.
HSL color Cylindrical-coordinate representation of color #B55109: hue angle of 25.12º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B55109 is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 81 | 9 | - |
| CMYK | 0 | 0.55 | 0.95 | 0.29 |
| HSL | 25.12º | 0.91% | 0.37% | - |
| HSV(B) | 25.12º | 0.95% | 0.71% | - |
| XYZ | 22.05 | 15.73 | 2.13 | - |
| YUV | 102.69 | 75.13 | 183.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 81 | 9 | 0 | 0.55 | 0.95 | 0.29 | 25.12 | 0.91 | 0.37 |
| Hex | B5 | 51 | 9 | 0 | 37 | 5F | 1D | 19 | 5B | 25 |
| Octal | 265 | 121 | 11 | 0 | 67 | 137 | 35 | 31 | 133 | 45 |
| Binary | 10110101 | 1010001 | 1001 | 0 | 110111 | 1011111 | 11101 | 11001 | 1011011 | 100101 |
Color Harmonies of #B55109
Complementary color
Monochromatic Colors of #B55109
Black with #B55109
Text Example
Text Example
White with #B55109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55109; }
p { color: rgb(181,81,9); }
H1.HeaderClassName
{
color: #B55109;
}
.AnyTagClassName
{
color: #B55109;
}
</style>
background-color css
<style>
a { background-color: #B55109; }
a { background-color: rgb(181,81,9); }
div.DivClassName
{
background-color: #B55109;
}
.BgClassName
{
background-color: #B55109;
}
</style>
border-color css
<style>
span { border-color: #B55109; }
span { border-color: rgb(181,81,9); }
td.TdClassName
{
border-color: #B55109;
}
.TagClassName
{
border-color: #B55109;
}
</style>