Shades of Rust #B9461C
Tints of Rust #B9461C
RGB
CMYK
RGB Variations
Color information
#B9461C (or 0xB9461C) is known color: Rust. HEX triplet: B9, 46 and 1C. RGB value is (185,70,28). Sum of RGB (Red+Green+Blue) = 185+70+28=283 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.37% from 283); Green value is 70 (27.73% from 255 or 24.73% from 283); Blue value is 28 (11.33% from 255 or 9.89% from 283); Max value from RGB is 185 - color contains mainly: red. Hex color #B9461C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9461C is #46B9E3. Grayscale: #636363. Windows color (decimal): -4635108 or 1853113. OLE color: 1853113.
HSL color Cylindrical-coordinate representation of color #B9461C: hue angle of 16.05º 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 #B9461C is Cyan = 0, Magento = 0.62, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 70 | 28 | - |
| CMYK | 0 | 0.62 | 0.85 | 0.27 |
| HSL | 16.05º | 0.74% | 0.42% | - |
| HSV(B) | 16.05º | 0.85% | 0.73% | - |
| XYZ | 22.41 | 14.78 | 2.77 | - |
| YUV | 99.6 | 87.6 | 188.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 70 | 28 | 0 | 0.62 | 0.85 | 0.27 | 16.05 | 0.74 | 0.42 |
| Hex | B9 | 46 | 1C | 0 | 3E | 55 | 1B | 10 | 4A | 2A |
| Octal | 271 | 106 | 34 | 0 | 76 | 125 | 33 | 20 | 112 | 52 |
| Binary | 10111001 | 1000110 | 11100 | 0 | 111110 | 1010101 | 11011 | 10000 | 1001010 | 101010 |
Color Harmonies of #B9461C
Complementary color
Monochromatic Colors of #B9461C
Black with #B9461C
Text Example
Text Example
White with #B9461C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9461C; }
p { color: rgb(185,70,28); }
H1.HeaderClassName
{
color: #B9461C;
}
.AnyTagClassName
{
color: #B9461C;
}
</style>
background-color css
<style>
a { background-color: #B9461C; }
a { background-color: rgb(185,70,28); }
div.DivClassName
{
background-color: #B9461C;
}
.BgClassName
{
background-color: #B9461C;
}
</style>
border-color css
<style>
span { border-color: #B9461C; }
span { border-color: rgb(185,70,28); }
td.TdClassName
{
border-color: #B9461C;
}
.TagClassName
{
border-color: #B9461C;
}
</style>