Shades of Rust #B9410F
Tints of Rust #B9410F
RGB
CMYK
RGB Variations
Color information
#B9410F (or 0xB9410F) is known color: Rust. HEX triplet: B9, 41 and 0F. RGB value is (185,65,15). Sum of RGB (Red+Green+Blue) = 185+65+15=265 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.81% from 265); Green value is 65 (25.78% from 255 or 24.53% from 265); Blue value is 15 (6.25% from 255 or 5.66% from 265); Max value from RGB is 185 - color contains mainly: red. Hex color #B9410F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B9410F is #46BEF0. Grayscale: #5F5F5F. Windows color (decimal): -4636401 or 999865. OLE color: 999865.
HSL color Cylindrical-coordinate representation of color #B9410F: hue angle of 17.65º degrees, saturation: 0.85, 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 #B9410F is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 65 | 15 | - |
| CMYK | 0 | 0.65 | 0.92 | 0.27 |
| HSL | 17.65º | 0.85% | 0.39% | - |
| HSV(B) | 17.65º | 0.92% | 0.73% | - |
| XYZ | 21.98 | 14.13 | 2.02 | - |
| YUV | 95.18 | 82.76 | 192.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 65 | 15 | 0 | 0.65 | 0.92 | 0.27 | 17.65 | 0.85 | 0.39 |
| Hex | B9 | 41 | F | 0 | 41 | 5C | 1B | 12 | 55 | 27 |
| Octal | 271 | 101 | 17 | 0 | 101 | 134 | 33 | 22 | 125 | 47 |
| Binary | 10111001 | 1000001 | 1111 | 0 | 1000001 | 1011100 | 11011 | 10010 | 1010101 | 100111 |
Color Harmonies of #B9410F
Complementary color
Monochromatic Colors of #B9410F
Black with #B9410F
Text Example
Text Example
White with #B9410F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9410F; }
p { color: rgb(185,65,15); }
H1.HeaderClassName
{
color: #B9410F;
}
.AnyTagClassName
{
color: #B9410F;
}
</style>
background-color css
<style>
a { background-color: #B9410F; }
a { background-color: rgb(185,65,15); }
div.DivClassName
{
background-color: #B9410F;
}
.BgClassName
{
background-color: #B9410F;
}
</style>
border-color css
<style>
span { border-color: #B9410F; }
span { border-color: rgb(185,65,15); }
td.TdClassName
{
border-color: #B9410F;
}
.TagClassName
{
border-color: #B9410F;
}
</style>