Shades of Rust #B54D0B
Tints of Rust #B54D0B
RGB
CMYK
RGB Variations
Color information
#B54D0B (or 0xB54D0B) is known color: Rust. HEX triplet: B5, 4D and 0B. RGB value is (181,77,11). Sum of RGB (Red+Green+Blue) = 181+77+11=269 (35% of max value = 765). Red value is 181 (71.09% from 255 or 67.29% from 269); Green value is 77 (30.47% from 255 or 28.62% from 269); Blue value is 11 (4.69% from 255 or 4.09% from 269); Max value from RGB is 181 - color contains mainly: red. Hex color #B54D0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B54D0B is #4AB2F4. Grayscale: #646464. Windows color (decimal): -4895477 or 740789. OLE color: 740789.
HSL color Cylindrical-coordinate representation of color #B54D0B: hue angle of 23.29º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B54D0B is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 77 | 11 | - |
| CMYK | 0 | 0.57 | 0.94 | 0.29 |
| HSL | 23.29º | 0.89% | 0.38% | - |
| HSV(B) | 23.29º | 0.94% | 0.71% | - |
| XYZ | 21.77 | 15.16 | 2.09 | - |
| YUV | 100.57 | 77.46 | 185.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 77 | 11 | 0 | 0.57 | 0.94 | 0.29 | 23.29 | 0.89 | 0.38 |
| Hex | B5 | 4D | B | 0 | 39 | 5E | 1D | 17 | 59 | 26 |
| Octal | 265 | 115 | 13 | 0 | 71 | 136 | 35 | 27 | 131 | 46 |
| Binary | 10110101 | 1001101 | 1011 | 0 | 111001 | 1011110 | 11101 | 10111 | 1011001 | 100110 |
Color Harmonies of #B54D0B
Complementary color
Monochromatic Colors of #B54D0B
Black with #B54D0B
Text Example
Text Example
White with #B54D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54D0B; }
p { color: rgb(181,77,11); }
H1.HeaderClassName
{
color: #B54D0B;
}
.AnyTagClassName
{
color: #B54D0B;
}
</style>
background-color css
<style>
a { background-color: #B54D0B; }
a { background-color: rgb(181,77,11); }
div.DivClassName
{
background-color: #B54D0B;
}
.BgClassName
{
background-color: #B54D0B;
}
</style>
border-color css
<style>
span { border-color: #B54D0B; }
span { border-color: rgb(181,77,11); }
td.TdClassName
{
border-color: #B54D0B;
}
.TagClassName
{
border-color: #B54D0B;
}
</style>