Shades of Rust #B0500E
Tints of Rust #B0500E
RGB
CMYK
RGB Variations
Color information
#B0500E (or 0xB0500E) is known color: Rust. HEX triplet: B0, 50 and 0E. RGB value is (176,80,14). Sum of RGB (Red+Green+Blue) = 176+80+14=270 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.19% from 270); Green value is 80 (31.64% from 255 or 29.63% from 270); Blue value is 14 (5.86% from 255 or 5.19% from 270); Max value from RGB is 176 - color contains mainly: red. Hex color #B0500E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B0500E is #4FAFF1. Grayscale: #656565. Windows color (decimal): -5222386 or 938160. OLE color: 938160.
HSL color Cylindrical-coordinate representation of color #B0500E: hue angle of 24.44º 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 #B0500E is Cyan = 0, Magento = 0.55, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 80 | 14 | - |
| CMYK | 0 | 0.55 | 0.92 | 0.31 |
| HSL | 24.44º | 0.85% | 0.37% | - |
| HSV(B) | 24.44º | 0.92% | 0.69% | - |
| XYZ | 20.85 | 15 | 2.21 | - |
| YUV | 101.18 | 78.8 | 181.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 80 | 14 | 0 | 0.55 | 0.92 | 0.31 | 24.44 | 0.85 | 0.37 |
| Hex | B0 | 50 | E | 0 | 37 | 5C | 1F | 18 | 55 | 25 |
| Octal | 260 | 120 | 16 | 0 | 67 | 134 | 37 | 30 | 125 | 45 |
| Binary | 10110000 | 1010000 | 1110 | 0 | 110111 | 1011100 | 11111 | 11000 | 1010101 | 100101 |
Color Harmonies of #B0500E
Complementary color
Monochromatic Colors of #B0500E
Black with #B0500E
Text Example
Text Example
White with #B0500E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0500E; }
p { color: rgb(176,80,14); }
H1.HeaderClassName
{
color: #B0500E;
}
.AnyTagClassName
{
color: #B0500E;
}
</style>
background-color css
<style>
a { background-color: #B0500E; }
a { background-color: rgb(176,80,14); }
div.DivClassName
{
background-color: #B0500E;
}
.BgClassName
{
background-color: #B0500E;
}
</style>
border-color css
<style>
span { border-color: #B0500E; }
span { border-color: rgb(176,80,14); }
td.TdClassName
{
border-color: #B0500E;
}
.TagClassName
{
border-color: #B0500E;
}
</style>