Shades of Rust #B55815
Tints of Rust #B55815
RGB
CMYK
RGB Variations
Color information
#B55815 (or 0xB55815) is known color: Rust. HEX triplet: B5, 58 and 15. RGB value is (181,88,21). Sum of RGB (Red+Green+Blue) = 181+88+21=290 (38% of max value = 765). Red value is 181 (71.09% from 255 or 62.41% from 290); Green value is 88 (34.77% from 255 or 30.34% from 290); Blue value is 21 (8.59% from 255 or 7.24% from 290); Max value from RGB is 181 - color contains mainly: red. Hex color #B55815 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B55815 is #4AA7EA. Grayscale: #6C6C6C. Windows color (decimal): -4892651 or 1398965. OLE color: 1398965.
HSL color Cylindrical-coordinate representation of color #B55815: hue angle of 25.12º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B55815 is Cyan = 0, Magento = 0.51, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 88 | 21 | - |
| CMYK | 0 | 0.51 | 0.88 | 0.29 |
| HSL | 25.13º | 0.79% | 0.4% | - |
| HSV(B) | 25.13º | 0.88% | 0.71% | - |
| XYZ | 22.68 | 16.86 | 2.77 | - |
| YUV | 108.17 | 78.81 | 179.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 88 | 21 | 0 | 0.51 | 0.88 | 0.29 | 25.13 | 0.79 | 0.4 |
| Hex | B5 | 58 | 15 | 0 | 33 | 58 | 1D | 19 | 4F | 28 |
| Octal | 265 | 130 | 25 | 0 | 63 | 130 | 35 | 31 | 117 | 50 |
| Binary | 10110101 | 1011000 | 10101 | 0 | 110011 | 1011000 | 11101 | 11001 | 1001111 | 101000 |
Color Harmonies of #B55815
Complementary color
Monochromatic Colors of #B55815
Black with #B55815
Text Example
Text Example
White with #B55815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55815; }
p { color: rgb(181,88,21); }
H1.HeaderClassName
{
color: #B55815;
}
.AnyTagClassName
{
color: #B55815;
}
</style>
background-color css
<style>
a { background-color: #B55815; }
a { background-color: rgb(181,88,21); }
div.DivClassName
{
background-color: #B55815;
}
.BgClassName
{
background-color: #B55815;
}
</style>
border-color css
<style>
span { border-color: #B55815; }
span { border-color: rgb(181,88,21); }
td.TdClassName
{
border-color: #B55815;
}
.TagClassName
{
border-color: #B55815;
}
</style>