Shades of Red Stage #B04E31
Tints of Red Stage #B04E31
RGB
CMYK
RGB Variations
Color information
#B04E31 (or 0xB04E31) is known color: Red Stage. HEX triplet: B0, 4E and 31. RGB value is (176,78,49). Sum of RGB (Red+Green+Blue) = 176+78+49=303 (40% of max value = 765). Red value is 176 (69.14% from 255 or 58.09% from 303); Green value is 78 (30.86% from 255 or 25.74% from 303); Blue value is 49 (19.53% from 255 or 16.17% from 303); Max value from RGB is 176 - color contains mainly: red. Hex color #B04E31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B04E31 is #4FB1CE. Grayscale: #686868. Windows color (decimal): -5222863 or 3231408. OLE color: 3231408.
HSL color Cylindrical-coordinate representation of color #B04E31: hue angle of 13.7º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B04E31 is Cyan = 0, Magento = 0.56, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 78 | 49 | - |
| CMYK | 0 | 0.56 | 0.72 | 0.31 |
| HSL | 13.7º | 0.56% | 0.44% | - |
| HSV(B) | 13.7º | 0.72% | 0.69% | - |
| XYZ | 21.18 | 14.9 | 4.67 | - |
| YUV | 104 | 96.97 | 179.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 78 | 49 | 0 | 0.56 | 0.72 | 0.31 | 13.7 | 0.56 | 0.44 |
| Hex | B0 | 4E | 31 | 0 | 38 | 48 | 1F | E | 38 | 2C |
| Octal | 260 | 116 | 61 | 0 | 70 | 110 | 37 | 16 | 70 | 54 |
| Binary | 10110000 | 1001110 | 110001 | 0 | 111000 | 1001000 | 11111 | 1110 | 111000 | 101100 |
Color Harmonies of #B04E31
Complementary color
Monochromatic Colors of #B04E31
Black with #B04E31
Text Example
Text Example
White with #B04E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04E31; }
p { color: rgb(176,78,49); }
H1.HeaderClassName
{
color: #B04E31;
}
.AnyTagClassName
{
color: #B04E31;
}
</style>
background-color css
<style>
a { background-color: #B04E31; }
a { background-color: rgb(176,78,49); }
div.DivClassName
{
background-color: #B04E31;
}
.BgClassName
{
background-color: #B04E31;
}
</style>
border-color css
<style>
span { border-color: #B04E31; }
span { border-color: rgb(176,78,49); }
td.TdClassName
{
border-color: #B04E31;
}
.TagClassName
{
border-color: #B04E31;
}
</style>