Shades of Rust #B9491A
Tints of Rust #B9491A
RGB
CMYK
RGB Variations
Color information
#B9491A (or 0xB9491A) is known color: Rust. HEX triplet: B9, 49 and 1A. RGB value is (185,73,26). Sum of RGB (Red+Green+Blue) = 185+73+26=284 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.14% from 284); Green value is 73 (28.91% from 255 or 25.70% from 284); Blue value is 26 (10.55% from 255 or 9.15% from 284); Max value from RGB is 185 - color contains mainly: red. Hex color #B9491A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9491A is #46B6E5. Grayscale: #656565. Windows color (decimal): -4634342 or 1722809. OLE color: 1722809.
HSL color Cylindrical-coordinate representation of color #B9491A: hue angle of 17.74º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B9491A is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 73 | 26 | - |
| CMYK | 0 | 0.61 | 0.86 | 0.27 |
| HSL | 17.74º | 0.75% | 0.41% | - |
| HSV(B) | 17.74º | 0.86% | 0.73% | - |
| XYZ | 22.58 | 15.15 | 2.71 | - |
| YUV | 101.13 | 85.61 | 187.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 73 | 26 | 0 | 0.61 | 0.86 | 0.27 | 17.74 | 0.75 | 0.41 |
| Hex | B9 | 49 | 1A | 0 | 3D | 56 | 1B | 12 | 4B | 29 |
| Octal | 271 | 111 | 32 | 0 | 75 | 126 | 33 | 22 | 113 | 51 |
| Binary | 10111001 | 1001001 | 11010 | 0 | 111101 | 1010110 | 11011 | 10010 | 1001011 | 101001 |
Color Harmonies of #B9491A
Complementary color
Monochromatic Colors of #B9491A
Black with #B9491A
Text Example
Text Example
White with #B9491A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9491A; }
p { color: rgb(185,73,26); }
H1.HeaderClassName
{
color: #B9491A;
}
.AnyTagClassName
{
color: #B9491A;
}
</style>
background-color css
<style>
a { background-color: #B9491A; }
a { background-color: rgb(185,73,26); }
div.DivClassName
{
background-color: #B9491A;
}
.BgClassName
{
background-color: #B9491A;
}
</style>
border-color css
<style>
span { border-color: #B9491A; }
span { border-color: rgb(185,73,26); }
td.TdClassName
{
border-color: #B9491A;
}
.TagClassName
{
border-color: #B9491A;
}
</style>