Shades of Rust #B54604
Tints of Rust #B54604
RGB
CMYK
RGB Variations
Color information
#B54604 (or 0xB54604) is known color: Rust. HEX triplet: B5, 46 and 04. RGB value is (181,70,4). Sum of RGB (Red+Green+Blue) = 181+70+4=255 (33% of max value = 765). Red value is 181 (71.09% from 255 or 70.98% from 255); Green value is 70 (27.73% from 255 or 27.45% from 255); Blue value is 4 (1.95% from 255 or 1.57% from 255); Max value from RGB is 181 - color contains mainly: red. Hex color #B54604 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54604 is #4AB9FB. Grayscale: #606060. Windows color (decimal): -4897276 or 280245. OLE color: 280245.
HSL color Cylindrical-coordinate representation of color #B54604: hue angle of 22.37º 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 #B54604 is Cyan = 0, Magento = 0.61, Yellow = 0.98 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 70 | 4 | - |
| CMYK | 0 | 0.61 | 0.98 | 0.29 |
| HSL | 22.37º | 0.96% | 0.36% | - |
| HSV(B) | 22.37º | 0.98% | 0.71% | - |
| XYZ | 21.27 | 14.21 | 1.74 | - |
| YUV | 95.67 | 76.27 | 188.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 70 | 4 | 0 | 0.61 | 0.98 | 0.29 | 22.37 | 0.96 | 0.36 |
| Hex | B5 | 46 | 4 | 0 | 3D | 62 | 1D | 16 | 60 | 24 |
| Octal | 265 | 106 | 4 | 0 | 75 | 142 | 35 | 26 | 140 | 44 |
| Binary | 10110101 | 1000110 | 100 | 0 | 111101 | 1100010 | 11101 | 10110 | 1100000 | 100100 |
Color Harmonies of #B54604
Complementary color
Monochromatic Colors of #B54604
Black with #B54604
Text Example
Text Example
White with #B54604
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54604; }
p { color: rgb(181,70,4); }
H1.HeaderClassName
{
color: #B54604;
}
.AnyTagClassName
{
color: #B54604;
}
</style>
background-color css
<style>
a { background-color: #B54604; }
a { background-color: rgb(181,70,4); }
div.DivClassName
{
background-color: #B54604;
}
.BgClassName
{
background-color: #B54604;
}
</style>
border-color css
<style>
span { border-color: #B54604; }
span { border-color: rgb(181,70,4); }
td.TdClassName
{
border-color: #B54604;
}
.TagClassName
{
border-color: #B54604;
}
</style>