Shades of Rust #B54E16
Tints of Rust #B54E16
RGB
CMYK
RGB Variations
Color information
#B54E16 (or 0xB54E16) is known color: Rust. HEX triplet: B5, 4E and 16. RGB value is (181,78,22). Sum of RGB (Red+Green+Blue) = 181+78+22=281 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.41% from 281); Green value is 78 (30.86% from 255 or 27.76% from 281); Blue value is 22 (8.98% from 255 or 7.83% from 281); Max value from RGB is 181 - color contains mainly: red. Hex color #B54E16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B54E16 is #4AB1E9. Grayscale: #666666. Windows color (decimal): -4895210 or 1461941. OLE color: 1461941.
HSL color Cylindrical-coordinate representation of color #B54E16: hue angle of 21.13º 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 #B54E16 is Cyan = 0, Magento = 0.57, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 78 | 22 | - |
| CMYK | 0 | 0.57 | 0.88 | 0.29 |
| HSL | 21.13º | 0.78% | 0.4% | - |
| HSV(B) | 21.13º | 0.88% | 0.71% | - |
| XYZ | 21.93 | 15.33 | 2.56 | - |
| YUV | 102.41 | 82.62 | 184.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 78 | 22 | 0 | 0.57 | 0.88 | 0.29 | 21.13 | 0.78 | 0.4 |
| Hex | B5 | 4E | 16 | 0 | 39 | 58 | 1D | 15 | 4E | 28 |
| Octal | 265 | 116 | 26 | 0 | 71 | 130 | 35 | 25 | 116 | 50 |
| Binary | 10110101 | 1001110 | 10110 | 0 | 111001 | 1011000 | 11101 | 10101 | 1001110 | 101000 |
Color Harmonies of #B54E16
Complementary color
Monochromatic Colors of #B54E16
Black with #B54E16
Text Example
Text Example
White with #B54E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54E16; }
p { color: rgb(181,78,22); }
H1.HeaderClassName
{
color: #B54E16;
}
.AnyTagClassName
{
color: #B54E16;
}
</style>
background-color css
<style>
a { background-color: #B54E16; }
a { background-color: rgb(181,78,22); }
div.DivClassName
{
background-color: #B54E16;
}
.BgClassName
{
background-color: #B54E16;
}
</style>
border-color css
<style>
span { border-color: #B54E16; }
span { border-color: rgb(181,78,22); }
td.TdClassName
{
border-color: #B54E16;
}
.TagClassName
{
border-color: #B54E16;
}
</style>