Shades of Red Stage #B0502C
Tints of Red Stage #B0502C
RGB
CMYK
RGB Variations
Color information
#B0502C (or 0xB0502C) is known color: Red Stage. HEX triplet: B0, 50 and 2C. RGB value is (176,80,44). Sum of RGB (Red+Green+Blue) = 176+80+44=300 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.67% from 300); Green value is 80 (31.64% from 255 or 26.67% from 300); Blue value is 44 (17.58% from 255 or 14.67% from 300); Max value from RGB is 176 - color contains mainly: red. Hex color #B0502C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0502C is #4FAFD3. Grayscale: #686868. Windows color (decimal): -5222356 or 2904240. OLE color: 2904240.
HSL color Cylindrical-coordinate representation of color #B0502C: hue angle of 16.36º 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 #B0502C is Cyan = 0, Magento = 0.55, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 80 | 44 | - |
| CMYK | 0 | 0.55 | 0.75 | 0.31 |
| HSL | 16.36º | 0.6% | 0.43% | - |
| HSV(B) | 16.36º | 0.75% | 0.69% | - |
| XYZ | 21.23 | 15.15 | 4.19 | - |
| YUV | 104.6 | 93.8 | 178.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 80 | 44 | 0 | 0.55 | 0.75 | 0.31 | 16.36 | 0.6 | 0.43 |
| Hex | B0 | 50 | 2C | 0 | 37 | 4B | 1F | 10 | 3C | 2B |
| Octal | 260 | 120 | 54 | 0 | 67 | 113 | 37 | 20 | 74 | 53 |
| Binary | 10110000 | 1010000 | 101100 | 0 | 110111 | 1001011 | 11111 | 10000 | 111100 | 101011 |
Color Harmonies of #B0502C
Complementary color
Monochromatic Colors of #B0502C
Black with #B0502C
Text Example
Text Example
White with #B0502C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0502C; }
p { color: rgb(176,80,44); }
H1.HeaderClassName
{
color: #B0502C;
}
.AnyTagClassName
{
color: #B0502C;
}
</style>
background-color css
<style>
a { background-color: #B0502C; }
a { background-color: rgb(176,80,44); }
div.DivClassName
{
background-color: #B0502C;
}
.BgClassName
{
background-color: #B0502C;
}
</style>
border-color css
<style>
span { border-color: #B0502C; }
span { border-color: rgb(176,80,44); }
td.TdClassName
{
border-color: #B0502C;
}
.TagClassName
{
border-color: #B0502C;
}
</style>