Shades of Rust #B05609
Tints of Rust #B05609
RGB
CMYK
RGB Variations
Color information
#B05609 (or 0xB05609) is known color: Rust. HEX triplet: B0, 56 and 09. RGB value is (176,86,9). Sum of RGB (Red+Green+Blue) = 176+86+9=271 (35% of max value = 765). Red value is 176 (69.14% from 255 or 64.94% from 271); Green value is 86 (33.98% from 255 or 31.73% from 271); Blue value is 9 (3.91% from 255 or 3.32% from 271); Max value from RGB is 176 - color contains mainly: red. Hex color #B05609 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05609 is #4FA9F6. Grayscale: #686868. Windows color (decimal): -5220855 or 612016. OLE color: 612016.
HSL color Cylindrical-coordinate representation of color #B05609: hue angle of 27.66º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B05609 is Cyan = 0, Magento = 0.51, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 86 | 9 | - |
| CMYK | 0 | 0.51 | 0.95 | 0.31 |
| HSL | 27.66º | 0.9% | 0.36% | - |
| HSV(B) | 27.66º | 0.95% | 0.69% | - |
| XYZ | 21.28 | 15.91 | 2.21 | - |
| YUV | 104.13 | 74.32 | 179.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 86 | 9 | 0 | 0.51 | 0.95 | 0.31 | 27.66 | 0.9 | 0.36 |
| Hex | B0 | 56 | 9 | 0 | 33 | 5F | 1F | 1C | 5A | 24 |
| Octal | 260 | 126 | 11 | 0 | 63 | 137 | 37 | 34 | 132 | 44 |
| Binary | 10110000 | 1010110 | 1001 | 0 | 110011 | 1011111 | 11111 | 11100 | 1011010 | 100100 |
Color Harmonies of #B05609
Complementary color
Monochromatic Colors of #B05609
Black with #B05609
Text Example
Text Example
White with #B05609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B05609; }
p { color: rgb(176,86,9); }
H1.HeaderClassName
{
color: #B05609;
}
.AnyTagClassName
{
color: #B05609;
}
</style>
background-color css
<style>
a { background-color: #B05609; }
a { background-color: rgb(176,86,9); }
div.DivClassName
{
background-color: #B05609;
}
.BgClassName
{
background-color: #B05609;
}
</style>
border-color css
<style>
span { border-color: #B05609; }
span { border-color: rgb(176,86,9); }
td.TdClassName
{
border-color: #B05609;
}
.TagClassName
{
border-color: #B05609;
}
</style>