Shades of Rust #B54C19
Tints of Rust #B54C19
RGB
CMYK
RGB Variations
Color information
#B54C19 (or 0xB54C19) is known color: Rust. HEX triplet: B5, 4C and 19. RGB value is (181,76,25). Sum of RGB (Red+Green+Blue) = 181+76+25=282 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.18% from 282); Green value is 76 (30.08% from 255 or 26.95% from 282); Blue value is 25 (10.16% from 255 or 8.87% from 282); Max value from RGB is 181 - color contains mainly: red. Hex color #B54C19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54C19 is #4AB3E6. Grayscale: #656565. Windows color (decimal): -4895719 or 1658037. OLE color: 1658037.
HSL color Cylindrical-coordinate representation of color #B54C19: hue angle of 19.62º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B54C19 is Cyan = 0, Magento = 0.58, Yellow = 0.86 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 76 | 25 | - |
| CMYK | 0 | 0.58 | 0.86 | 0.29 |
| HSL | 19.62º | 0.76% | 0.4% | - |
| HSV(B) | 19.62º | 0.86% | 0.71% | - |
| XYZ | 21.82 | 15.06 | 2.68 | - |
| YUV | 101.58 | 84.79 | 184.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 76 | 25 | 0 | 0.58 | 0.86 | 0.29 | 19.62 | 0.76 | 0.4 |
| Hex | B5 | 4C | 19 | 0 | 3A | 56 | 1D | 14 | 4C | 28 |
| Octal | 265 | 114 | 31 | 0 | 72 | 126 | 35 | 24 | 114 | 50 |
| Binary | 10110101 | 1001100 | 11001 | 0 | 111010 | 1010110 | 11101 | 10100 | 1001100 | 101000 |
Color Harmonies of #B54C19
Complementary color
Monochromatic Colors of #B54C19
Black with #B54C19
Text Example
Text Example
White with #B54C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54C19; }
p { color: rgb(181,76,25); }
H1.HeaderClassName
{
color: #B54C19;
}
.AnyTagClassName
{
color: #B54C19;
}
</style>
background-color css
<style>
a { background-color: #B54C19; }
a { background-color: rgb(181,76,25); }
div.DivClassName
{
background-color: #B54C19;
}
.BgClassName
{
background-color: #B54C19;
}
</style>
border-color css
<style>
span { border-color: #B54C19; }
span { border-color: rgb(181,76,25); }
td.TdClassName
{
border-color: #B54C19;
}
.TagClassName
{
border-color: #B54C19;
}
</style>