Shades of Rust #B2370B
Tints of Rust #B2370B
RGB
CMYK
RGB Variations
Color information
#B2370B (or 0xB2370B) is known color: Rust. HEX triplet: B2, 37 and 0B. RGB value is (178,55,11). Sum of RGB (Red+Green+Blue) = 178+55+11=244 (32% of max value = 765). Red value is 178 (69.92% from 255 or 72.95% from 244); Green value is 55 (21.88% from 255 or 22.54% from 244); Blue value is 11 (4.69% from 255 or 4.51% from 244); Max value from RGB is 178 - color contains mainly: red. Hex color #B2370B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B2370B is #4DC8F4. Grayscale: #575757. Windows color (decimal): -5097717 or 735154. OLE color: 735154.
HSL color Cylindrical-coordinate representation of color #B2370B: hue angle of 15.81º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B2370B is Cyan = 0, Magento = 0.69, Yellow = 0.94 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 55 | 11 | - |
| CMYK | 0 | 0.69 | 0.94 | 0.30 |
| HSL | 15.81º | 0.88% | 0.37% | - |
| HSV(B) | 15.81º | 0.94% | 0.7% | - |
| XYZ | 19.79 | 12.22 | 1.63 | - |
| YUV | 86.76 | 85.25 | 193.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 55 | 11 | 0 | 0.69 | 0.94 | 0.30 | 15.81 | 0.88 | 0.37 |
| Hex | B2 | 37 | B | 0 | 45 | 5E | 1E | 10 | 58 | 25 |
| Octal | 262 | 67 | 13 | 0 | 105 | 136 | 36 | 20 | 130 | 45 |
| Binary | 10110010 | 110111 | 1011 | 0 | 1000101 | 1011110 | 11110 | 10000 | 1011000 | 100101 |
Color Harmonies of #B2370B
Complementary color
Monochromatic Colors of #B2370B
Black with #B2370B
Text Example
Text Example
White with #B2370B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2370B; }
p { color: rgb(178,55,11); }
H1.HeaderClassName
{
color: #B2370B;
}
.AnyTagClassName
{
color: #B2370B;
}
</style>
background-color css
<style>
a { background-color: #B2370B; }
a { background-color: rgb(178,55,11); }
div.DivClassName
{
background-color: #B2370B;
}
.BgClassName
{
background-color: #B2370B;
}
</style>
border-color css
<style>
span { border-color: #B2370B; }
span { border-color: rgb(178,55,11); }
td.TdClassName
{
border-color: #B2370B;
}
.TagClassName
{
border-color: #B2370B;
}
</style>