Shades of Rust #B2310E
Tints of Rust #B2310E
RGB
CMYK
RGB Variations
Color information
#B2310E (or 0xB2310E) is known color: Rust. HEX triplet: B2, 31 and 0E. RGB value is (178,49,14). Sum of RGB (Red+Green+Blue) = 178+49+14=241 (31% of max value = 765). Red value is 178 (69.92% from 255 or 73.86% from 241); Green value is 49 (19.53% from 255 or 20.33% from 241); Blue value is 14 (5.86% from 255 or 5.81% from 241); Max value from RGB is 178 - color contains mainly: red. Hex color #B2310E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B2310E is #4DCEF1. Grayscale: #535353. Windows color (decimal): -5099250 or 930226. OLE color: 930226.
HSL color Cylindrical-coordinate representation of color #B2310E: hue angle of 12.8º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B2310E is Cyan = 0, Magento = 0.72, Yellow = 0.92 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 49 | 14 | - |
| CMYK | 0 | 0.72 | 0.92 | 0.30 |
| HSL | 12.8º | 0.85% | 0.38% | - |
| HSV(B) | 12.8º | 0.92% | 0.7% | - |
| XYZ | 19.54 | 11.69 | 1.64 | - |
| YUV | 83.58 | 88.74 | 195.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 49 | 14 | 0 | 0.72 | 0.92 | 0.30 | 12.8 | 0.85 | 0.38 |
| Hex | B2 | 31 | E | 0 | 48 | 5C | 1E | D | 55 | 26 |
| Octal | 262 | 61 | 16 | 0 | 110 | 134 | 36 | 15 | 125 | 46 |
| Binary | 10110010 | 110001 | 1110 | 0 | 1001000 | 1011100 | 11110 | 1101 | 1010101 | 100110 |
Color Harmonies of #B2310E
Complementary color
Monochromatic Colors of #B2310E
Black with #B2310E
Text Example
Text Example
White with #B2310E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2310E; }
p { color: rgb(178,49,14); }
H1.HeaderClassName
{
color: #B2310E;
}
.AnyTagClassName
{
color: #B2310E;
}
</style>
background-color css
<style>
a { background-color: #B2310E; }
a { background-color: rgb(178,49,14); }
div.DivClassName
{
background-color: #B2310E;
}
.BgClassName
{
background-color: #B2310E;
}
</style>
border-color css
<style>
span { border-color: #B2310E; }
span { border-color: rgb(178,49,14); }
td.TdClassName
{
border-color: #B2310E;
}
.TagClassName
{
border-color: #B2310E;
}
</style>