Shades of Rust #B0491B
Tints of Rust #B0491B
RGB
CMYK
RGB Variations
Color information
#B0491B (or 0xB0491B) is known color: Rust. HEX triplet: B0, 49 and 1B. RGB value is (176,73,27). Sum of RGB (Red+Green+Blue) = 176+73+27=276 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.77% from 276); Green value is 73 (28.91% from 255 or 26.45% from 276); Blue value is 27 (10.94% from 255 or 9.78% from 276); Max value from RGB is 176 - color contains mainly: red. Hex color #B0491B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0491B is #4FB6E4. Grayscale: #626262. Windows color (decimal): -5224165 or 1788336. OLE color: 1788336.
HSL color Cylindrical-coordinate representation of color #B0491B: hue angle of 18.52º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B0491B is Cyan = 0, Magento = 0.59, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 73 | 27 | - |
| CMYK | 0 | 0.59 | 0.85 | 0.31 |
| HSL | 18.52º | 0.73% | 0.4% | - |
| HSV(B) | 18.52º | 0.85% | 0.69% | - |
| XYZ | 20.48 | 14.07 | 2.67 | - |
| YUV | 98.55 | 87.62 | 183.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 73 | 27 | 0 | 0.59 | 0.85 | 0.31 | 18.52 | 0.73 | 0.4 |
| Hex | B0 | 49 | 1B | 0 | 3B | 55 | 1F | 13 | 49 | 28 |
| Octal | 260 | 111 | 33 | 0 | 73 | 125 | 37 | 23 | 111 | 50 |
| Binary | 10110000 | 1001001 | 11011 | 0 | 111011 | 1010101 | 11111 | 10011 | 1001001 | 101000 |
Color Harmonies of #B0491B
Complementary color
Monochromatic Colors of #B0491B
Black with #B0491B
Text Example
Text Example
White with #B0491B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0491B; }
p { color: rgb(176,73,27); }
H1.HeaderClassName
{
color: #B0491B;
}
.AnyTagClassName
{
color: #B0491B;
}
</style>
background-color css
<style>
a { background-color: #B0491B; }
a { background-color: rgb(176,73,27); }
div.DivClassName
{
background-color: #B0491B;
}
.BgClassName
{
background-color: #B0491B;
}
</style>
border-color css
<style>
span { border-color: #B0491B; }
span { border-color: rgb(176,73,27); }
td.TdClassName
{
border-color: #B0491B;
}
.TagClassName
{
border-color: #B0491B;
}
</style>