Shades of Red Stage #B24F2C
Tints of Red Stage #B24F2C
RGB
CMYK
RGB Variations
Color information
#B24F2C (or 0xB24F2C) is known color: Red Stage. HEX triplet: B2, 4F and 2C. RGB value is (178,79,44). Sum of RGB (Red+Green+Blue) = 178+79+44=301 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.14% from 301); Green value is 79 (31.25% from 255 or 26.25% from 301); Blue value is 44 (17.58% from 255 or 14.62% from 301); Max value from RGB is 178 - color contains mainly: red. Hex color #B24F2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B24F2C is #4DB0D3. Grayscale: #686868. Windows color (decimal): -5091540 or 2903986. OLE color: 2903986.
HSL color Cylindrical-coordinate representation of color #B24F2C: hue angle of 15.67º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B24F2C is Cyan = 0, Magento = 0.56, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 79 | 44 | - |
| CMYK | 0 | 0.56 | 0.75 | 0.30 |
| HSL | 15.67º | 0.6% | 0.44% | - |
| HSV(B) | 15.67º | 0.75% | 0.7% | - |
| XYZ | 21.61 | 15.24 | 4.19 | - |
| YUV | 104.61 | 93.8 | 180.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 79 | 44 | 0 | 0.56 | 0.75 | 0.30 | 15.67 | 0.6 | 0.44 |
| Hex | B2 | 4F | 2C | 0 | 38 | 4B | 1E | 10 | 3C | 2C |
| Octal | 262 | 117 | 54 | 0 | 70 | 113 | 36 | 20 | 74 | 54 |
| Binary | 10110010 | 1001111 | 101100 | 0 | 111000 | 1001011 | 11110 | 10000 | 111100 | 101100 |
Color Harmonies of #B24F2C
Complementary color
Monochromatic Colors of #B24F2C
Black with #B24F2C
Text Example
Text Example
White with #B24F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24F2C; }
p { color: rgb(178,79,44); }
H1.HeaderClassName
{
color: #B24F2C;
}
.AnyTagClassName
{
color: #B24F2C;
}
</style>
background-color css
<style>
a { background-color: #B24F2C; }
a { background-color: rgb(178,79,44); }
div.DivClassName
{
background-color: #B24F2C;
}
.BgClassName
{
background-color: #B24F2C;
}
</style>
border-color css
<style>
span { border-color: #B24F2C; }
span { border-color: rgb(178,79,44); }
td.TdClassName
{
border-color: #B24F2C;
}
.TagClassName
{
border-color: #B24F2C;
}
</style>