Shades of Rust #B9310C
Tints of Rust #B9310C
RGB
CMYK
RGB Variations
Color information
#B9310C (or 0xB9310C) is known color: Rust. HEX triplet: B9, 31 and 0C. RGB value is (185,49,12). Sum of RGB (Red+Green+Blue) = 185+49+12=246 (32% of max value = 765). Red value is 185 (72.66% from 255 or 75.20% from 246); Green value is 49 (19.53% from 255 or 19.92% from 246); Blue value is 12 (5.08% from 255 or 4.88% from 246); Max value from RGB is 185 - color contains mainly: red. Hex color #B9310C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B9310C is #46CEF3. Grayscale: #555555. Windows color (decimal): -4640500 or 799161. OLE color: 799161.
HSL color Cylindrical-coordinate representation of color #B9310C: hue angle of 12.83º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B9310C is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 49 | 12 | - |
| CMYK | 0 | 0.74 | 0.94 | 0.27 |
| HSL | 12.83º | 0.88% | 0.39% | - |
| HSV(B) | 12.83º | 0.94% | 0.73% | - |
| XYZ | 21.17 | 12.54 | 1.65 | - |
| YUV | 85.45 | 86.56 | 199.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 49 | 12 | 0 | 0.74 | 0.94 | 0.27 | 12.83 | 0.88 | 0.39 |
| Hex | B9 | 31 | C | 0 | 4A | 5E | 1B | D | 58 | 27 |
| Octal | 271 | 61 | 14 | 0 | 112 | 136 | 33 | 15 | 130 | 47 |
| Binary | 10111001 | 110001 | 1100 | 0 | 1001010 | 1011110 | 11011 | 1101 | 1011000 | 100111 |
Color Harmonies of #B9310C
Complementary color
Monochromatic Colors of #B9310C
Black with #B9310C
Text Example
Text Example
White with #B9310C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9310C; }
p { color: rgb(185,49,12); }
H1.HeaderClassName
{
color: #B9310C;
}
.AnyTagClassName
{
color: #B9310C;
}
</style>
background-color css
<style>
a { background-color: #B9310C; }
a { background-color: rgb(185,49,12); }
div.DivClassName
{
background-color: #B9310C;
}
.BgClassName
{
background-color: #B9310C;
}
</style>
border-color css
<style>
span { border-color: #B9310C; }
span { border-color: rgb(185,49,12); }
td.TdClassName
{
border-color: #B9310C;
}
.TagClassName
{
border-color: #B9310C;
}
</style>