Shades of Red Stage #B2512F
Tints of Red Stage #B2512F
RGB
CMYK
RGB Variations
Color information
#B2512F (or 0xB2512F) is known color: Red Stage. HEX triplet: B2, 51 and 2F. RGB value is (178,81,47). Sum of RGB (Red+Green+Blue) = 178+81+47=306 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.17% from 306); Green value is 81 (32.03% from 255 or 26.47% from 306); Blue value is 47 (18.75% from 255 or 15.36% from 306); Max value from RGB is 178 - color contains mainly: red. Hex color #B2512F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2512F is #4DAED0. Grayscale: #6A6A6A. Windows color (decimal): -5091025 or 3101106. OLE color: 3101106.
HSL color Cylindrical-coordinate representation of color #B2512F: hue angle of 15.57º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B2512F is Cyan = 0, Magento = 0.54, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 81 | 47 | - |
| CMYK | 0 | 0.54 | 0.74 | 0.30 |
| HSL | 15.57º | 0.58% | 0.44% | - |
| HSV(B) | 15.57º | 0.74% | 0.7% | - |
| XYZ | 21.82 | 15.56 | 4.54 | - |
| YUV | 106.13 | 94.64 | 179.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 81 | 47 | 0 | 0.54 | 0.74 | 0.30 | 15.57 | 0.58 | 0.44 |
| Hex | B2 | 51 | 2F | 0 | 36 | 4A | 1E | 10 | 3A | 2C |
| Octal | 262 | 121 | 57 | 0 | 66 | 112 | 36 | 20 | 72 | 54 |
| Binary | 10110010 | 1010001 | 101111 | 0 | 110110 | 1001010 | 11110 | 10000 | 111010 | 101100 |
Color Harmonies of #B2512F
Complementary color
Monochromatic Colors of #B2512F
Black with #B2512F
Text Example
Text Example
White with #B2512F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2512F; }
p { color: rgb(178,81,47); }
H1.HeaderClassName
{
color: #B2512F;
}
.AnyTagClassName
{
color: #B2512F;
}
</style>
background-color css
<style>
a { background-color: #B2512F; }
a { background-color: rgb(178,81,47); }
div.DivClassName
{
background-color: #B2512F;
}
.BgClassName
{
background-color: #B2512F;
}
</style>
border-color css
<style>
span { border-color: #B2512F; }
span { border-color: rgb(178,81,47); }
td.TdClassName
{
border-color: #B2512F;
}
.TagClassName
{
border-color: #B2512F;
}
</style>