Shades of Rust #B95510
Tints of Rust #B95510
RGB
CMYK
RGB Variations
Color information
#B95510 (or 0xB95510) is known color: Rust. HEX triplet: B9, 55 and 10. RGB value is (185,85,16). Sum of RGB (Red+Green+Blue) = 185+85+16=286 (37% of max value = 765). Red value is 185 (72.66% from 255 or 64.69% from 286); Green value is 85 (33.59% from 255 or 29.72% from 286); Blue value is 16 (6.64% from 255 or 5.59% from 286); Max value from RGB is 185 - color contains mainly: red. Hex color #B95510 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B95510 is #46AAEF. Grayscale: #6B6B6B. Windows color (decimal): -4631280 or 1070521. OLE color: 1070521.
HSL color Cylindrical-coordinate representation of color #B95510: hue angle of 24.5º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B95510 is Cyan = 0, Magento = 0.54, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 85 | 16 | - |
| CMYK | 0 | 0.54 | 0.91 | 0.27 |
| HSL | 24.5º | 0.84% | 0.39% | - |
| HSV(B) | 24.5º | 0.91% | 0.73% | - |
| XYZ | 23.35 | 16.85 | 2.51 | - |
| YUV | 107.03 | 76.63 | 183.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 85 | 16 | 0 | 0.54 | 0.91 | 0.27 | 24.5 | 0.84 | 0.39 |
| Hex | B9 | 55 | 10 | 0 | 36 | 5B | 1B | 18 | 54 | 27 |
| Octal | 271 | 125 | 20 | 0 | 66 | 133 | 33 | 30 | 124 | 47 |
| Binary | 10111001 | 1010101 | 10000 | 0 | 110110 | 1011011 | 11011 | 11000 | 1010100 | 100111 |
Color Harmonies of #B95510
Complementary color
Monochromatic Colors of #B95510
Black with #B95510
Text Example
Text Example
White with #B95510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95510; }
p { color: rgb(185,85,16); }
H1.HeaderClassName
{
color: #B95510;
}
.AnyTagClassName
{
color: #B95510;
}
</style>
background-color css
<style>
a { background-color: #B95510; }
a { background-color: rgb(185,85,16); }
div.DivClassName
{
background-color: #B95510;
}
.BgClassName
{
background-color: #B95510;
}
</style>
border-color css
<style>
span { border-color: #B95510; }
span { border-color: rgb(185,85,16); }
td.TdClassName
{
border-color: #B95510;
}
.TagClassName
{
border-color: #B95510;
}
</style>