Shades of Rust #B0391C
Tints of Rust #B0391C
RGB
CMYK
RGB Variations
Color information
#B0391C (or 0xB0391C) is known color: Rust. HEX triplet: B0, 39 and 1C. RGB value is (176,57,28). Sum of RGB (Red+Green+Blue) = 176+57+28=261 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.43% from 261); Green value is 57 (22.66% from 255 or 21.84% from 261); Blue value is 28 (11.33% from 255 or 10.73% from 261); Max value from RGB is 176 - color contains mainly: red. Hex color #B0391C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0391C is #4FC6E3. Grayscale: #595959. Windows color (decimal): -5228260 or 1849776. OLE color: 1849776.
HSL color Cylindrical-coordinate representation of color #B0391C: hue angle of 11.76º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B0391C is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 57 | 28 | - |
| CMYK | 0 | 0.68 | 0.84 | 0.31 |
| HSL | 11.76º | 0.73% | 0.4% | - |
| HSV(B) | 11.76º | 0.84% | 0.69% | - |
| XYZ | 19.58 | 12.24 | 2.43 | - |
| YUV | 89.28 | 93.42 | 189.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 57 | 28 | 0 | 0.68 | 0.84 | 0.31 | 11.76 | 0.73 | 0.4 |
| Hex | B0 | 39 | 1C | 0 | 44 | 54 | 1F | C | 49 | 28 |
| Octal | 260 | 71 | 34 | 0 | 104 | 124 | 37 | 14 | 111 | 50 |
| Binary | 10110000 | 111001 | 11100 | 0 | 1000100 | 1010100 | 11111 | 1100 | 1001001 | 101000 |
Color Harmonies of #B0391C
Complementary color
Monochromatic Colors of #B0391C
Black with #B0391C
Text Example
Text Example
White with #B0391C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0391C; }
p { color: rgb(176,57,28); }
H1.HeaderClassName
{
color: #B0391C;
}
.AnyTagClassName
{
color: #B0391C;
}
</style>
background-color css
<style>
a { background-color: #B0391C; }
a { background-color: rgb(176,57,28); }
div.DivClassName
{
background-color: #B0391C;
}
.BgClassName
{
background-color: #B0391C;
}
</style>
border-color css
<style>
span { border-color: #B0391C; }
span { border-color: rgb(176,57,28); }
td.TdClassName
{
border-color: #B0391C;
}
.TagClassName
{
border-color: #B0391C;
}
</style>