Shades of Rust #B54D00
Tints of Rust #B54D00
RGB
CMYK
RGB Variations
Color information
#B54D00 (or 0xB54D00) is known color: Rust. HEX triplet: B5, 4D and 00. RGB value is (181,77,0). Sum of RGB (Red+Green+Blue) = 181+77+0=258 (34% of max value = 765). Red value is 181 (71.09% from 255 or 70.16% from 258); Green value is 77 (30.47% from 255 or 29.84% from 258); Blue value is 0 (0.39% from 255 or 0% from 258); Max value from RGB is 181 - color contains mainly: red. Hex color #B54D00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B54D00 is #4AB2FF. Grayscale: #636363. Windows color (decimal): -4895488 or 19893. OLE color: 19893.
HSL color Cylindrical-coordinate representation of color #B54D00: hue angle of 25.52º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B54D00 is Cyan = 0, Magento = 0.57, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 77 | 0 | - |
| CMYK | 0 | 0.57 | 1 | 0.29 |
| HSL | 25.52º | 1% | 0.35% | - |
| HSV(B) | 25.52º | 1% | 0.71% | - |
| XYZ | 21.71 | 15.13 | 1.78 | - |
| YUV | 99.32 | 71.96 | 186.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 77 | 0 | 0 | 0.57 | 1 | 0.29 | 25.52 | 1 | 0.35 |
| Hex | B5 | 4D | 0 | 0 | 39 | 64 | 1D | 1A | 64 | 23 |
| Octal | 265 | 115 | 0 | 0 | 71 | 144 | 35 | 32 | 144 | 43 |
| Binary | 10110101 | 1001101 | 0 | 0 | 111001 | 1100100 | 11101 | 11010 | 1100100 | 100011 |
Color Harmonies of #B54D00
Complementary color
Monochromatic Colors of #B54D00
Black with #B54D00
Text Example
Text Example
White with #B54D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54D00; }
p { color: rgb(181,77,0); }
H1.HeaderClassName
{
color: #B54D00;
}
.AnyTagClassName
{
color: #B54D00;
}
</style>
background-color css
<style>
a { background-color: #B54D00; }
a { background-color: rgb(181,77,0); }
div.DivClassName
{
background-color: #B54D00;
}
.BgClassName
{
background-color: #B54D00;
}
</style>
border-color css
<style>
span { border-color: #B54D00; }
span { border-color: rgb(181,77,0); }
td.TdClassName
{
border-color: #B54D00;
}
.TagClassName
{
border-color: #B54D00;
}
</style>