Shades of Rust #B9410E
Tints of Rust #B9410E
RGB
CMYK
RGB Variations
Color information
#B9410E (or 0xB9410E) is known color: Rust. HEX triplet: B9, 41 and 0E. RGB value is (185,65,14). Sum of RGB (Red+Green+Blue) = 185+65+14=264 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.08% from 264); Green value is 65 (25.78% from 255 or 24.62% from 264); Blue value is 14 (5.86% from 255 or 5.30% from 264); Max value from RGB is 185 - color contains mainly: red. Hex color #B9410E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B9410E is #46BEF1. Grayscale: #5F5F5F. Windows color (decimal): -4636402 or 934329. OLE color: 934329.
HSL color Cylindrical-coordinate representation of color #B9410E: hue angle of 17.89º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B9410E is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 65 | 14 | - |
| CMYK | 0 | 0.65 | 0.92 | 0.27 |
| HSL | 17.89º | 0.86% | 0.39% | - |
| HSV(B) | 17.89º | 0.92% | 0.73% | - |
| XYZ | 21.98 | 14.13 | 1.98 | - |
| YUV | 95.07 | 82.26 | 192.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 65 | 14 | 0 | 0.65 | 0.92 | 0.27 | 17.89 | 0.86 | 0.39 |
| Hex | B9 | 41 | E | 0 | 41 | 5C | 1B | 12 | 56 | 27 |
| Octal | 271 | 101 | 16 | 0 | 101 | 134 | 33 | 22 | 126 | 47 |
| Binary | 10111001 | 1000001 | 1110 | 0 | 1000001 | 1011100 | 11011 | 10010 | 1010110 | 100111 |
Color Harmonies of #B9410E
Complementary color
Monochromatic Colors of #B9410E
Black with #B9410E
Text Example
Text Example
White with #B9410E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9410E; }
p { color: rgb(185,65,14); }
H1.HeaderClassName
{
color: #B9410E;
}
.AnyTagClassName
{
color: #B9410E;
}
</style>
background-color css
<style>
a { background-color: #B9410E; }
a { background-color: rgb(185,65,14); }
div.DivClassName
{
background-color: #B9410E;
}
.BgClassName
{
background-color: #B9410E;
}
</style>
border-color css
<style>
span { border-color: #B9410E; }
span { border-color: rgb(185,65,14); }
td.TdClassName
{
border-color: #B9410E;
}
.TagClassName
{
border-color: #B9410E;
}
</style>