Shades of Rust #B54D0F
Tints of Rust #B54D0F
RGB
CMYK
RGB Variations
Color information
#B54D0F (or 0xB54D0F) is known color: Rust. HEX triplet: B5, 4D and 0F. RGB value is (181,77,15). Sum of RGB (Red+Green+Blue) = 181+77+15=273 (36% of max value = 765). Red value is 181 (71.09% from 255 or 66.30% from 273); Green value is 77 (30.47% from 255 or 28.21% from 273); Blue value is 15 (6.25% from 255 or 5.49% from 273); Max value from RGB is 181 - color contains mainly: red. Hex color #B54D0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B54D0F is #4AB2F0. Grayscale: #656565. Windows color (decimal): -4895473 or 1002933. OLE color: 1002933.
HSL color Cylindrical-coordinate representation of color #B54D0F: hue angle of 22.41º degrees, saturation: 0.85, 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 #B54D0F is Cyan = 0, Magento = 0.57, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 77 | 15 | - |
| CMYK | 0 | 0.57 | 0.92 | 0.29 |
| HSL | 22.41º | 0.85% | 0.38% | - |
| HSV(B) | 22.41º | 0.92% | 0.71% | - |
| XYZ | 21.8 | 15.17 | 2.23 | - |
| YUV | 101.03 | 79.46 | 185.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 77 | 15 | 0 | 0.57 | 0.92 | 0.29 | 22.41 | 0.85 | 0.38 |
| Hex | B5 | 4D | F | 0 | 39 | 5C | 1D | 16 | 55 | 26 |
| Octal | 265 | 115 | 17 | 0 | 71 | 134 | 35 | 26 | 125 | 46 |
| Binary | 10110101 | 1001101 | 1111 | 0 | 111001 | 1011100 | 11101 | 10110 | 1010101 | 100110 |
Color Harmonies of #B54D0F
Complementary color
Monochromatic Colors of #B54D0F
Black with #B54D0F
Text Example
Text Example
White with #B54D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54D0F; }
p { color: rgb(181,77,15); }
H1.HeaderClassName
{
color: #B54D0F;
}
.AnyTagClassName
{
color: #B54D0F;
}
</style>
background-color css
<style>
a { background-color: #B54D0F; }
a { background-color: rgb(181,77,15); }
div.DivClassName
{
background-color: #B54D0F;
}
.BgClassName
{
background-color: #B54D0F;
}
</style>
border-color css
<style>
span { border-color: #B54D0F; }
span { border-color: rgb(181,77,15); }
td.TdClassName
{
border-color: #B54D0F;
}
.TagClassName
{
border-color: #B54D0F;
}
</style>