Shades of Rust #B55205
Tints of Rust #B55205
RGB
CMYK
RGB Variations
Color information
#B55205 (or 0xB55205) is known color: Rust. HEX triplet: B5, 52 and 05. RGB value is (181,82,5). Sum of RGB (Red+Green+Blue) = 181+82+5=268 (35% of max value = 765). Red value is 181 (71.09% from 255 or 67.54% from 268); Green value is 82 (32.42% from 255 or 30.60% from 268); Blue value is 5 (2.34% from 255 or 1.87% from 268); Max value from RGB is 181 - color contains mainly: red. Hex color #B55205 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B55205 is #4AADFA. Grayscale: #676767. Windows color (decimal): -4894203 or 348853. OLE color: 348853.
HSL color Cylindrical-coordinate representation of color #B55205: hue angle of 26.25º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B55205 is Cyan = 0, Magento = 0.55, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 82 | 5 | - |
| CMYK | 0 | 0.55 | 0.97 | 0.29 |
| HSL | 26.25º | 0.95% | 0.36% | - |
| HSV(B) | 26.25º | 0.97% | 0.71% | - |
| XYZ | 22.1 | 15.87 | 2.04 | - |
| YUV | 102.82 | 72.8 | 183.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 82 | 5 | 0 | 0.55 | 0.97 | 0.29 | 26.25 | 0.95 | 0.36 |
| Hex | B5 | 52 | 5 | 0 | 37 | 61 | 1D | 1A | 5F | 24 |
| Octal | 265 | 122 | 5 | 0 | 67 | 141 | 35 | 32 | 137 | 44 |
| Binary | 10110101 | 1010010 | 101 | 0 | 110111 | 1100001 | 11101 | 11010 | 1011111 | 100100 |
Color Harmonies of #B55205
Complementary color
Monochromatic Colors of #B55205
Black with #B55205
Text Example
Text Example
White with #B55205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55205; }
p { color: rgb(181,82,5); }
H1.HeaderClassName
{
color: #B55205;
}
.AnyTagClassName
{
color: #B55205;
}
</style>
background-color css
<style>
a { background-color: #B55205; }
a { background-color: rgb(181,82,5); }
div.DivClassName
{
background-color: #B55205;
}
.BgClassName
{
background-color: #B55205;
}
</style>
border-color css
<style>
span { border-color: #B55205; }
span { border-color: rgb(181,82,5); }
td.TdClassName
{
border-color: #B55205;
}
.TagClassName
{
border-color: #B55205;
}
</style>