Shades of Rust #B0390B
Tints of Rust #B0390B
RGB
CMYK
RGB Variations
Color information
#B0390B (or 0xB0390B) is known color: Rust. HEX triplet: B0, 39 and 0B. RGB value is (176,57,11). Sum of RGB (Red+Green+Blue) = 176+57+11=244 (32% of max value = 765). Red value is 176 (69.14% from 255 or 72.13% from 244); Green value is 57 (22.66% from 255 or 23.36% from 244); Blue value is 11 (4.69% from 255 or 4.51% from 244); Max value from RGB is 176 - color contains mainly: red. Hex color #B0390B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B0390B is #4FC6F4. Grayscale: #575757. Windows color (decimal): -5228277 or 735664. OLE color: 735664.
HSL color Cylindrical-coordinate representation of color #B0390B: hue angle of 16.73º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B0390B is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 57 | 11 | - |
| CMYK | 0 | 0.68 | 0.94 | 0.31 |
| HSL | 16.73º | 0.88% | 0.37% | - |
| HSV(B) | 16.73º | 0.94% | 0.69% | - |
| XYZ | 19.43 | 12.18 | 1.64 | - |
| YUV | 87.34 | 84.92 | 191.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 57 | 11 | 0 | 0.68 | 0.94 | 0.31 | 16.73 | 0.88 | 0.37 |
| Hex | B0 | 39 | B | 0 | 44 | 5E | 1F | 11 | 58 | 25 |
| Octal | 260 | 71 | 13 | 0 | 104 | 136 | 37 | 21 | 130 | 45 |
| Binary | 10110000 | 111001 | 1011 | 0 | 1000100 | 1011110 | 11111 | 10001 | 1011000 | 100101 |
Color Harmonies of #B0390B
Complementary color
Monochromatic Colors of #B0390B
Black with #B0390B
Text Example
Text Example
White with #B0390B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0390B; }
p { color: rgb(176,57,11); }
H1.HeaderClassName
{
color: #B0390B;
}
.AnyTagClassName
{
color: #B0390B;
}
</style>
background-color css
<style>
a { background-color: #B0390B; }
a { background-color: rgb(176,57,11); }
div.DivClassName
{
background-color: #B0390B;
}
.BgClassName
{
background-color: #B0390B;
}
</style>
border-color css
<style>
span { border-color: #B0390B; }
span { border-color: rgb(176,57,11); }
td.TdClassName
{
border-color: #B0390B;
}
.TagClassName
{
border-color: #B0390B;
}
</style>