Shades of Rust #B54A17
Tints of Rust #B54A17
RGB
CMYK
RGB Variations
Color information
#B54A17 (or 0xB54A17) is known color: Rust. HEX triplet: B5, 4A and 17. RGB value is (181,74,23). Sum of RGB (Red+Green+Blue) = 181+74+23=278 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.11% from 278); Green value is 74 (29.30% from 255 or 26.62% from 278); Blue value is 23 (9.38% from 255 or 8.27% from 278); Max value from RGB is 181 - color contains mainly: red. Hex color #B54A17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54A17 is #4AB5E8. Grayscale: #646464. Windows color (decimal): -4896233 or 1526453. OLE color: 1526453.
HSL color Cylindrical-coordinate representation of color #B54A17: hue angle of 19.37º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B54A17 is Cyan = 0, Magento = 0.59, Yellow = 0.87 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 74 | 23 | - |
| CMYK | 0 | 0.59 | 0.87 | 0.29 |
| HSL | 19.37º | 0.77% | 0.4% | - |
| HSV(B) | 19.37º | 0.87% | 0.71% | - |
| XYZ | 21.66 | 14.78 | 2.52 | - |
| YUV | 100.18 | 84.45 | 185.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 74 | 23 | 0 | 0.59 | 0.87 | 0.29 | 19.37 | 0.77 | 0.4 |
| Hex | B5 | 4A | 17 | 0 | 3B | 57 | 1D | 13 | 4D | 28 |
| Octal | 265 | 112 | 27 | 0 | 73 | 127 | 35 | 23 | 115 | 50 |
| Binary | 10110101 | 1001010 | 10111 | 0 | 111011 | 1010111 | 11101 | 10011 | 1001101 | 101000 |
Color Harmonies of #B54A17
Complementary color
Monochromatic Colors of #B54A17
Black with #B54A17
Text Example
Text Example
White with #B54A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54A17; }
p { color: rgb(181,74,23); }
H1.HeaderClassName
{
color: #B54A17;
}
.AnyTagClassName
{
color: #B54A17;
}
</style>
background-color css
<style>
a { background-color: #B54A17; }
a { background-color: rgb(181,74,23); }
div.DivClassName
{
background-color: #B54A17;
}
.BgClassName
{
background-color: #B54A17;
}
</style>
border-color css
<style>
span { border-color: #B54A17; }
span { border-color: rgb(181,74,23); }
td.TdClassName
{
border-color: #B54A17;
}
.TagClassName
{
border-color: #B54A17;
}
</style>