Shades of Rust #B54C0A
Tints of Rust #B54C0A
RGB
CMYK
RGB Variations
Color information
#B54C0A (or 0xB54C0A) is known color: Rust. HEX triplet: B5, 4C and 0A. RGB value is (181,76,10). Sum of RGB (Red+Green+Blue) = 181+76+10=267 (35% of max value = 765). Red value is 181 (71.09% from 255 or 67.79% from 267); Green value is 76 (30.08% from 255 or 28.46% from 267); Blue value is 10 (4.30% from 255 or 3.75% from 267); Max value from RGB is 181 - color contains mainly: red. Hex color #B54C0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54C0A is #4AB3F5. Grayscale: #646464. Windows color (decimal): -4895734 or 674997. OLE color: 674997.
HSL color Cylindrical-coordinate representation of color #B54C0A: hue angle of 23.16º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B54C0A is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 76 | 10 | - |
| CMYK | 0 | 0.58 | 0.94 | 0.29 |
| HSL | 23.16º | 0.9% | 0.37% | - |
| HSV(B) | 23.16º | 0.94% | 0.71% | - |
| XYZ | 21.7 | 15.01 | 2.04 | - |
| YUV | 99.87 | 77.29 | 185.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 76 | 10 | 0 | 0.58 | 0.94 | 0.29 | 23.16 | 0.9 | 0.37 |
| Hex | B5 | 4C | A | 0 | 3A | 5E | 1D | 17 | 5A | 25 |
| Octal | 265 | 114 | 12 | 0 | 72 | 136 | 35 | 27 | 132 | 45 |
| Binary | 10110101 | 1001100 | 1010 | 0 | 111010 | 1011110 | 11101 | 10111 | 1011010 | 100101 |
Color Harmonies of #B54C0A
Complementary color
Monochromatic Colors of #B54C0A
Black with #B54C0A
Text Example
Text Example
White with #B54C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54C0A; }
p { color: rgb(181,76,10); }
H1.HeaderClassName
{
color: #B54C0A;
}
.AnyTagClassName
{
color: #B54C0A;
}
</style>
background-color css
<style>
a { background-color: #B54C0A; }
a { background-color: rgb(181,76,10); }
div.DivClassName
{
background-color: #B54C0A;
}
.BgClassName
{
background-color: #B54C0A;
}
</style>
border-color css
<style>
span { border-color: #B54C0A; }
span { border-color: rgb(181,76,10); }
td.TdClassName
{
border-color: #B54C0A;
}
.TagClassName
{
border-color: #B54C0A;
}
</style>