Shades of Rust #B2371C
Tints of Rust #B2371C
RGB
CMYK
RGB Variations
Color information
#B2371C (or 0xB2371C) is known color: Rust. HEX triplet: B2, 37 and 1C. RGB value is (178,55,28). Sum of RGB (Red+Green+Blue) = 178+55+28=261 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.20% from 261); Green value is 55 (21.88% from 255 or 21.07% from 261); Blue value is 28 (11.33% from 255 or 10.73% from 261); Max value from RGB is 178 - color contains mainly: red. Hex color #B2371C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2371C is #4DC8E3. Grayscale: #585858. Windows color (decimal): -5097700 or 1849266. OLE color: 1849266.
HSL color Cylindrical-coordinate representation of color #B2371C: hue angle of 10.8º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B2371C is Cyan = 0, Magento = 0.69, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 55 | 28 | - |
| CMYK | 0 | 0.69 | 0.84 | 0.30 |
| HSL | 10.8º | 0.73% | 0.4% | - |
| HSV(B) | 10.8º | 0.84% | 0.7% | - |
| XYZ | 19.94 | 12.28 | 2.42 | - |
| YUV | 88.7 | 93.75 | 191.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 55 | 28 | 0 | 0.69 | 0.84 | 0.30 | 10.8 | 0.73 | 0.4 |
| Hex | B2 | 37 | 1C | 0 | 45 | 54 | 1E | B | 49 | 28 |
| Octal | 262 | 67 | 34 | 0 | 105 | 124 | 36 | 13 | 111 | 50 |
| Binary | 10110010 | 110111 | 11100 | 0 | 1000101 | 1010100 | 11110 | 1011 | 1001001 | 101000 |
Color Harmonies of #B2371C
Complementary color
Monochromatic Colors of #B2371C
Black with #B2371C
Text Example
Text Example
White with #B2371C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2371C; }
p { color: rgb(178,55,28); }
H1.HeaderClassName
{
color: #B2371C;
}
.AnyTagClassName
{
color: #B2371C;
}
</style>
background-color css
<style>
a { background-color: #B2371C; }
a { background-color: rgb(178,55,28); }
div.DivClassName
{
background-color: #B2371C;
}
.BgClassName
{
background-color: #B2371C;
}
</style>
border-color css
<style>
span { border-color: #B2371C; }
span { border-color: rgb(178,55,28); }
td.TdClassName
{
border-color: #B2371C;
}
.TagClassName
{
border-color: #B2371C;
}
</style>