Shades of Rust #B54A16
Tints of Rust #B54A16
RGB
CMYK
RGB Variations
Color information
#B54A16 (or 0xB54A16) is known color: Rust. HEX triplet: B5, 4A and 16. RGB value is (181,74,22). Sum of RGB (Red+Green+Blue) = 181+74+22=277 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.34% from 277); Green value is 74 (29.30% from 255 or 26.71% from 277); Blue value is 22 (8.98% from 255 or 7.94% from 277); Max value from RGB is 181 - color contains mainly: red. Hex color #B54A16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54A16 is #4AB5E9. Grayscale: #646464. Windows color (decimal): -4896234 or 1460917. OLE color: 1460917.
HSL color Cylindrical-coordinate representation of color #B54A16: hue angle of 19.62º degrees, saturation: 0.78, 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 #B54A16 is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 74 | 22 | - |
| CMYK | 0 | 0.59 | 0.88 | 0.29 |
| HSL | 19.62º | 0.78% | 0.4% | - |
| HSV(B) | 19.62º | 0.88% | 0.71% | - |
| XYZ | 21.65 | 14.78 | 2.47 | - |
| YUV | 100.07 | 83.95 | 185.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 74 | 22 | 0 | 0.59 | 0.88 | 0.29 | 19.62 | 0.78 | 0.4 |
| Hex | B5 | 4A | 16 | 0 | 3B | 58 | 1D | 14 | 4E | 28 |
| Octal | 265 | 112 | 26 | 0 | 73 | 130 | 35 | 24 | 116 | 50 |
| Binary | 10110101 | 1001010 | 10110 | 0 | 111011 | 1011000 | 11101 | 10100 | 1001110 | 101000 |
Color Harmonies of #B54A16
Complementary color
Monochromatic Colors of #B54A16
Black with #B54A16
Text Example
Text Example
White with #B54A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54A16; }
p { color: rgb(181,74,22); }
H1.HeaderClassName
{
color: #B54A16;
}
.AnyTagClassName
{
color: #B54A16;
}
</style>
background-color css
<style>
a { background-color: #B54A16; }
a { background-color: rgb(181,74,22); }
div.DivClassName
{
background-color: #B54A16;
}
.BgClassName
{
background-color: #B54A16;
}
</style>
border-color css
<style>
span { border-color: #B54A16; }
span { border-color: rgb(181,74,22); }
td.TdClassName
{
border-color: #B54A16;
}
.TagClassName
{
border-color: #B54A16;
}
</style>