Shades of Rust #B0440E
Tints of Rust #B0440E
RGB
CMYK
RGB Variations
Color information
#B0440E (or 0xB0440E) is known color: Rust. HEX triplet: B0, 44 and 0E. RGB value is (176,68,14). Sum of RGB (Red+Green+Blue) = 176+68+14=258 (34% of max value = 765). Red value is 176 (69.14% from 255 or 68.22% from 258); Green value is 68 (26.95% from 255 or 26.36% from 258); Blue value is 14 (5.86% from 255 or 5.43% from 258); Max value from RGB is 176 - color contains mainly: red. Hex color #B0440E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B0440E is #4FBBF1. Grayscale: #5E5E5E. Windows color (decimal): -5225458 or 935088. OLE color: 935088.
HSL color Cylindrical-coordinate representation of color #B0440E: hue angle of 20º 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 #B0440E is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 68 | 14 | - |
| CMYK | 0 | 0.61 | 0.92 | 0.31 |
| HSL | 20º | 0.85% | 0.37% | - |
| HSV(B) | 20º | 0.92% | 0.69% | - |
| XYZ | 20.05 | 13.4 | 1.94 | - |
| YUV | 94.14 | 82.78 | 186.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 68 | 14 | 0 | 0.61 | 0.92 | 0.31 | 20 | 0.85 | 0.37 |
| Hex | B0 | 44 | E | 0 | 3D | 5C | 1F | 14 | 55 | 25 |
| Octal | 260 | 104 | 16 | 0 | 75 | 134 | 37 | 24 | 125 | 45 |
| Binary | 10110000 | 1000100 | 1110 | 0 | 111101 | 1011100 | 11111 | 10100 | 1010101 | 100101 |
Color Harmonies of #B0440E
Complementary color
Monochromatic Colors of #B0440E
Black with #B0440E
Text Example
Text Example
White with #B0440E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0440E; }
p { color: rgb(176,68,14); }
H1.HeaderClassName
{
color: #B0440E;
}
.AnyTagClassName
{
color: #B0440E;
}
</style>
background-color css
<style>
a { background-color: #B0440E; }
a { background-color: rgb(176,68,14); }
div.DivClassName
{
background-color: #B0440E;
}
.BgClassName
{
background-color: #B0440E;
}
</style>
border-color css
<style>
span { border-color: #B0440E; }
span { border-color: rgb(176,68,14); }
td.TdClassName
{
border-color: #B0440E;
}
.TagClassName
{
border-color: #B0440E;
}
</style>