Shades of Rust #B0490E
Tints of Rust #B0490E
RGB
CMYK
RGB Variations
Color information
#B0490E (or 0xB0490E) is known color: Rust. HEX triplet: B0, 49 and 0E. RGB value is (176,73,14). Sum of RGB (Red+Green+Blue) = 176+73+14=263 (34% of max value = 765). Red value is 176 (69.14% from 255 or 66.92% from 263); Green value is 73 (28.91% from 255 or 27.76% from 263); Blue value is 14 (5.86% from 255 or 5.32% from 263); Max value from RGB is 176 - color contains mainly: red. Hex color #B0490E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B0490E is #4FB6F1. Grayscale: #616161. Windows color (decimal): -5224178 or 936368. OLE color: 936368.
HSL color Cylindrical-coordinate representation of color #B0490E: hue angle of 21.85º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B0490E is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 73 | 14 | - |
| CMYK | 0 | 0.59 | 0.92 | 0.31 |
| HSL | 21.85º | 0.85% | 0.37% | - |
| HSV(B) | 21.85º | 0.92% | 0.69% | - |
| XYZ | 20.37 | 14.03 | 2.05 | - |
| YUV | 97.07 | 81.12 | 184.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 73 | 14 | 0 | 0.59 | 0.92 | 0.31 | 21.85 | 0.85 | 0.37 |
| Hex | B0 | 49 | E | 0 | 3B | 5C | 1F | 16 | 55 | 25 |
| Octal | 260 | 111 | 16 | 0 | 73 | 134 | 37 | 26 | 125 | 45 |
| Binary | 10110000 | 1001001 | 1110 | 0 | 111011 | 1011100 | 11111 | 10110 | 1010101 | 100101 |
Color Harmonies of #B0490E
Complementary color
Monochromatic Colors of #B0490E
Black with #B0490E
Text Example
Text Example
White with #B0490E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0490E; }
p { color: rgb(176,73,14); }
H1.HeaderClassName
{
color: #B0490E;
}
.AnyTagClassName
{
color: #B0490E;
}
</style>
background-color css
<style>
a { background-color: #B0490E; }
a { background-color: rgb(176,73,14); }
div.DivClassName
{
background-color: #B0490E;
}
.BgClassName
{
background-color: #B0490E;
}
</style>
border-color css
<style>
span { border-color: #B0490E; }
span { border-color: rgb(176,73,14); }
td.TdClassName
{
border-color: #B0490E;
}
.TagClassName
{
border-color: #B0490E;
}
</style>