Shades of Rust #B55214
Tints of Rust #B55214
RGB
CMYK
RGB Variations
Color information
#B55214 (or 0xB55214) is known color: Rust. HEX triplet: B5, 52 and 14. RGB value is (181,82,20). Sum of RGB (Red+Green+Blue) = 181+82+20=283 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.96% from 283); Green value is 82 (32.42% from 255 or 28.98% from 283); Blue value is 20 (8.20% from 255 or 7.07% from 283); Max value from RGB is 181 - color contains mainly: red. Hex color #B55214 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B55214 is #4AADEB. Grayscale: #686868. Windows color (decimal): -4894188 or 1331893. OLE color: 1331893.
HSL color Cylindrical-coordinate representation of color #B55214: hue angle of 23.11º 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 #B55214 is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 82 | 20 | - |
| CMYK | 0 | 0.55 | 0.89 | 0.29 |
| HSL | 23.11º | 0.8% | 0.39% | - |
| HSV(B) | 23.11º | 0.89% | 0.71% | - |
| XYZ | 22.2 | 15.91 | 2.56 | - |
| YUV | 104.53 | 80.3 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 82 | 20 | 0 | 0.55 | 0.89 | 0.29 | 23.11 | 0.8 | 0.39 |
| Hex | B5 | 52 | 14 | 0 | 37 | 59 | 1D | 17 | 50 | 27 |
| Octal | 265 | 122 | 24 | 0 | 67 | 131 | 35 | 27 | 120 | 47 |
| Binary | 10110101 | 1010010 | 10100 | 0 | 110111 | 1011001 | 11101 | 10111 | 1010000 | 100111 |
Color Harmonies of #B55214
Complementary color
Monochromatic Colors of #B55214
Black with #B55214
Text Example
Text Example
White with #B55214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55214; }
p { color: rgb(181,82,20); }
H1.HeaderClassName
{
color: #B55214;
}
.AnyTagClassName
{
color: #B55214;
}
</style>
background-color css
<style>
a { background-color: #B55214; }
a { background-color: rgb(181,82,20); }
div.DivClassName
{
background-color: #B55214;
}
.BgClassName
{
background-color: #B55214;
}
</style>
border-color css
<style>
span { border-color: #B55214; }
span { border-color: rgb(181,82,20); }
td.TdClassName
{
border-color: #B55214;
}
.TagClassName
{
border-color: #B55214;
}
</style>