Shades of Rust #B0390F
Tints of Rust #B0390F
RGB
CMYK
RGB Variations
Color information
#B0390F (or 0xB0390F) is known color: Rust. HEX triplet: B0, 39 and 0F. RGB value is (176,57,15). Sum of RGB (Red+Green+Blue) = 176+57+15=248 (32% of max value = 765). Red value is 176 (69.14% from 255 or 70.97% from 248); Green value is 57 (22.66% from 255 or 22.98% from 248); Blue value is 15 (6.25% from 255 or 6.05% from 248); Max value from RGB is 176 - color contains mainly: red. Hex color #B0390F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B0390F is #4FC6F0. Grayscale: #585858. Windows color (decimal): -5228273 or 997808. OLE color: 997808.
HSL color Cylindrical-coordinate representation of color #B0390F: hue angle of 15.65º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B0390F is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 57 | 15 | - |
| CMYK | 0 | 0.68 | 0.91 | 0.31 |
| HSL | 15.65º | 0.84% | 0.37% | - |
| HSV(B) | 15.65º | 0.91% | 0.69% | - |
| XYZ | 19.45 | 12.19 | 1.78 | - |
| YUV | 87.79 | 86.92 | 190.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 57 | 15 | 0 | 0.68 | 0.91 | 0.31 | 15.65 | 0.84 | 0.37 |
| Hex | B0 | 39 | F | 0 | 44 | 5B | 1F | 10 | 54 | 25 |
| Octal | 260 | 71 | 17 | 0 | 104 | 133 | 37 | 20 | 124 | 45 |
| Binary | 10110000 | 111001 | 1111 | 0 | 1000100 | 1011011 | 11111 | 10000 | 1010100 | 100101 |
Color Harmonies of #B0390F
Complementary color
Monochromatic Colors of #B0390F
Black with #B0390F
Text Example
Text Example
White with #B0390F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0390F; }
p { color: rgb(176,57,15); }
H1.HeaderClassName
{
color: #B0390F;
}
.AnyTagClassName
{
color: #B0390F;
}
</style>
background-color css
<style>
a { background-color: #B0390F; }
a { background-color: rgb(176,57,15); }
div.DivClassName
{
background-color: #B0390F;
}
.BgClassName
{
background-color: #B0390F;
}
</style>
border-color css
<style>
span { border-color: #B0390F; }
span { border-color: rgb(176,57,15); }
td.TdClassName
{
border-color: #B0390F;
}
.TagClassName
{
border-color: #B0390F;
}
</style>