Shades of Rust #B55207
Tints of Rust #B55207
RGB
CMYK
RGB Variations
Color information
#B55207 (or 0xB55207) is known color: Rust. HEX triplet: B5, 52 and 07. RGB value is (181,82,7). Sum of RGB (Red+Green+Blue) = 181+82+7=270 (35% of max value = 765). Red value is 181 (71.09% from 255 or 67.04% from 270); Green value is 82 (32.42% from 255 or 30.37% from 270); Blue value is 7 (3.12% from 255 or 2.59% from 270); Max value from RGB is 181 - color contains mainly: red. Hex color #B55207 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B55207 is #4AADF8. Grayscale: #676767. Windows color (decimal): -4894201 or 479925. OLE color: 479925.
HSL color Cylindrical-coordinate representation of color #B55207: hue angle of 25.86º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B55207 is Cyan = 0, Magento = 0.55, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 82 | 7 | - |
| CMYK | 0 | 0.55 | 0.96 | 0.29 |
| HSL | 25.86º | 0.93% | 0.37% | - |
| HSV(B) | 25.86º | 0.96% | 0.71% | - |
| XYZ | 22.11 | 15.87 | 2.1 | - |
| YUV | 103.05 | 73.8 | 183.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 82 | 7 | 0 | 0.55 | 0.96 | 0.29 | 25.86 | 0.93 | 0.37 |
| Hex | B5 | 52 | 7 | 0 | 37 | 60 | 1D | 1A | 5D | 25 |
| Octal | 265 | 122 | 7 | 0 | 67 | 140 | 35 | 32 | 135 | 45 |
| Binary | 10110101 | 1010010 | 111 | 0 | 110111 | 1100000 | 11101 | 11010 | 1011101 | 100101 |
Color Harmonies of #B55207
Complementary color
Monochromatic Colors of #B55207
Black with #B55207
Text Example
Text Example
White with #B55207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55207; }
p { color: rgb(181,82,7); }
H1.HeaderClassName
{
color: #B55207;
}
.AnyTagClassName
{
color: #B55207;
}
</style>
background-color css
<style>
a { background-color: #B55207; }
a { background-color: rgb(181,82,7); }
div.DivClassName
{
background-color: #B55207;
}
.BgClassName
{
background-color: #B55207;
}
</style>
border-color css
<style>
span { border-color: #B55207; }
span { border-color: rgb(181,82,7); }
td.TdClassName
{
border-color: #B55207;
}
.TagClassName
{
border-color: #B55207;
}
</style>