Shades of Rust #B9320C
Tints of Rust #B9320C
RGB
CMYK
RGB Variations
Color information
#B9320C (or 0xB9320C) is known color: Rust. HEX triplet: B9, 32 and 0C. RGB value is (185,50,12). Sum of RGB (Red+Green+Blue) = 185+50+12=247 (32% of max value = 765). Red value is 185 (72.66% from 255 or 74.90% from 247); Green value is 50 (19.92% from 255 or 20.24% from 247); Blue value is 12 (5.08% from 255 or 4.86% from 247); Max value from RGB is 185 - color contains mainly: red. Hex color #B9320C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B9320C is #46CDF3. Grayscale: #565656. Windows color (decimal): -4640244 or 799417. OLE color: 799417.
HSL color Cylindrical-coordinate representation of color #B9320C: hue angle of 13.18º 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 #B9320C is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 50 | 12 | - |
| CMYK | 0 | 0.73 | 0.94 | 0.27 |
| HSL | 13.18º | 0.88% | 0.39% | - |
| HSV(B) | 13.18º | 0.94% | 0.73% | - |
| XYZ | 21.21 | 12.62 | 1.67 | - |
| YUV | 86.03 | 86.23 | 198.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 50 | 12 | 0 | 0.73 | 0.94 | 0.27 | 13.18 | 0.88 | 0.39 |
| Hex | B9 | 32 | C | 0 | 49 | 5E | 1B | D | 58 | 27 |
| Octal | 271 | 62 | 14 | 0 | 111 | 136 | 33 | 15 | 130 | 47 |
| Binary | 10111001 | 110010 | 1100 | 0 | 1001001 | 1011110 | 11011 | 1101 | 1011000 | 100111 |
Color Harmonies of #B9320C
Complementary color
Monochromatic Colors of #B9320C
Black with #B9320C
Text Example
Text Example
White with #B9320C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9320C; }
p { color: rgb(185,50,12); }
H1.HeaderClassName
{
color: #B9320C;
}
.AnyTagClassName
{
color: #B9320C;
}
</style>
background-color css
<style>
a { background-color: #B9320C; }
a { background-color: rgb(185,50,12); }
div.DivClassName
{
background-color: #B9320C;
}
.BgClassName
{
background-color: #B9320C;
}
</style>
border-color css
<style>
span { border-color: #B9320C; }
span { border-color: rgb(185,50,12); }
td.TdClassName
{
border-color: #B9320C;
}
.TagClassName
{
border-color: #B9320C;
}
</style>