Shades of Rust #B54804
Tints of Rust #B54804
RGB
CMYK
RGB Variations
Color information
#B54804 (or 0xB54804) is known color: Rust. HEX triplet: B5, 48 and 04. RGB value is (181,72,4). Sum of RGB (Red+Green+Blue) = 181+72+4=257 (34% of max value = 765). Red value is 181 (71.09% from 255 or 70.43% from 257); Green value is 72 (28.52% from 255 or 28.02% from 257); Blue value is 4 (1.95% from 255 or 1.56% from 257); Max value from RGB is 181 - color contains mainly: red. Hex color #B54804 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54804 is #4AB7FB. Grayscale: #616161. Windows color (decimal): -4896764 or 280757. OLE color: 280757.
HSL color Cylindrical-coordinate representation of color #B54804: hue angle of 23.05º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B54804 is Cyan = 0, Magento = 0.60, Yellow = 0.98 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 72 | 4 | - |
| CMYK | 0 | 0.60 | 0.98 | 0.29 |
| HSL | 23.05º | 0.96% | 0.36% | - |
| HSV(B) | 23.05º | 0.98% | 0.71% | - |
| XYZ | 21.4 | 14.47 | 1.78 | - |
| YUV | 96.84 | 75.61 | 188.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 72 | 4 | 0 | 0.60 | 0.98 | 0.29 | 23.05 | 0.96 | 0.36 |
| Hex | B5 | 48 | 4 | 0 | 3C | 62 | 1D | 17 | 60 | 24 |
| Octal | 265 | 110 | 4 | 0 | 74 | 142 | 35 | 27 | 140 | 44 |
| Binary | 10110101 | 1001000 | 100 | 0 | 111100 | 1100010 | 11101 | 10111 | 1100000 | 100100 |
Color Harmonies of #B54804
Complementary color
Monochromatic Colors of #B54804
Black with #B54804
Text Example
Text Example
White with #B54804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54804; }
p { color: rgb(181,72,4); }
H1.HeaderClassName
{
color: #B54804;
}
.AnyTagClassName
{
color: #B54804;
}
</style>
background-color css
<style>
a { background-color: #B54804; }
a { background-color: rgb(181,72,4); }
div.DivClassName
{
background-color: #B54804;
}
.BgClassName
{
background-color: #B54804;
}
</style>
border-color css
<style>
span { border-color: #B54804; }
span { border-color: rgb(181,72,4); }
td.TdClassName
{
border-color: #B54804;
}
.TagClassName
{
border-color: #B54804;
}
</style>