Shades of Rust #B54C0B
Tints of Rust #B54C0B
RGB
CMYK
RGB Variations
Color information
#B54C0B (or 0xB54C0B) is known color: Rust. HEX triplet: B5, 4C and 0B. RGB value is (181,76,11). Sum of RGB (Red+Green+Blue) = 181+76+11=268 (35% of max value = 765). Red value is 181 (71.09% from 255 or 67.54% from 268); Green value is 76 (30.08% from 255 or 28.36% from 268); Blue value is 11 (4.69% from 255 or 4.10% from 268); Max value from RGB is 181 - color contains mainly: red. Hex color #B54C0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54C0B is #4AB3F4. Grayscale: #646464. Windows color (decimal): -4895733 or 740533. OLE color: 740533.
HSL color Cylindrical-coordinate representation of color #B54C0B: hue angle of 22.94º 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 #B54C0B is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 76 | 11 | - |
| CMYK | 0 | 0.58 | 0.94 | 0.29 |
| HSL | 22.94º | 0.89% | 0.38% | - |
| HSV(B) | 22.94º | 0.94% | 0.71% | - |
| XYZ | 21.7 | 15.02 | 2.07 | - |
| YUV | 99.99 | 77.79 | 185.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 76 | 11 | 0 | 0.58 | 0.94 | 0.29 | 22.94 | 0.89 | 0.38 |
| Hex | B5 | 4C | B | 0 | 3A | 5E | 1D | 17 | 59 | 26 |
| Octal | 265 | 114 | 13 | 0 | 72 | 136 | 35 | 27 | 131 | 46 |
| Binary | 10110101 | 1001100 | 1011 | 0 | 111010 | 1011110 | 11101 | 10111 | 1011001 | 100110 |
Color Harmonies of #B54C0B
Complementary color
Monochromatic Colors of #B54C0B
Black with #B54C0B
Text Example
Text Example
White with #B54C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54C0B; }
p { color: rgb(181,76,11); }
H1.HeaderClassName
{
color: #B54C0B;
}
.AnyTagClassName
{
color: #B54C0B;
}
</style>
background-color css
<style>
a { background-color: #B54C0B; }
a { background-color: rgb(181,76,11); }
div.DivClassName
{
background-color: #B54C0B;
}
.BgClassName
{
background-color: #B54C0B;
}
</style>
border-color css
<style>
span { border-color: #B54C0B; }
span { border-color: rgb(181,76,11); }
td.TdClassName
{
border-color: #B54C0B;
}
.TagClassName
{
border-color: #B54C0B;
}
</style>