Shades of Red Stage #B24E30
Tints of Red Stage #B24E30
RGB
CMYK
RGB Variations
Color information
#B24E30 (or 0xB24E30) is known color: Red Stage. HEX triplet: B2, 4E and 30. RGB value is (178,78,48). Sum of RGB (Red+Green+Blue) = 178+78+48=304 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.55% from 304); Green value is 78 (30.86% from 255 or 25.66% from 304); Blue value is 48 (19.14% from 255 or 15.79% from 304); Max value from RGB is 178 - color contains mainly: red. Hex color #B24E30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B24E30 is #4DB1CF. Grayscale: #686868. Windows color (decimal): -5091792 or 3165874. OLE color: 3165874.
HSL color Cylindrical-coordinate representation of color #B24E30: hue angle of 13.85º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B24E30 is Cyan = 0, Magento = 0.56, Yellow = 0.73 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 78 | 48 | - |
| CMYK | 0 | 0.56 | 0.73 | 0.30 |
| HSL | 13.85º | 0.58% | 0.44% | - |
| HSV(B) | 13.85º | 0.73% | 0.7% | - |
| XYZ | 21.62 | 15.13 | 4.58 | - |
| YUV | 104.48 | 96.13 | 180.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 78 | 48 | 0 | 0.56 | 0.73 | 0.30 | 13.85 | 0.58 | 0.44 |
| Hex | B2 | 4E | 30 | 0 | 38 | 49 | 1E | E | 3A | 2C |
| Octal | 262 | 116 | 60 | 0 | 70 | 111 | 36 | 16 | 72 | 54 |
| Binary | 10110010 | 1001110 | 110000 | 0 | 111000 | 1001001 | 11110 | 1110 | 111010 | 101100 |
Color Harmonies of #B24E30
Complementary color
Monochromatic Colors of #B24E30
Black with #B24E30
Text Example
Text Example
White with #B24E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24E30; }
p { color: rgb(178,78,48); }
H1.HeaderClassName
{
color: #B24E30;
}
.AnyTagClassName
{
color: #B24E30;
}
</style>
background-color css
<style>
a { background-color: #B24E30; }
a { background-color: rgb(178,78,48); }
div.DivClassName
{
background-color: #B24E30;
}
.BgClassName
{
background-color: #B24E30;
}
</style>
border-color css
<style>
span { border-color: #B24E30; }
span { border-color: rgb(178,78,48); }
td.TdClassName
{
border-color: #B24E30;
}
.TagClassName
{
border-color: #B24E30;
}
</style>