Shades of Rust #B0371F
Tints of Rust #B0371F
RGB
CMYK
RGB Variations
Color information
#B0371F (or 0xB0371F) is known color: Rust. HEX triplet: B0, 37 and 1F. RGB value is (176,55,31). Sum of RGB (Red+Green+Blue) = 176+55+31=262 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.18% from 262); Green value is 55 (21.88% from 255 or 20.99% from 262); Blue value is 31 (12.5% from 255 or 11.83% from 262); Max value from RGB is 176 - color contains mainly: red. Hex color #B0371F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0371F is #4FC8E0. Grayscale: #585858. Windows color (decimal): -5228769 or 2045872. OLE color: 2045872.
HSL color Cylindrical-coordinate representation of color #B0371F: hue angle of 9.93º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B0371F is Cyan = 0, Magento = 0.69, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 55 | 31 | - |
| CMYK | 0 | 0.69 | 0.82 | 0.31 |
| HSL | 9.93º | 0.7% | 0.41% | - |
| HSV(B) | 9.93º | 0.82% | 0.69% | - |
| XYZ | 19.52 | 12.06 | 2.6 | - |
| YUV | 88.44 | 95.59 | 190.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 55 | 31 | 0 | 0.69 | 0.82 | 0.31 | 9.93 | 0.7 | 0.41 |
| Hex | B0 | 37 | 1F | 0 | 45 | 52 | 1F | A | 46 | 29 |
| Octal | 260 | 67 | 37 | 0 | 105 | 122 | 37 | 12 | 106 | 51 |
| Binary | 10110000 | 110111 | 11111 | 0 | 1000101 | 1010010 | 11111 | 1010 | 1000110 | 101001 |
Color Harmonies of #B0371F
Complementary color
Monochromatic Colors of #B0371F
Black with #B0371F
Text Example
Text Example
White with #B0371F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0371F; }
p { color: rgb(176,55,31); }
H1.HeaderClassName
{
color: #B0371F;
}
.AnyTagClassName
{
color: #B0371F;
}
</style>
background-color css
<style>
a { background-color: #B0371F; }
a { background-color: rgb(176,55,31); }
div.DivClassName
{
background-color: #B0371F;
}
.BgClassName
{
background-color: #B0371F;
}
</style>
border-color css
<style>
span { border-color: #B0371F; }
span { border-color: rgb(176,55,31); }
td.TdClassName
{
border-color: #B0371F;
}
.TagClassName
{
border-color: #B0371F;
}
</style>