Shades of Rust #B95018
Tints of Rust #B95018
RGB
CMYK
RGB Variations
Color information
#B95018 (or 0xB95018) is known color: Rust. HEX triplet: B9, 50 and 18. RGB value is (185,80,24). Sum of RGB (Red+Green+Blue) = 185+80+24=289 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.01% from 289); Green value is 80 (31.64% from 255 or 27.68% from 289); Blue value is 24 (9.77% from 255 or 8.30% from 289); Max value from RGB is 185 - color contains mainly: red. Hex color #B95018 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B95018 is #46AFE7. Grayscale: #696969. Windows color (decimal): -4632552 or 1593529. OLE color: 1593529.
HSL color Cylindrical-coordinate representation of color #B95018: hue angle of 20.87º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B95018 is Cyan = 0, Magento = 0.57, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 80 | 24 | - |
| CMYK | 0 | 0.57 | 0.87 | 0.27 |
| HSL | 20.87º | 0.77% | 0.41% | - |
| HSV(B) | 20.87º | 0.87% | 0.73% | - |
| XYZ | 23.04 | 16.12 | 2.76 | - |
| YUV | 105.01 | 82.29 | 185.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 80 | 24 | 0 | 0.57 | 0.87 | 0.27 | 20.87 | 0.77 | 0.41 |
| Hex | B9 | 50 | 18 | 0 | 39 | 57 | 1B | 15 | 4D | 29 |
| Octal | 271 | 120 | 30 | 0 | 71 | 127 | 33 | 25 | 115 | 51 |
| Binary | 10111001 | 1010000 | 11000 | 0 | 111001 | 1010111 | 11011 | 10101 | 1001101 | 101001 |
Color Harmonies of #B95018
Complementary color
Monochromatic Colors of #B95018
Black with #B95018
Text Example
Text Example
White with #B95018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B95018; }
p { color: rgb(185,80,24); }
H1.HeaderClassName
{
color: #B95018;
}
.AnyTagClassName
{
color: #B95018;
}
</style>
background-color css
<style>
a { background-color: #B95018; }
a { background-color: rgb(185,80,24); }
div.DivClassName
{
background-color: #B95018;
}
.BgClassName
{
background-color: #B95018;
}
</style>
border-color css
<style>
span { border-color: #B95018; }
span { border-color: rgb(185,80,24); }
td.TdClassName
{
border-color: #B95018;
}
.TagClassName
{
border-color: #B95018;
}
</style>