Shades of Red Stage #B0512B
Tints of Red Stage #B0512B
RGB
CMYK
RGB Variations
Color information
#B0512B (or 0xB0512B) is known color: Red Stage. HEX triplet: B0, 51 and 2B. RGB value is (176,81,43). Sum of RGB (Red+Green+Blue) = 176+81+43=300 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.67% from 300); Green value is 81 (32.03% from 255 or 27% from 300); Blue value is 43 (17.19% from 255 or 14.33% from 300); Max value from RGB is 176 - color contains mainly: red. Hex color #B0512B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0512B is #4FAED4. Grayscale: #696969. Windows color (decimal): -5222101 or 2838960. OLE color: 2838960.
HSL color Cylindrical-coordinate representation of color #B0512B: hue angle of 17.14º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B0512B is Cyan = 0, Magento = 0.54, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 81 | 43 | - |
| CMYK | 0 | 0.54 | 0.76 | 0.31 |
| HSL | 17.14º | 0.61% | 0.43% | - |
| HSV(B) | 17.14º | 0.76% | 0.69% | - |
| XYZ | 21.28 | 15.29 | 4.11 | - |
| YUV | 105.07 | 92.97 | 178.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 81 | 43 | 0 | 0.54 | 0.76 | 0.31 | 17.14 | 0.61 | 0.43 |
| Hex | B0 | 51 | 2B | 0 | 36 | 4C | 1F | 11 | 3D | 2B |
| Octal | 260 | 121 | 53 | 0 | 66 | 114 | 37 | 21 | 75 | 53 |
| Binary | 10110000 | 1010001 | 101011 | 0 | 110110 | 1001100 | 11111 | 10001 | 111101 | 101011 |
Color Harmonies of #B0512B
Complementary color
Monochromatic Colors of #B0512B
Black with #B0512B
Text Example
Text Example
White with #B0512B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0512B; }
p { color: rgb(176,81,43); }
H1.HeaderClassName
{
color: #B0512B;
}
.AnyTagClassName
{
color: #B0512B;
}
</style>
background-color css
<style>
a { background-color: #B0512B; }
a { background-color: rgb(176,81,43); }
div.DivClassName
{
background-color: #B0512B;
}
.BgClassName
{
background-color: #B0512B;
}
</style>
border-color css
<style>
span { border-color: #B0512B; }
span { border-color: rgb(176,81,43); }
td.TdClassName
{
border-color: #B0512B;
}
.TagClassName
{
border-color: #B0512B;
}
</style>