Shades of Red Stage #B24D33
Tints of Red Stage #B24D33
RGB
CMYK
RGB Variations
Color information
#B24D33 (or 0xB24D33) is known color: Red Stage. HEX triplet: B2, 4D and 33. RGB value is (178,77,51). Sum of RGB (Red+Green+Blue) = 178+77+51=306 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.17% from 306); Green value is 77 (30.47% from 255 or 25.16% from 306); Blue value is 51 (20.31% from 255 or 16.67% from 306); Max value from RGB is 178 - color contains mainly: red. Hex color #B24D33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B24D33 is #4DB2CC. Grayscale: #686868. Windows color (decimal): -5092045 or 3362226. OLE color: 3362226.
HSL color Cylindrical-coordinate representation of color #B24D33: hue angle of 12.28º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B24D33 is Cyan = 0, Magento = 0.57, Yellow = 0.71 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 77 | 51 | - |
| CMYK | 0 | 0.57 | 0.71 | 0.30 |
| HSL | 12.28º | 0.55% | 0.45% | - |
| HSV(B) | 12.28º | 0.71% | 0.7% | - |
| XYZ | 21.61 | 15.01 | 4.89 | - |
| YUV | 104.24 | 97.96 | 180.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 77 | 51 | 0 | 0.57 | 0.71 | 0.30 | 12.28 | 0.55 | 0.45 |
| Hex | B2 | 4D | 33 | 0 | 39 | 47 | 1E | C | 37 | 2D |
| Octal | 262 | 115 | 63 | 0 | 71 | 107 | 36 | 14 | 67 | 55 |
| Binary | 10110010 | 1001101 | 110011 | 0 | 111001 | 1000111 | 11110 | 1100 | 110111 | 101101 |
Color Harmonies of #B24D33
Complementary color
Monochromatic Colors of #B24D33
Black with #B24D33
Text Example
Text Example
White with #B24D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24D33; }
p { color: rgb(178,77,51); }
H1.HeaderClassName
{
color: #B24D33;
}
.AnyTagClassName
{
color: #B24D33;
}
</style>
background-color css
<style>
a { background-color: #B24D33; }
a { background-color: rgb(178,77,51); }
div.DivClassName
{
background-color: #B24D33;
}
.BgClassName
{
background-color: #B24D33;
}
</style>
border-color css
<style>
span { border-color: #B24D33; }
span { border-color: rgb(178,77,51); }
td.TdClassName
{
border-color: #B24D33;
}
.TagClassName
{
border-color: #B24D33;
}
</style>