Shades of Rust #B55912
Tints of Rust #B55912
RGB
CMYK
RGB Variations
Color information
#B55912 (or 0xB55912) is known color: Rust. HEX triplet: B5, 59 and 12. RGB value is (181,89,18). Sum of RGB (Red+Green+Blue) = 181+89+18=288 (38% of max value = 765). Red value is 181 (71.09% from 255 or 62.85% from 288); Green value is 89 (35.16% from 255 or 30.90% from 288); Blue value is 18 (7.42% from 255 or 6.25% from 288); Max value from RGB is 181 - color contains mainly: red. Hex color #B55912 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B55912 is #4AA6ED. Grayscale: #6C6C6C. Windows color (decimal): -4892398 or 1202613. OLE color: 1202613.
HSL color Cylindrical-coordinate representation of color #B55912: hue angle of 26.13º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B55912 is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 89 | 18 | - |
| CMYK | 0 | 0.51 | 0.90 | 0.29 |
| HSL | 26.13º | 0.82% | 0.39% | - |
| HSV(B) | 26.13º | 0.9% | 0.71% | - |
| XYZ | 22.74 | 17.01 | 2.66 | - |
| YUV | 108.41 | 76.98 | 179.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 89 | 18 | 0 | 0.51 | 0.90 | 0.29 | 26.13 | 0.82 | 0.39 |
| Hex | B5 | 59 | 12 | 0 | 33 | 5A | 1D | 1A | 52 | 27 |
| Octal | 265 | 131 | 22 | 0 | 63 | 132 | 35 | 32 | 122 | 47 |
| Binary | 10110101 | 1011001 | 10010 | 0 | 110011 | 1011010 | 11101 | 11010 | 1010010 | 100111 |
Color Harmonies of #B55912
Complementary color
Monochromatic Colors of #B55912
Black with #B55912
Text Example
Text Example
White with #B55912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55912; }
p { color: rgb(181,89,18); }
H1.HeaderClassName
{
color: #B55912;
}
.AnyTagClassName
{
color: #B55912;
}
</style>
background-color css
<style>
a { background-color: #B55912; }
a { background-color: rgb(181,89,18); }
div.DivClassName
{
background-color: #B55912;
}
.BgClassName
{
background-color: #B55912;
}
</style>
border-color css
<style>
span { border-color: #B55912; }
span { border-color: rgb(181,89,18); }
td.TdClassName
{
border-color: #B55912;
}
.TagClassName
{
border-color: #B55912;
}
</style>