Shades of Rust #B9330C
Tints of Rust #B9330C
RGB
CMYK
RGB Variations
Color information
#B9330C (or 0xB9330C) is known color: Rust. HEX triplet: B9, 33 and 0C. RGB value is (185,51,12). Sum of RGB (Red+Green+Blue) = 185+51+12=248 (32% of max value = 765). Red value is 185 (72.66% from 255 or 74.60% from 248); Green value is 51 (20.31% from 255 or 20.56% from 248); Blue value is 12 (5.08% from 255 or 4.84% from 248); Max value from RGB is 185 - color contains mainly: red. Hex color #B9330C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B9330C is #46CCF3. Grayscale: #565656. Windows color (decimal): -4639988 or 799673. OLE color: 799673.
HSL color Cylindrical-coordinate representation of color #B9330C: hue angle of 13.53º 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 #B9330C is Cyan = 0, Magento = 0.72, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 51 | 12 | - |
| CMYK | 0 | 0.72 | 0.94 | 0.27 |
| HSL | 13.53º | 0.88% | 0.39% | - |
| HSV(B) | 13.53º | 0.94% | 0.73% | - |
| XYZ | 21.26 | 12.71 | 1.68 | - |
| YUV | 86.62 | 85.89 | 198.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 51 | 12 | 0 | 0.72 | 0.94 | 0.27 | 13.53 | 0.88 | 0.39 |
| Hex | B9 | 33 | C | 0 | 48 | 5E | 1B | E | 58 | 27 |
| Octal | 271 | 63 | 14 | 0 | 110 | 136 | 33 | 16 | 130 | 47 |
| Binary | 10111001 | 110011 | 1100 | 0 | 1001000 | 1011110 | 11011 | 1110 | 1011000 | 100111 |
Color Harmonies of #B9330C
Complementary color
Monochromatic Colors of #B9330C
Black with #B9330C
Text Example
Text Example
White with #B9330C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9330C; }
p { color: rgb(185,51,12); }
H1.HeaderClassName
{
color: #B9330C;
}
.AnyTagClassName
{
color: #B9330C;
}
</style>
background-color css
<style>
a { background-color: #B9330C; }
a { background-color: rgb(185,51,12); }
div.DivClassName
{
background-color: #B9330C;
}
.BgClassName
{
background-color: #B9330C;
}
</style>
border-color css
<style>
span { border-color: #B9330C; }
span { border-color: rgb(185,51,12); }
td.TdClassName
{
border-color: #B9330C;
}
.TagClassName
{
border-color: #B9330C;
}
</style>