Shades of Rust #B54215
Tints of Rust #B54215
RGB
CMYK
RGB Variations
Color information
#B54215 (or 0xB54215) is known color: Rust. HEX triplet: B5, 42 and 15. RGB value is (181,66,21). Sum of RGB (Red+Green+Blue) = 181+66+21=268 (35% of max value = 765). Red value is 181 (71.09% from 255 or 67.54% from 268); Green value is 66 (26.17% from 255 or 24.63% from 268); Blue value is 21 (8.59% from 255 or 7.84% from 268); Max value from RGB is 181 - color contains mainly: red. Hex color #B54215 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54215 is #4ABDEA. Grayscale: #5F5F5F. Windows color (decimal): -4898283 or 1393333. OLE color: 1393333.
HSL color Cylindrical-coordinate representation of color #B54215: hue angle of 16.88º 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 #B54215 is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 66 | 21 | - |
| CMYK | 0 | 0.64 | 0.88 | 0.29 |
| HSL | 16.88º | 0.79% | 0.4% | - |
| HSV(B) | 16.88º | 0.88% | 0.71% | - |
| XYZ | 21.14 | 13.77 | 2.25 | - |
| YUV | 95.26 | 86.1 | 189.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 66 | 21 | 0 | 0.64 | 0.88 | 0.29 | 16.88 | 0.79 | 0.4 |
| Hex | B5 | 42 | 15 | 0 | 40 | 58 | 1D | 11 | 4F | 28 |
| Octal | 265 | 102 | 25 | 0 | 100 | 130 | 35 | 21 | 117 | 50 |
| Binary | 10110101 | 1000010 | 10101 | 0 | 1000000 | 1011000 | 11101 | 10001 | 1001111 | 101000 |
Color Harmonies of #B54215
Complementary color
Monochromatic Colors of #B54215
Black with #B54215
Text Example
Text Example
White with #B54215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54215; }
p { color: rgb(181,66,21); }
H1.HeaderClassName
{
color: #B54215;
}
.AnyTagClassName
{
color: #B54215;
}
</style>
background-color css
<style>
a { background-color: #B54215; }
a { background-color: rgb(181,66,21); }
div.DivClassName
{
background-color: #B54215;
}
.BgClassName
{
background-color: #B54215;
}
</style>
border-color css
<style>
span { border-color: #B54215; }
span { border-color: rgb(181,66,21); }
td.TdClassName
{
border-color: #B54215;
}
.TagClassName
{
border-color: #B54215;
}
</style>