Shades of Rust #B54506
Tints of Rust #B54506
RGB
CMYK
RGB Variations
Color information
#B54506 (or 0xB54506) is known color: Rust. HEX triplet: B5, 45 and 06. RGB value is (181,69,6). Sum of RGB (Red+Green+Blue) = 181+69+6=256 (33% of max value = 765). Red value is 181 (71.09% from 255 or 70.70% from 256); Green value is 69 (27.34% from 255 or 26.95% from 256); Blue value is 6 (2.73% from 255 or 2.34% from 256); Max value from RGB is 181 - color contains mainly: red. Hex color #B54506 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54506 is #4ABAF9. Grayscale: #5F5F5F. Windows color (decimal): -4897530 or 411061. OLE color: 411061.
HSL color Cylindrical-coordinate representation of color #B54506: hue angle of 21.6º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B54506 is Cyan = 0, Magento = 0.62, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 69 | 6 | - |
| CMYK | 0 | 0.62 | 0.97 | 0.29 |
| HSL | 21.6º | 0.94% | 0.37% | - |
| HSV(B) | 21.6º | 0.97% | 0.71% | - |
| XYZ | 21.22 | 14.09 | 1.77 | - |
| YUV | 95.31 | 77.61 | 189.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 69 | 6 | 0 | 0.62 | 0.97 | 0.29 | 21.6 | 0.94 | 0.37 |
| Hex | B5 | 45 | 6 | 0 | 3E | 61 | 1D | 16 | 5E | 25 |
| Octal | 265 | 105 | 6 | 0 | 76 | 141 | 35 | 26 | 136 | 45 |
| Binary | 10110101 | 1000101 | 110 | 0 | 111110 | 1100001 | 11101 | 10110 | 1011110 | 100101 |
Color Harmonies of #B54506
Complementary color
Monochromatic Colors of #B54506
Black with #B54506
Text Example
Text Example
White with #B54506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54506; }
p { color: rgb(181,69,6); }
H1.HeaderClassName
{
color: #B54506;
}
.AnyTagClassName
{
color: #B54506;
}
</style>
background-color css
<style>
a { background-color: #B54506; }
a { background-color: rgb(181,69,6); }
div.DivClassName
{
background-color: #B54506;
}
.BgClassName
{
background-color: #B54506;
}
</style>
border-color css
<style>
span { border-color: #B54506; }
span { border-color: rgb(181,69,6); }
td.TdClassName
{
border-color: #B54506;
}
.TagClassName
{
border-color: #B54506;
}
</style>