Shades of Rust #B55609
Tints of Rust #B55609
RGB
CMYK
RGB Variations
Color information
#B55609 (or 0xB55609) is known color: Rust. HEX triplet: B5, 56 and 09. RGB value is (181,86,9). Sum of RGB (Red+Green+Blue) = 181+86+9=276 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.58% from 276); Green value is 86 (33.98% from 255 or 31.16% from 276); Blue value is 9 (3.91% from 255 or 3.26% from 276); Max value from RGB is 181 - color contains mainly: red. Hex color #B55609 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B55609 is #4AA9F6. Grayscale: #6A6A6A. Windows color (decimal): -4893175 or 612021. OLE color: 612021.
HSL color Cylindrical-coordinate representation of color #B55609: hue angle of 26.86º 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 #B55609 is Cyan = 0, Magento = 0.52, Yellow = 0.95 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 86 | 9 | - |
| CMYK | 0 | 0.52 | 0.95 | 0.29 |
| HSL | 26.86º | 0.91% | 0.37% | - |
| HSV(B) | 26.86º | 0.95% | 0.71% | - |
| XYZ | 22.43 | 16.5 | 2.26 | - |
| YUV | 105.63 | 73.47 | 181.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 86 | 9 | 0 | 0.52 | 0.95 | 0.29 | 26.86 | 0.91 | 0.37 |
| Hex | B5 | 56 | 9 | 0 | 34 | 5F | 1D | 1B | 5B | 25 |
| Octal | 265 | 126 | 11 | 0 | 64 | 137 | 35 | 33 | 133 | 45 |
| Binary | 10110101 | 1010110 | 1001 | 0 | 110100 | 1011111 | 11101 | 11011 | 1011011 | 100101 |
Color Harmonies of #B55609
Complementary color
Monochromatic Colors of #B55609
Black with #B55609
Text Example
Text Example
White with #B55609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55609; }
p { color: rgb(181,86,9); }
H1.HeaderClassName
{
color: #B55609;
}
.AnyTagClassName
{
color: #B55609;
}
</style>
background-color css
<style>
a { background-color: #B55609; }
a { background-color: rgb(181,86,9); }
div.DivClassName
{
background-color: #B55609;
}
.BgClassName
{
background-color: #B55609;
}
</style>
border-color css
<style>
span { border-color: #B55609; }
span { border-color: rgb(181,86,9); }
td.TdClassName
{
border-color: #B55609;
}
.TagClassName
{
border-color: #B55609;
}
</style>