Shades of Rust #B0491C
Tints of Rust #B0491C
RGB
CMYK
RGB Variations
Color information
#B0491C (or 0xB0491C) is known color: Rust. HEX triplet: B0, 49 and 1C. RGB value is (176,73,28). Sum of RGB (Red+Green+Blue) = 176+73+28=277 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.54% from 277); Green value is 73 (28.91% from 255 or 26.35% from 277); Blue value is 28 (11.33% from 255 or 10.11% from 277); Max value from RGB is 176 - color contains mainly: red. Hex color #B0491C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0491C is #4FB6E3. Grayscale: #626262. Windows color (decimal): -5224164 or 1853872. OLE color: 1853872.
HSL color Cylindrical-coordinate representation of color #B0491C: hue angle of 18.24º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B0491C is Cyan = 0, Magento = 0.59, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 73 | 28 | - |
| CMYK | 0 | 0.59 | 0.84 | 0.31 |
| HSL | 18.24º | 0.73% | 0.4% | - |
| HSV(B) | 18.24º | 0.84% | 0.69% | - |
| XYZ | 20.5 | 14.08 | 2.74 | - |
| YUV | 98.67 | 88.12 | 183.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 73 | 28 | 0 | 0.59 | 0.84 | 0.31 | 18.24 | 0.73 | 0.4 |
| Hex | B0 | 49 | 1C | 0 | 3B | 54 | 1F | 12 | 49 | 28 |
| Octal | 260 | 111 | 34 | 0 | 73 | 124 | 37 | 22 | 111 | 50 |
| Binary | 10110000 | 1001001 | 11100 | 0 | 111011 | 1010100 | 11111 | 10010 | 1001001 | 101000 |
Color Harmonies of #B0491C
Complementary color
Monochromatic Colors of #B0491C
Black with #B0491C
Text Example
Text Example
White with #B0491C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0491C; }
p { color: rgb(176,73,28); }
H1.HeaderClassName
{
color: #B0491C;
}
.AnyTagClassName
{
color: #B0491C;
}
</style>
background-color css
<style>
a { background-color: #B0491C; }
a { background-color: rgb(176,73,28); }
div.DivClassName
{
background-color: #B0491C;
}
.BgClassName
{
background-color: #B0491C;
}
</style>
border-color css
<style>
span { border-color: #B0491C; }
span { border-color: rgb(176,73,28); }
td.TdClassName
{
border-color: #B0491C;
}
.TagClassName
{
border-color: #B0491C;
}
</style>