Shades of Red Stage #B24E31
Tints of Red Stage #B24E31
RGB
CMYK
RGB Variations
Color information
#B24E31 (or 0xB24E31) is known color: Red Stage. HEX triplet: B2, 4E and 31. RGB value is (178,78,49). Sum of RGB (Red+Green+Blue) = 178+78+49=305 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.36% from 305); Green value is 78 (30.86% from 255 or 25.57% from 305); Blue value is 49 (19.53% from 255 or 16.07% from 305); Max value from RGB is 178 - color contains mainly: red. Hex color #B24E31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B24E31 is #4DB1CE. Grayscale: #686868. Windows color (decimal): -5091791 or 3231410. OLE color: 3231410.
HSL color Cylindrical-coordinate representation of color #B24E31: hue angle of 13.49º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B24E31 is Cyan = 0, Magento = 0.56, Yellow = 0.72 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 78 | 49 | - |
| CMYK | 0 | 0.56 | 0.72 | 0.30 |
| HSL | 13.49º | 0.57% | 0.45% | - |
| HSV(B) | 13.49º | 0.72% | 0.7% | - |
| XYZ | 21.64 | 15.14 | 4.69 | - |
| YUV | 104.59 | 96.63 | 180.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 78 | 49 | 0 | 0.56 | 0.72 | 0.30 | 13.49 | 0.57 | 0.45 |
| Hex | B2 | 4E | 31 | 0 | 38 | 48 | 1E | D | 39 | 2D |
| Octal | 262 | 116 | 61 | 0 | 70 | 110 | 36 | 15 | 71 | 55 |
| Binary | 10110010 | 1001110 | 110001 | 0 | 111000 | 1001000 | 11110 | 1101 | 111001 | 101101 |
Color Harmonies of #B24E31
Complementary color
Monochromatic Colors of #B24E31
Black with #B24E31
Text Example
Text Example
White with #B24E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24E31; }
p { color: rgb(178,78,49); }
H1.HeaderClassName
{
color: #B24E31;
}
.AnyTagClassName
{
color: #B24E31;
}
</style>
background-color css
<style>
a { background-color: #B24E31; }
a { background-color: rgb(178,78,49); }
div.DivClassName
{
background-color: #B24E31;
}
.BgClassName
{
background-color: #B24E31;
}
</style>
border-color css
<style>
span { border-color: #B24E31; }
span { border-color: rgb(178,78,49); }
td.TdClassName
{
border-color: #B24E31;
}
.TagClassName
{
border-color: #B24E31;
}
</style>