Shades of Rust #B0490D
Tints of Rust #B0490D
RGB
CMYK
RGB Variations
Color information
#B0490D (or 0xB0490D) is known color: Rust. HEX triplet: B0, 49 and 0D. RGB value is (176,73,13). Sum of RGB (Red+Green+Blue) = 176+73+13=262 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.18% from 262); Green value is 73 (28.91% from 255 or 27.86% from 262); Blue value is 13 (5.47% from 255 or 4.96% from 262); Max value from RGB is 176 - color contains mainly: red. Hex color #B0490D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B0490D is #4FB6F2. Grayscale: #616161. Windows color (decimal): -5224179 or 870832. OLE color: 870832.
HSL color Cylindrical-coordinate representation of color #B0490D: hue angle of 22.09º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B0490D is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 73 | 13 | - |
| CMYK | 0 | 0.59 | 0.93 | 0.31 |
| HSL | 22.09º | 0.86% | 0.37% | - |
| HSV(B) | 22.09º | 0.93% | 0.69% | - |
| XYZ | 20.36 | 14.02 | 2.01 | - |
| YUV | 96.96 | 80.62 | 184.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 73 | 13 | 0 | 0.59 | 0.93 | 0.31 | 22.09 | 0.86 | 0.37 |
| Hex | B0 | 49 | D | 0 | 3B | 5D | 1F | 16 | 56 | 25 |
| Octal | 260 | 111 | 15 | 0 | 73 | 135 | 37 | 26 | 126 | 45 |
| Binary | 10110000 | 1001001 | 1101 | 0 | 111011 | 1011101 | 11111 | 10110 | 1010110 | 100101 |
Color Harmonies of #B0490D
Complementary color
Monochromatic Colors of #B0490D
Black with #B0490D
Text Example
Text Example
White with #B0490D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0490D; }
p { color: rgb(176,73,13); }
H1.HeaderClassName
{
color: #B0490D;
}
.AnyTagClassName
{
color: #B0490D;
}
</style>
background-color css
<style>
a { background-color: #B0490D; }
a { background-color: rgb(176,73,13); }
div.DivClassName
{
background-color: #B0490D;
}
.BgClassName
{
background-color: #B0490D;
}
</style>
border-color css
<style>
span { border-color: #B0490D; }
span { border-color: rgb(176,73,13); }
td.TdClassName
{
border-color: #B0490D;
}
.TagClassName
{
border-color: #B0490D;
}
</style>