Shades of Rust #B55710
Tints of Rust #B55710
RGB
CMYK
RGB Variations
Color information
#B55710 (or 0xB55710) is known color: Rust. HEX triplet: B5, 57 and 10. RGB value is (181,87,16). Sum of RGB (Red+Green+Blue) = 181+87+16=284 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.73% from 284); Green value is 87 (34.38% from 255 or 30.63% from 284); Blue value is 16 (6.64% from 255 or 5.63% from 284); Max value from RGB is 181 - color contains mainly: red. Hex color #B55710 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B55710 is #4AA8EF. Grayscale: #6B6B6B. Windows color (decimal): -4892912 or 1071029. OLE color: 1071029.
HSL color Cylindrical-coordinate representation of color #B55710: hue angle of 25.82º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B55710 is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 87 | 16 | - |
| CMYK | 0 | 0.52 | 0.91 | 0.29 |
| HSL | 25.82º | 0.84% | 0.39% | - |
| HSV(B) | 25.82º | 0.91% | 0.71% | - |
| XYZ | 22.56 | 16.68 | 2.52 | - |
| YUV | 107.01 | 76.64 | 180.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 87 | 16 | 0 | 0.52 | 0.91 | 0.29 | 25.82 | 0.84 | 0.39 |
| Hex | B5 | 57 | 10 | 0 | 34 | 5B | 1D | 1A | 54 | 27 |
| Octal | 265 | 127 | 20 | 0 | 64 | 133 | 35 | 32 | 124 | 47 |
| Binary | 10110101 | 1010111 | 10000 | 0 | 110100 | 1011011 | 11101 | 11010 | 1010100 | 100111 |
Color Harmonies of #B55710
Complementary color
Monochromatic Colors of #B55710
Black with #B55710
Text Example
Text Example
White with #B55710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55710; }
p { color: rgb(181,87,16); }
H1.HeaderClassName
{
color: #B55710;
}
.AnyTagClassName
{
color: #B55710;
}
</style>
background-color css
<style>
a { background-color: #B55710; }
a { background-color: rgb(181,87,16); }
div.DivClassName
{
background-color: #B55710;
}
.BgClassName
{
background-color: #B55710;
}
</style>
border-color css
<style>
span { border-color: #B55710; }
span { border-color: rgb(181,87,16); }
td.TdClassName
{
border-color: #B55710;
}
.TagClassName
{
border-color: #B55710;
}
</style>