Shades of Rust #B54C0E
Tints of Rust #B54C0E
RGB
CMYK
RGB Variations
Color information
#B54C0E (or 0xB54C0E) is known color: Rust. HEX triplet: B5, 4C and 0E. RGB value is (181,76,14). Sum of RGB (Red+Green+Blue) = 181+76+14=271 (35% of max value = 765). Red value is 181 (71.09% from 255 or 66.79% from 271); Green value is 76 (30.08% from 255 or 28.04% from 271); Blue value is 14 (5.86% from 255 or 5.17% from 271); Max value from RGB is 181 - color contains mainly: red. Hex color #B54C0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54C0E is #4AB3F1. Grayscale: #646464. Windows color (decimal): -4895730 or 937141. OLE color: 937141.
HSL color Cylindrical-coordinate representation of color #B54C0E: hue angle of 22.28º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B54C0E is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 76 | 14 | - |
| CMYK | 0 | 0.58 | 0.92 | 0.29 |
| HSL | 22.28º | 0.86% | 0.38% | - |
| HSV(B) | 22.28º | 0.92% | 0.71% | - |
| XYZ | 21.72 | 15.02 | 2.17 | - |
| YUV | 100.33 | 79.29 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 76 | 14 | 0 | 0.58 | 0.92 | 0.29 | 22.28 | 0.86 | 0.38 |
| Hex | B5 | 4C | E | 0 | 3A | 5C | 1D | 16 | 56 | 26 |
| Octal | 265 | 114 | 16 | 0 | 72 | 134 | 35 | 26 | 126 | 46 |
| Binary | 10110101 | 1001100 | 1110 | 0 | 111010 | 1011100 | 11101 | 10110 | 1010110 | 100110 |
Color Harmonies of #B54C0E
Complementary color
Monochromatic Colors of #B54C0E
Black with #B54C0E
Text Example
Text Example
White with #B54C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54C0E; }
p { color: rgb(181,76,14); }
H1.HeaderClassName
{
color: #B54C0E;
}
.AnyTagClassName
{
color: #B54C0E;
}
</style>
background-color css
<style>
a { background-color: #B54C0E; }
a { background-color: rgb(181,76,14); }
div.DivClassName
{
background-color: #B54C0E;
}
.BgClassName
{
background-color: #B54C0E;
}
</style>
border-color css
<style>
span { border-color: #B54C0E; }
span { border-color: rgb(181,76,14); }
td.TdClassName
{
border-color: #B54C0E;
}
.TagClassName
{
border-color: #B54C0E;
}
</style>