Shades of Rust #B9320D
Tints of Rust #B9320D
RGB
CMYK
RGB Variations
Color information
#B9320D (or 0xB9320D) is known color: Rust. HEX triplet: B9, 32 and 0D. RGB value is (185,50,13). Sum of RGB (Red+Green+Blue) = 185+50+13=248 (32% of max value = 765). Red value is 185 (72.66% from 255 or 74.60% from 248); Green value is 50 (19.92% from 255 or 20.16% from 248); Blue value is 13 (5.47% from 255 or 5.24% from 248); Max value from RGB is 185 - color contains mainly: red. Hex color #B9320D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B9320D is #46CDF2. Grayscale: #565656. Windows color (decimal): -4640243 or 864953. OLE color: 864953.
HSL color Cylindrical-coordinate representation of color #B9320D: hue angle of 12.91º 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 #B9320D is Cyan = 0, Magento = 0.73, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 50 | 13 | - |
| CMYK | 0 | 0.73 | 0.93 | 0.27 |
| HSL | 12.91º | 0.87% | 0.39% | - |
| HSV(B) | 12.91º | 0.93% | 0.73% | - |
| XYZ | 21.22 | 12.62 | 1.7 | - |
| YUV | 86.15 | 86.73 | 198.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 50 | 13 | 0 | 0.73 | 0.93 | 0.27 | 12.91 | 0.87 | 0.39 |
| Hex | B9 | 32 | D | 0 | 49 | 5D | 1B | D | 57 | 27 |
| Octal | 271 | 62 | 15 | 0 | 111 | 135 | 33 | 15 | 127 | 47 |
| Binary | 10111001 | 110010 | 1101 | 0 | 1001001 | 1011101 | 11011 | 1101 | 1010111 | 100111 |
Color Harmonies of #B9320D
Complementary color
Monochromatic Colors of #B9320D
Black with #B9320D
Text Example
Text Example
White with #B9320D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9320D; }
p { color: rgb(185,50,13); }
H1.HeaderClassName
{
color: #B9320D;
}
.AnyTagClassName
{
color: #B9320D;
}
</style>
background-color css
<style>
a { background-color: #B9320D; }
a { background-color: rgb(185,50,13); }
div.DivClassName
{
background-color: #B9320D;
}
.BgClassName
{
background-color: #B9320D;
}
</style>
border-color css
<style>
span { border-color: #B9320D; }
span { border-color: rgb(185,50,13); }
td.TdClassName
{
border-color: #B9320D;
}
.TagClassName
{
border-color: #B9320D;
}
</style>