Shades of Rust #B54A0F
Tints of Rust #B54A0F
RGB
CMYK
RGB Variations
Color information
#B54A0F (or 0xB54A0F) is known color: Rust. HEX triplet: B5, 4A and 0F. RGB value is (181,74,15). Sum of RGB (Red+Green+Blue) = 181+74+15=270 (35% of max value = 765). Red value is 181 (71.09% from 255 or 67.04% from 270); Green value is 74 (29.30% from 255 or 27.41% from 270); Blue value is 15 (6.25% from 255 or 5.56% from 270); Max value from RGB is 181 - color contains mainly: red. Hex color #B54A0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54A0F is #4AB5F0. Grayscale: #636363. Windows color (decimal): -4896241 or 1002165. OLE color: 1002165.
HSL color Cylindrical-coordinate representation of color #B54A0F: hue angle of 21.33º 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 #B54A0F is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 74 | 15 | - |
| CMYK | 0 | 0.59 | 0.92 | 0.29 |
| HSL | 21.33º | 0.85% | 0.38% | - |
| HSV(B) | 21.33º | 0.92% | 0.71% | - |
| XYZ | 21.59 | 14.76 | 2.16 | - |
| YUV | 99.27 | 80.45 | 186.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 74 | 15 | 0 | 0.59 | 0.92 | 0.29 | 21.33 | 0.85 | 0.38 |
| Hex | B5 | 4A | F | 0 | 3B | 5C | 1D | 15 | 55 | 26 |
| Octal | 265 | 112 | 17 | 0 | 73 | 134 | 35 | 25 | 125 | 46 |
| Binary | 10110101 | 1001010 | 1111 | 0 | 111011 | 1011100 | 11101 | 10101 | 1010101 | 100110 |
Color Harmonies of #B54A0F
Complementary color
Monochromatic Colors of #B54A0F
Black with #B54A0F
Text Example
Text Example
White with #B54A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54A0F; }
p { color: rgb(181,74,15); }
H1.HeaderClassName
{
color: #B54A0F;
}
.AnyTagClassName
{
color: #B54A0F;
}
</style>
background-color css
<style>
a { background-color: #B54A0F; }
a { background-color: rgb(181,74,15); }
div.DivClassName
{
background-color: #B54A0F;
}
.BgClassName
{
background-color: #B54A0F;
}
</style>
border-color css
<style>
span { border-color: #B54A0F; }
span { border-color: rgb(181,74,15); }
td.TdClassName
{
border-color: #B54A0F;
}
.TagClassName
{
border-color: #B54A0F;
}
</style>