Shades of Rust #B55813
Tints of Rust #B55813
RGB
CMYK
RGB Variations
Color information
#B55813 (or 0xB55813) is known color: Rust. HEX triplet: B5, 58 and 13. RGB value is (181,88,19). Sum of RGB (Red+Green+Blue) = 181+88+19=288 (38% of max value = 765). Red value is 181 (71.09% from 255 or 62.85% from 288); Green value is 88 (34.77% from 255 or 30.56% from 288); Blue value is 19 (7.81% from 255 or 6.60% from 288); Max value from RGB is 181 - color contains mainly: red. Hex color #B55813 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B55813 is #4AA7EC. Grayscale: #6C6C6C. Windows color (decimal): -4892653 or 1267893. OLE color: 1267893.
HSL color Cylindrical-coordinate representation of color #B55813: hue angle of 25.56º degrees, saturation: 0.81, 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 #B55813 is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 88 | 19 | - |
| CMYK | 0 | 0.51 | 0.90 | 0.29 |
| HSL | 25.56º | 0.81% | 0.39% | - |
| HSV(B) | 25.56º | 0.9% | 0.71% | - |
| XYZ | 22.66 | 16.85 | 2.67 | - |
| YUV | 107.94 | 77.81 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 88 | 19 | 0 | 0.51 | 0.90 | 0.29 | 25.56 | 0.81 | 0.39 |
| Hex | B5 | 58 | 13 | 0 | 33 | 5A | 1D | 1A | 51 | 27 |
| Octal | 265 | 130 | 23 | 0 | 63 | 132 | 35 | 32 | 121 | 47 |
| Binary | 10110101 | 1011000 | 10011 | 0 | 110011 | 1011010 | 11101 | 11010 | 1010001 | 100111 |
Color Harmonies of #B55813
Complementary color
Monochromatic Colors of #B55813
Black with #B55813
Text Example
Text Example
White with #B55813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55813; }
p { color: rgb(181,88,19); }
H1.HeaderClassName
{
color: #B55813;
}
.AnyTagClassName
{
color: #B55813;
}
</style>
background-color css
<style>
a { background-color: #B55813; }
a { background-color: rgb(181,88,19); }
div.DivClassName
{
background-color: #B55813;
}
.BgClassName
{
background-color: #B55813;
}
</style>
border-color css
<style>
span { border-color: #B55813; }
span { border-color: rgb(181,88,19); }
td.TdClassName
{
border-color: #B55813;
}
.TagClassName
{
border-color: #B55813;
}
</style>