Shades of Rust #B9411C
Tints of Rust #B9411C
RGB
CMYK
RGB Variations
Color information
#B9411C (or 0xB9411C) is known color: Rust. HEX triplet: B9, 41 and 1C. RGB value is (185,65,28). Sum of RGB (Red+Green+Blue) = 185+65+28=278 (36% of max value = 765). Red value is 185 (72.66% from 255 or 66.55% from 278); Green value is 65 (25.78% from 255 or 23.38% from 278); Blue value is 28 (11.33% from 255 or 10.07% from 278); Max value from RGB is 185 - color contains mainly: red. Hex color #B9411C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9411C is #46BEE3. Grayscale: #606060. Windows color (decimal): -4636388 or 1851833. OLE color: 1851833.
HSL color Cylindrical-coordinate representation of color #B9411C: hue angle of 14.14º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B9411C is Cyan = 0, Magento = 0.65, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 65 | 28 | - |
| CMYK | 0 | 0.65 | 0.85 | 0.27 |
| HSL | 14.14º | 0.74% | 0.42% | - |
| HSV(B) | 14.14º | 0.85% | 0.73% | - |
| XYZ | 22.11 | 14.18 | 2.67 | - |
| YUV | 96.66 | 89.26 | 191.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 65 | 28 | 0 | 0.65 | 0.85 | 0.27 | 14.14 | 0.74 | 0.42 |
| Hex | B9 | 41 | 1C | 0 | 41 | 55 | 1B | E | 4A | 2A |
| Octal | 271 | 101 | 34 | 0 | 101 | 125 | 33 | 16 | 112 | 52 |
| Binary | 10111001 | 1000001 | 11100 | 0 | 1000001 | 1010101 | 11011 | 1110 | 1001010 | 101010 |
Color Harmonies of #B9411C
Complementary color
Monochromatic Colors of #B9411C
Black with #B9411C
Text Example
Text Example
White with #B9411C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9411C; }
p { color: rgb(185,65,28); }
H1.HeaderClassName
{
color: #B9411C;
}
.AnyTagClassName
{
color: #B9411C;
}
</style>
background-color css
<style>
a { background-color: #B9411C; }
a { background-color: rgb(185,65,28); }
div.DivClassName
{
background-color: #B9411C;
}
.BgClassName
{
background-color: #B9411C;
}
</style>
border-color css
<style>
span { border-color: #B9411C; }
span { border-color: rgb(185,65,28); }
td.TdClassName
{
border-color: #B9411C;
}
.TagClassName
{
border-color: #B9411C;
}
</style>