Shades of Rust #B95519
Tints of Rust #B95519
RGB
CMYK
RGB Variations
Color information
#B95519 (or 0xB95519) is known color: Rust. HEX triplet: B9, 55 and 19. RGB value is (185,85,25). Sum of RGB (Red+Green+Blue) = 185+85+25=295 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.71% from 295); Green value is 85 (33.59% from 255 or 28.81% from 295); Blue value is 25 (10.16% from 255 or 8.47% from 295); Max value from RGB is 185 - color contains mainly: red. Hex color #B95519 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B95519 is #46AAE6. Grayscale: #6C6C6C. Windows color (decimal): -4631271 or 1660345. OLE color: 1660345.
HSL color Cylindrical-coordinate representation of color #B95519: hue angle of 22.5º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B95519 is Cyan = 0, Magento = 0.54, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 85 | 25 | - |
| CMYK | 0 | 0.54 | 0.86 | 0.27 |
| HSL | 22.5º | 0.76% | 0.41% | - |
| HSV(B) | 22.5º | 0.86% | 0.73% | - |
| XYZ | 23.43 | 16.88 | 2.94 | - |
| YUV | 108.06 | 81.13 | 182.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 85 | 25 | 0 | 0.54 | 0.86 | 0.27 | 22.5 | 0.76 | 0.41 |
| Hex | B9 | 55 | 19 | 0 | 36 | 56 | 1B | 16 | 4C | 29 |
| Octal | 271 | 125 | 31 | 0 | 66 | 126 | 33 | 26 | 114 | 51 |
| Binary | 10111001 | 1010101 | 11001 | 0 | 110110 | 1010110 | 11011 | 10110 | 1001100 | 101001 |
Color Harmonies of #B95519
Complementary color
Monochromatic Colors of #B95519
Black with #B95519
Text Example
Text Example
White with #B95519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95519; }
p { color: rgb(185,85,25); }
H1.HeaderClassName
{
color: #B95519;
}
.AnyTagClassName
{
color: #B95519;
}
</style>
background-color css
<style>
a { background-color: #B95519; }
a { background-color: rgb(185,85,25); }
div.DivClassName
{
background-color: #B95519;
}
.BgClassName
{
background-color: #B95519;
}
</style>
border-color css
<style>
span { border-color: #B95519; }
span { border-color: rgb(185,85,25); }
td.TdClassName
{
border-color: #B95519;
}
.TagClassName
{
border-color: #B95519;
}
</style>