Shades of Rust #B55814
Tints of Rust #B55814
RGB
CMYK
RGB Variations
Color information
#B55814 (or 0xB55814) is known color: Rust. HEX triplet: B5, 58 and 14. RGB value is (181,88,20). Sum of RGB (Red+Green+Blue) = 181+88+20=289 (38% of max value = 765). Red value is 181 (71.09% from 255 or 62.63% from 289); Green value is 88 (34.77% from 255 or 30.45% from 289); Blue value is 20 (8.20% from 255 or 6.92% from 289); Max value from RGB is 181 - color contains mainly: red. Hex color #B55814 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B55814 is #4AA7EB. Grayscale: #6C6C6C. Windows color (decimal): -4892652 or 1333429. OLE color: 1333429.
HSL color Cylindrical-coordinate representation of color #B55814: hue angle of 25.34º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B55814 is Cyan = 0, Magento = 0.51, Yellow = 0.89 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 88 | 20 | - |
| CMYK | 0 | 0.51 | 0.89 | 0.29 |
| HSL | 25.34º | 0.8% | 0.39% | - |
| HSV(B) | 25.34º | 0.89% | 0.71% | - |
| XYZ | 22.67 | 16.85 | 2.72 | - |
| YUV | 108.06 | 78.31 | 180.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 88 | 20 | 0 | 0.51 | 0.89 | 0.29 | 25.34 | 0.8 | 0.39 |
| Hex | B5 | 58 | 14 | 0 | 33 | 59 | 1D | 19 | 50 | 27 |
| Octal | 265 | 130 | 24 | 0 | 63 | 131 | 35 | 31 | 120 | 47 |
| Binary | 10110101 | 1011000 | 10100 | 0 | 110011 | 1011001 | 11101 | 11001 | 1010000 | 100111 |
Color Harmonies of #B55814
Complementary color
Monochromatic Colors of #B55814
Black with #B55814
Text Example
Text Example
White with #B55814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55814; }
p { color: rgb(181,88,20); }
H1.HeaderClassName
{
color: #B55814;
}
.AnyTagClassName
{
color: #B55814;
}
</style>
background-color css
<style>
a { background-color: #B55814; }
a { background-color: rgb(181,88,20); }
div.DivClassName
{
background-color: #B55814;
}
.BgClassName
{
background-color: #B55814;
}
</style>
border-color css
<style>
span { border-color: #B55814; }
span { border-color: rgb(181,88,20); }
td.TdClassName
{
border-color: #B55814;
}
.TagClassName
{
border-color: #B55814;
}
</style>