Shades of Rust #B95119
Tints of Rust #B95119
RGB
CMYK
RGB Variations
Color information
#B95119 (or 0xB95119) is known color: Rust. HEX triplet: B9, 51 and 19. RGB value is (185,81,25). Sum of RGB (Red+Green+Blue) = 185+81+25=291 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.57% from 291); Green value is 81 (32.03% from 255 or 27.84% from 291); Blue value is 25 (10.16% from 255 or 8.59% from 291); Max value from RGB is 185 - color contains mainly: red. Hex color #B95119 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B95119 is #46AEE6. Grayscale: #6A6A6A. Windows color (decimal): -4632295 or 1659321. OLE color: 1659321.
HSL color Cylindrical-coordinate representation of color #B95119: hue angle of 21º 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 #B95119 is Cyan = 0, Magento = 0.56, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 81 | 25 | - |
| CMYK | 0 | 0.56 | 0.86 | 0.27 |
| HSL | 21º | 0.76% | 0.41% | - |
| HSV(B) | 21º | 0.86% | 0.73% | - |
| XYZ | 23.13 | 16.27 | 2.84 | - |
| YUV | 105.71 | 82.46 | 184.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 81 | 25 | 0 | 0.56 | 0.86 | 0.27 | 21 | 0.76 | 0.41 |
| Hex | B9 | 51 | 19 | 0 | 38 | 56 | 1B | 15 | 4C | 29 |
| Octal | 271 | 121 | 31 | 0 | 70 | 126 | 33 | 25 | 114 | 51 |
| Binary | 10111001 | 1010001 | 11001 | 0 | 111000 | 1010110 | 11011 | 10101 | 1001100 | 101001 |
Color Harmonies of #B95119
Complementary color
Monochromatic Colors of #B95119
Black with #B95119
Text Example
Text Example
White with #B95119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95119; }
p { color: rgb(185,81,25); }
H1.HeaderClassName
{
color: #B95119;
}
.AnyTagClassName
{
color: #B95119;
}
</style>
background-color css
<style>
a { background-color: #B95119; }
a { background-color: rgb(185,81,25); }
div.DivClassName
{
background-color: #B95119;
}
.BgClassName
{
background-color: #B95119;
}
</style>
border-color css
<style>
span { border-color: #B95119; }
span { border-color: rgb(185,81,25); }
td.TdClassName
{
border-color: #B95119;
}
.TagClassName
{
border-color: #B95119;
}
</style>