Shades of Rust #B0500C
Tints of Rust #B0500C
RGB
CMYK
RGB Variations
Color information
#B0500C (or 0xB0500C) is known color: Rust. HEX triplet: B0, 50 and 0C. RGB value is (176,80,12). Sum of RGB (Red+Green+Blue) = 176+80+12=268 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.67% from 268); Green value is 80 (31.64% from 255 or 29.85% from 268); Blue value is 12 (5.08% from 255 or 4.48% from 268); Max value from RGB is 176 - color contains mainly: red. Hex color #B0500C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B0500C is #4FAFF3. Grayscale: #656565. Windows color (decimal): -5222388 or 807088. OLE color: 807088.
HSL color Cylindrical-coordinate representation of color #B0500C: hue angle of 24.88º degrees, saturation: 0.87, 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 #B0500C is Cyan = 0, Magento = 0.55, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 80 | 12 | - |
| CMYK | 0 | 0.55 | 0.93 | 0.31 |
| HSL | 24.88º | 0.87% | 0.37% | - |
| HSV(B) | 24.88º | 0.93% | 0.69% | - |
| XYZ | 20.84 | 14.99 | 2.14 | - |
| YUV | 100.95 | 77.8 | 181.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 80 | 12 | 0 | 0.55 | 0.93 | 0.31 | 24.88 | 0.87 | 0.37 |
| Hex | B0 | 50 | C | 0 | 37 | 5D | 1F | 19 | 57 | 25 |
| Octal | 260 | 120 | 14 | 0 | 67 | 135 | 37 | 31 | 127 | 45 |
| Binary | 10110000 | 1010000 | 1100 | 0 | 110111 | 1011101 | 11111 | 11001 | 1010111 | 100101 |
Color Harmonies of #B0500C
Complementary color
Monochromatic Colors of #B0500C
Black with #B0500C
Text Example
Text Example
White with #B0500C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0500C; }
p { color: rgb(176,80,12); }
H1.HeaderClassName
{
color: #B0500C;
}
.AnyTagClassName
{
color: #B0500C;
}
</style>
background-color css
<style>
a { background-color: #B0500C; }
a { background-color: rgb(176,80,12); }
div.DivClassName
{
background-color: #B0500C;
}
.BgClassName
{
background-color: #B0500C;
}
</style>
border-color css
<style>
span { border-color: #B0500C; }
span { border-color: rgb(176,80,12); }
td.TdClassName
{
border-color: #B0500C;
}
.TagClassName
{
border-color: #B0500C;
}
</style>