Shades of Rust #B9430B
Tints of Rust #B9430B
RGB
CMYK
RGB Variations
Color information
#B9430B (or 0xB9430B) is known color: Rust. HEX triplet: B9, 43 and 0B. RGB value is (185,67,11). Sum of RGB (Red+Green+Blue) = 185+67+11=263 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.34% from 263); Green value is 67 (26.56% from 255 or 25.48% from 263); Blue value is 11 (4.69% from 255 or 4.18% from 263); Max value from RGB is 185 - color contains mainly: red. Hex color #B9430B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B9430B is #46BCF4. Grayscale: #606060. Windows color (decimal): -4635893 or 738233. OLE color: 738233.
HSL color Cylindrical-coordinate representation of color #B9430B: hue angle of 19.31º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B9430B is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 67 | 11 | - |
| CMYK | 0 | 0.64 | 0.94 | 0.27 |
| HSL | 19.31º | 0.89% | 0.38% | - |
| HSV(B) | 19.31º | 0.94% | 0.73% | - |
| XYZ | 22.08 | 14.35 | 1.92 | - |
| YUV | 95.9 | 80.09 | 191.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 67 | 11 | 0 | 0.64 | 0.94 | 0.27 | 19.31 | 0.89 | 0.38 |
| Hex | B9 | 43 | B | 0 | 40 | 5E | 1B | 13 | 59 | 26 |
| Octal | 271 | 103 | 13 | 0 | 100 | 136 | 33 | 23 | 131 | 46 |
| Binary | 10111001 | 1000011 | 1011 | 0 | 1000000 | 1011110 | 11011 | 10011 | 1011001 | 100110 |
Color Harmonies of #B9430B
Complementary color
Monochromatic Colors of #B9430B
Black with #B9430B
Text Example
Text Example
White with #B9430B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9430B; }
p { color: rgb(185,67,11); }
H1.HeaderClassName
{
color: #B9430B;
}
.AnyTagClassName
{
color: #B9430B;
}
</style>
background-color css
<style>
a { background-color: #B9430B; }
a { background-color: rgb(185,67,11); }
div.DivClassName
{
background-color: #B9430B;
}
.BgClassName
{
background-color: #B9430B;
}
</style>
border-color css
<style>
span { border-color: #B9430B; }
span { border-color: rgb(185,67,11); }
td.TdClassName
{
border-color: #B9430B;
}
.TagClassName
{
border-color: #B9430B;
}
</style>