Shades of Chestnut #B24949
Tints of Chestnut #B24949
RGB
CMYK
RGB Variations
Color information
#B24949 (or 0xB24949) is known color: Chestnut. HEX triplet: B2, 49 and 49. RGB value is (178,73,73). Sum of RGB (Red+Green+Blue) = 178+73+73=324 (42% of max value = 765). Red value is 178 (69.92% from 255 or 54.94% from 324); Green value is 73 (28.91% from 255 or 22.53% from 324); Blue value is 73 (28.91% from 255 or 22.53% from 324); Max value from RGB is 178 - color contains mainly: red. Hex color #B24949 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24949 is #4DB6B6. Grayscale: #686868. Windows color (decimal): -5093047 or 4802994. OLE color: 4802994.
HSL color Cylindrical-coordinate representation of color #B24949: hue angle of 0º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B24949 is Cyan = 0, Magento = 0.59, Yellow = 0.59 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 73 | 73 | - |
| CMYK | 0 | 0.59 | 0.59 | 0.30 |
| HSL | 0º | 0.42% | 0.49% | - |
| HSV(B) | 0º | 0.59% | 0.7% | - |
| XYZ | 21.95 | 14.71 | 7.99 | - |
| YUV | 104.4 | 110.29 | 180.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 73 | 73 | 0 | 0.59 | 0.59 | 0.30 | 0 | 0.42 | 0.49 |
| Hex | B2 | 49 | 49 | 0 | 3B | 3B | 1E | 0 | 2A | 31 |
| Octal | 262 | 111 | 111 | 0 | 73 | 73 | 36 | 0 | 52 | 61 |
| Binary | 10110010 | 1001001 | 1001001 | 0 | 111011 | 111011 | 11110 | 0 | 101010 | 110001 |
Color Harmonies of #B24949
Complementary color
Monochromatic Colors of #B24949
Black with #B24949
Text Example
Text Example
White with #B24949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24949; }
p { color: rgb(178,73,73); }
H1.HeaderClassName
{
color: #B24949;
}
.AnyTagClassName
{
color: #B24949;
}
</style>
background-color css
<style>
a { background-color: #B24949; }
a { background-color: rgb(178,73,73); }
div.DivClassName
{
background-color: #B24949;
}
.BgClassName
{
background-color: #B24949;
}
</style>
border-color css
<style>
span { border-color: #B24949; }
span { border-color: rgb(178,73,73); }
td.TdClassName
{
border-color: #B24949;
}
.TagClassName
{
border-color: #B24949;
}
</style>