Shades of Red Stage #B0512C
Tints of Red Stage #B0512C
RGB
CMYK
RGB Variations
Color information
#B0512C (or 0xB0512C) is known color: Red Stage. HEX triplet: B0, 51 and 2C. RGB value is (176,81,44). Sum of RGB (Red+Green+Blue) = 176+81+44=301 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.47% from 301); Green value is 81 (32.03% from 255 or 26.91% from 301); Blue value is 44 (17.58% from 255 or 14.62% from 301); Max value from RGB is 176 - color contains mainly: red. Hex color #B0512C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0512C is #4FAED3. Grayscale: #696969. Windows color (decimal): -5222100 or 2904496. OLE color: 2904496.
HSL color Cylindrical-coordinate representation of color #B0512C: hue angle of 16.82º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B0512C is Cyan = 0, Magento = 0.54, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 81 | 44 | - |
| CMYK | 0 | 0.54 | 0.75 | 0.31 |
| HSL | 16.82º | 0.6% | 0.43% | - |
| HSV(B) | 16.82º | 0.75% | 0.69% | - |
| XYZ | 21.3 | 15.3 | 4.21 | - |
| YUV | 105.19 | 93.47 | 178.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 81 | 44 | 0 | 0.54 | 0.75 | 0.31 | 16.82 | 0.6 | 0.43 |
| Hex | B0 | 51 | 2C | 0 | 36 | 4B | 1F | 11 | 3C | 2B |
| Octal | 260 | 121 | 54 | 0 | 66 | 113 | 37 | 21 | 74 | 53 |
| Binary | 10110000 | 1010001 | 101100 | 0 | 110110 | 1001011 | 11111 | 10001 | 111100 | 101011 |
Color Harmonies of #B0512C
Complementary color
Monochromatic Colors of #B0512C
Black with #B0512C
Text Example
Text Example
White with #B0512C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0512C; }
p { color: rgb(176,81,44); }
H1.HeaderClassName
{
color: #B0512C;
}
.AnyTagClassName
{
color: #B0512C;
}
</style>
background-color css
<style>
a { background-color: #B0512C; }
a { background-color: rgb(176,81,44); }
div.DivClassName
{
background-color: #B0512C;
}
.BgClassName
{
background-color: #B0512C;
}
</style>
border-color css
<style>
span { border-color: #B0512C; }
span { border-color: rgb(176,81,44); }
td.TdClassName
{
border-color: #B0512C;
}
.TagClassName
{
border-color: #B0512C;
}
</style>