Shades of Rust #B0490B
Tints of Rust #B0490B
RGB
CMYK
RGB Variations
Color information
#B0490B (or 0xB0490B) is known color: Rust. HEX triplet: B0, 49 and 0B. RGB value is (176,73,11). Sum of RGB (Red+Green+Blue) = 176+73+11=260 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.69% from 260); Green value is 73 (28.91% from 255 or 28.08% from 260); Blue value is 11 (4.69% from 255 or 4.23% from 260); Max value from RGB is 176 - color contains mainly: red. Hex color #B0490B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B0490B is #4FB6F4. Grayscale: #616161. Windows color (decimal): -5224181 or 739760. OLE color: 739760.
HSL color Cylindrical-coordinate representation of color #B0490B: hue angle of 22.55º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B0490B is Cyan = 0, Magento = 0.59, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 73 | 11 | - |
| CMYK | 0 | 0.59 | 0.94 | 0.31 |
| HSL | 22.55º | 0.88% | 0.37% | - |
| HSV(B) | 22.55º | 0.94% | 0.69% | - |
| XYZ | 20.35 | 14.02 | 1.95 | - |
| YUV | 96.73 | 79.62 | 184.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 73 | 11 | 0 | 0.59 | 0.94 | 0.31 | 22.55 | 0.88 | 0.37 |
| Hex | B0 | 49 | B | 0 | 3B | 5E | 1F | 17 | 58 | 25 |
| Octal | 260 | 111 | 13 | 0 | 73 | 136 | 37 | 27 | 130 | 45 |
| Binary | 10110000 | 1001001 | 1011 | 0 | 111011 | 1011110 | 11111 | 10111 | 1011000 | 100101 |
Color Harmonies of #B0490B
Complementary color
Monochromatic Colors of #B0490B
Black with #B0490B
Text Example
Text Example
White with #B0490B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0490B; }
p { color: rgb(176,73,11); }
H1.HeaderClassName
{
color: #B0490B;
}
.AnyTagClassName
{
color: #B0490B;
}
</style>
background-color css
<style>
a { background-color: #B0490B; }
a { background-color: rgb(176,73,11); }
div.DivClassName
{
background-color: #B0490B;
}
.BgClassName
{
background-color: #B0490B;
}
</style>
border-color css
<style>
span { border-color: #B0490B; }
span { border-color: rgb(176,73,11); }
td.TdClassName
{
border-color: #B0490B;
}
.TagClassName
{
border-color: #B0490B;
}
</style>