Shades of Rust #B4371C
Tints of Rust #B4371C
RGB
CMYK
RGB Variations
Color information
#B4371C (or 0xB4371C) is known color: Rust. HEX triplet: B4, 37 and 1C. RGB value is (180,55,28). Sum of RGB (Red+Green+Blue) = 180+55+28=263 (34% of max value = 765). Red value is 180 (70.70% from 255 or 68.44% from 263); Green value is 55 (21.88% from 255 or 20.91% from 263); Blue value is 28 (11.33% from 255 or 10.65% from 263); Max value from RGB is 180 - color contains mainly: red. Hex color #B4371C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4371C is #4BC8E3. Grayscale: #595959. Windows color (decimal): -4966628 or 1849268. OLE color: 1849268.
HSL color Cylindrical-coordinate representation of color #B4371C: hue angle of 10.66º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B4371C is Cyan = 0, Magento = 0.69, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 55 | 28 | - |
| CMYK | 0 | 0.69 | 0.84 | 0.29 |
| HSL | 10.66º | 0.73% | 0.41% | - |
| HSV(B) | 10.66º | 0.84% | 0.71% | - |
| XYZ | 20.4 | 12.52 | 2.44 | - |
| YUV | 89.3 | 93.41 | 192.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 55 | 28 | 0 | 0.69 | 0.84 | 0.29 | 10.66 | 0.73 | 0.41 |
| Hex | B4 | 37 | 1C | 0 | 45 | 54 | 1D | B | 49 | 29 |
| Octal | 264 | 67 | 34 | 0 | 105 | 124 | 35 | 13 | 111 | 51 |
| Binary | 10110100 | 110111 | 11100 | 0 | 1000101 | 1010100 | 11101 | 1011 | 1001001 | 101001 |
Color Harmonies of #B4371C
Complementary color
Monochromatic Colors of #B4371C
Black with #B4371C
Text Example
Text Example
White with #B4371C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4371C; }
p { color: rgb(180,55,28); }
H1.HeaderClassName
{
color: #B4371C;
}
.AnyTagClassName
{
color: #B4371C;
}
</style>
background-color css
<style>
a { background-color: #B4371C; }
a { background-color: rgb(180,55,28); }
div.DivClassName
{
background-color: #B4371C;
}
.BgClassName
{
background-color: #B4371C;
}
</style>
border-color css
<style>
span { border-color: #B4371C; }
span { border-color: rgb(180,55,28); }
td.TdClassName
{
border-color: #B4371C;
}
.TagClassName
{
border-color: #B4371C;
}
</style>