Shades of Rust #B54206
Tints of Rust #B54206
RGB
CMYK
RGB Variations
Color information
#B54206 (or 0xB54206) is known color: Rust. HEX triplet: B5, 42 and 06. RGB value is (181,66,6). Sum of RGB (Red+Green+Blue) = 181+66+6=253 (33% of max value = 765). Red value is 181 (71.09% from 255 or 71.54% from 253); Green value is 66 (26.17% from 255 or 26.09% from 253); Blue value is 6 (2.73% from 255 or 2.37% from 253); Max value from RGB is 181 - color contains mainly: red. Hex color #B54206 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54206 is #4ABDF9. Grayscale: #5D5D5D. Windows color (decimal): -4898298 or 410293. OLE color: 410293.
HSL color Cylindrical-coordinate representation of color #B54206: hue angle of 20.57º 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 #B54206 is Cyan = 0, Magento = 0.64, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 66 | 6 | - |
| CMYK | 0 | 0.64 | 0.97 | 0.29 |
| HSL | 20.57º | 0.94% | 0.37% | - |
| HSV(B) | 20.57º | 0.97% | 0.71% | - |
| XYZ | 21.04 | 13.73 | 1.71 | - |
| YUV | 93.55 | 78.6 | 190.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 66 | 6 | 0 | 0.64 | 0.97 | 0.29 | 20.57 | 0.94 | 0.37 |
| Hex | B5 | 42 | 6 | 0 | 40 | 61 | 1D | 15 | 5E | 25 |
| Octal | 265 | 102 | 6 | 0 | 100 | 141 | 35 | 25 | 136 | 45 |
| Binary | 10110101 | 1000010 | 110 | 0 | 1000000 | 1100001 | 11101 | 10101 | 1011110 | 100101 |
Color Harmonies of #B54206
Complementary color
Monochromatic Colors of #B54206
Black with #B54206
Text Example
Text Example
White with #B54206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54206; }
p { color: rgb(181,66,6); }
H1.HeaderClassName
{
color: #B54206;
}
.AnyTagClassName
{
color: #B54206;
}
</style>
background-color css
<style>
a { background-color: #B54206; }
a { background-color: rgb(181,66,6); }
div.DivClassName
{
background-color: #B54206;
}
.BgClassName
{
background-color: #B54206;
}
</style>
border-color css
<style>
span { border-color: #B54206; }
span { border-color: rgb(181,66,6); }
td.TdClassName
{
border-color: #B54206;
}
.TagClassName
{
border-color: #B54206;
}
</style>