Shades of Rust #B2340E
Tints of Rust #B2340E
RGB
CMYK
RGB Variations
Color information
#B2340E (or 0xB2340E) is known color: Rust. HEX triplet: B2, 34 and 0E. RGB value is (178,52,14). Sum of RGB (Red+Green+Blue) = 178+52+14=244 (32% of max value = 765). Red value is 178 (69.92% from 255 or 72.95% from 244); Green value is 52 (20.70% from 255 or 21.31% from 244); Blue value is 14 (5.86% from 255 or 5.74% from 244); Max value from RGB is 178 - color contains mainly: red. Hex color #B2340E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B2340E is #4DCBF1. Grayscale: #555555. Windows color (decimal): -5098482 or 930994. OLE color: 930994.
HSL color Cylindrical-coordinate representation of color #B2340E: hue angle of 13.9º 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 #B2340E is Cyan = 0, Magento = 0.71, Yellow = 0.92 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 52 | 14 | - |
| CMYK | 0 | 0.71 | 0.92 | 0.30 |
| HSL | 13.9º | 0.85% | 0.38% | - |
| HSV(B) | 13.9º | 0.92% | 0.7% | - |
| XYZ | 19.67 | 11.95 | 1.69 | - |
| YUV | 85.34 | 87.74 | 194.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 52 | 14 | 0 | 0.71 | 0.92 | 0.30 | 13.9 | 0.85 | 0.38 |
| Hex | B2 | 34 | E | 0 | 47 | 5C | 1E | E | 55 | 26 |
| Octal | 262 | 64 | 16 | 0 | 107 | 134 | 36 | 16 | 125 | 46 |
| Binary | 10110010 | 110100 | 1110 | 0 | 1000111 | 1011100 | 11110 | 1110 | 1010101 | 100110 |
Color Harmonies of #B2340E
Complementary color
Monochromatic Colors of #B2340E
Black with #B2340E
Text Example
Text Example
White with #B2340E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2340E; }
p { color: rgb(178,52,14); }
H1.HeaderClassName
{
color: #B2340E;
}
.AnyTagClassName
{
color: #B2340E;
}
</style>
background-color css
<style>
a { background-color: #B2340E; }
a { background-color: rgb(178,52,14); }
div.DivClassName
{
background-color: #B2340E;
}
.BgClassName
{
background-color: #B2340E;
}
</style>
border-color css
<style>
span { border-color: #B2340E; }
span { border-color: rgb(178,52,14); }
td.TdClassName
{
border-color: #B2340E;
}
.TagClassName
{
border-color: #B2340E;
}
</style>