Shades of Rust #B54219
Tints of Rust #B54219
RGB
CMYK
RGB Variations
Color information
#B54219 (or 0xB54219) is known color: Rust. HEX triplet: B5, 42 and 19. RGB value is (181,66,25). Sum of RGB (Red+Green+Blue) = 181+66+25=272 (36% of max value = 765). Red value is 181 (71.09% from 255 or 66.54% from 272); Green value is 66 (26.17% from 255 or 24.26% from 272); Blue value is 25 (10.16% from 255 or 9.19% from 272); Max value from RGB is 181 - color contains mainly: red. Hex color #B54219 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54219 is #4ABDE6. Grayscale: #5F5F5F. Windows color (decimal): -4898279 or 1655477. OLE color: 1655477.
HSL color Cylindrical-coordinate representation of color #B54219: hue angle of 15.77º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B54219 is Cyan = 0, Magento = 0.64, Yellow = 0.86 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 66 | 25 | - |
| CMYK | 0 | 0.64 | 0.86 | 0.29 |
| HSL | 15.77º | 0.76% | 0.4% | - |
| HSV(B) | 15.77º | 0.86% | 0.71% | - |
| XYZ | 21.18 | 13.79 | 2.47 | - |
| YUV | 95.71 | 88.1 | 188.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 66 | 25 | 0 | 0.64 | 0.86 | 0.29 | 15.77 | 0.76 | 0.4 |
| Hex | B5 | 42 | 19 | 0 | 40 | 56 | 1D | 10 | 4C | 28 |
| Octal | 265 | 102 | 31 | 0 | 100 | 126 | 35 | 20 | 114 | 50 |
| Binary | 10110101 | 1000010 | 11001 | 0 | 1000000 | 1010110 | 11101 | 10000 | 1001100 | 101000 |
Color Harmonies of #B54219
Complementary color
Monochromatic Colors of #B54219
Black with #B54219
Text Example
Text Example
White with #B54219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54219; }
p { color: rgb(181,66,25); }
H1.HeaderClassName
{
color: #B54219;
}
.AnyTagClassName
{
color: #B54219;
}
</style>
background-color css
<style>
a { background-color: #B54219; }
a { background-color: rgb(181,66,25); }
div.DivClassName
{
background-color: #B54219;
}
.BgClassName
{
background-color: #B54219;
}
</style>
border-color css
<style>
span { border-color: #B54219; }
span { border-color: rgb(181,66,25); }
td.TdClassName
{
border-color: #B54219;
}
.TagClassName
{
border-color: #B54219;
}
</style>