Shades of Rust #B9500D
Tints of Rust #B9500D
RGB
CMYK
RGB Variations
Color information
#B9500D (or 0xB9500D) is known color: Rust. HEX triplet: B9, 50 and 0D. RGB value is (185,80,13). Sum of RGB (Red+Green+Blue) = 185+80+13=278 (36% of max value = 765). Red value is 185 (72.66% from 255 or 66.55% from 278); Green value is 80 (31.64% from 255 or 28.78% from 278); Blue value is 13 (5.47% from 255 or 4.68% from 278); Max value from RGB is 185 - color contains mainly: red. Hex color #B9500D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B9500D is #46AFF2. Grayscale: #686868. Windows color (decimal): -4632563 or 872633. OLE color: 872633.
HSL color Cylindrical-coordinate representation of color #B9500D: hue angle of 23.37º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B9500D is Cyan = 0, Magento = 0.57, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 80 | 13 | - |
| CMYK | 0 | 0.57 | 0.93 | 0.27 |
| HSL | 23.37º | 0.87% | 0.39% | - |
| HSV(B) | 23.37º | 0.93% | 0.73% | - |
| XYZ | 22.95 | 16.08 | 2.28 | - |
| YUV | 103.76 | 76.79 | 185.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 80 | 13 | 0 | 0.57 | 0.93 | 0.27 | 23.37 | 0.87 | 0.39 |
| Hex | B9 | 50 | D | 0 | 39 | 5D | 1B | 17 | 57 | 27 |
| Octal | 271 | 120 | 15 | 0 | 71 | 135 | 33 | 27 | 127 | 47 |
| Binary | 10111001 | 1010000 | 1101 | 0 | 111001 | 1011101 | 11011 | 10111 | 1010111 | 100111 |
Color Harmonies of #B9500D
Complementary color
Monochromatic Colors of #B9500D
Black with #B9500D
Text Example
Text Example
White with #B9500D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9500D; }
p { color: rgb(185,80,13); }
H1.HeaderClassName
{
color: #B9500D;
}
.AnyTagClassName
{
color: #B9500D;
}
</style>
background-color css
<style>
a { background-color: #B9500D; }
a { background-color: rgb(185,80,13); }
div.DivClassName
{
background-color: #B9500D;
}
.BgClassName
{
background-color: #B9500D;
}
</style>
border-color css
<style>
span { border-color: #B9500D; }
span { border-color: rgb(185,80,13); }
td.TdClassName
{
border-color: #B9500D;
}
.TagClassName
{
border-color: #B9500D;
}
</style>