Shades of Rust #B53806
Tints of Rust #B53806
RGB
CMYK
RGB Variations
Color information
#B53806 (or 0xB53806) is known color: Rust. HEX triplet: B5, 38 and 06. RGB value is (181,56,6). Sum of RGB (Red+Green+Blue) = 181+56+6=243 (32% of max value = 765). Red value is 181 (71.09% from 255 or 74.49% from 243); Green value is 56 (22.27% from 255 or 23.05% from 243); Blue value is 6 (2.73% from 255 or 2.47% from 243); Max value from RGB is 181 - color contains mainly: red. Hex color #B53806 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53806 is #4AC7F9. Grayscale: #585858. Windows color (decimal): -4900858 or 407733. OLE color: 407733.
HSL color Cylindrical-coordinate representation of color #B53806: hue angle of 17.14º 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 #B53806 is Cyan = 0, Magento = 0.69, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 56 | 6 | - |
| CMYK | 0 | 0.69 | 0.97 | 0.29 |
| HSL | 17.14º | 0.94% | 0.37% | - |
| HSV(B) | 17.14º | 0.97% | 0.71% | - |
| XYZ | 20.5 | 12.67 | 1.54 | - |
| YUV | 87.68 | 81.91 | 194.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 56 | 6 | 0 | 0.69 | 0.97 | 0.29 | 17.14 | 0.94 | 0.37 |
| Hex | B5 | 38 | 6 | 0 | 45 | 61 | 1D | 11 | 5E | 25 |
| Octal | 265 | 70 | 6 | 0 | 105 | 141 | 35 | 21 | 136 | 45 |
| Binary | 10110101 | 111000 | 110 | 0 | 1000101 | 1100001 | 11101 | 10001 | 1011110 | 100101 |
Color Harmonies of #B53806
Complementary color
Monochromatic Colors of #B53806
Black with #B53806
Text Example
Text Example
White with #B53806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53806; }
p { color: rgb(181,56,6); }
H1.HeaderClassName
{
color: #B53806;
}
.AnyTagClassName
{
color: #B53806;
}
</style>
background-color css
<style>
a { background-color: #B53806; }
a { background-color: rgb(181,56,6); }
div.DivClassName
{
background-color: #B53806;
}
.BgClassName
{
background-color: #B53806;
}
</style>
border-color css
<style>
span { border-color: #B53806; }
span { border-color: rgb(181,56,6); }
td.TdClassName
{
border-color: #B53806;
}
.TagClassName
{
border-color: #B53806;
}
</style>