Shades of Chestnut #B24E4D
Tints of Chestnut #B24E4D
RGB
CMYK
RGB Variations
Color information
#B24E4D (or 0xB24E4D) is known color: Chestnut. HEX triplet: B2, 4E and 4D. RGB value is (178,78,77). Sum of RGB (Red+Green+Blue) = 178+78+77=333 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.45% from 333); Green value is 78 (30.86% from 255 or 23.42% from 333); Blue value is 77 (30.47% from 255 or 23.12% from 333); Max value from RGB is 178 - color contains mainly: red. Hex color #B24E4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B24E4D is #4DB1B2. Grayscale: #6B6B6B. Windows color (decimal): -5091763 or 5066418. OLE color: 5066418.
HSL color Cylindrical-coordinate representation of color #B24E4D: hue angle of 0.59º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B24E4D is Cyan = 0, Magento = 0.56, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 78 | 77 | - |
| CMYK | 0 | 0.56 | 0.57 | 0.30 |
| HSL | 0.59º | 0.4% | 0.5% | - |
| HSV(B) | 0.59º | 0.57% | 0.7% | - |
| XYZ | 22.42 | 15.45 | 8.82 | - |
| YUV | 107.79 | 110.63 | 178.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 78 | 77 | 0 | 0.56 | 0.57 | 0.30 | 0.59 | 0.4 | 0.5 |
| Hex | B2 | 4E | 4D | 0 | 38 | 39 | 1E | 1 | 28 | 32 |
| Octal | 262 | 116 | 115 | 0 | 70 | 71 | 36 | 1 | 50 | 62 |
| Binary | 10110010 | 1001110 | 1001101 | 0 | 111000 | 111001 | 11110 | 1 | 101000 | 110010 |
Color Harmonies of #B24E4D
Complementary color
Monochromatic Colors of #B24E4D
Black with #B24E4D
Text Example
Text Example
White with #B24E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24E4D; }
p { color: rgb(178,78,77); }
H1.HeaderClassName
{
color: #B24E4D;
}
.AnyTagClassName
{
color: #B24E4D;
}
</style>
background-color css
<style>
a { background-color: #B24E4D; }
a { background-color: rgb(178,78,77); }
div.DivClassName
{
background-color: #B24E4D;
}
.BgClassName
{
background-color: #B24E4D;
}
</style>
border-color css
<style>
span { border-color: #B24E4D; }
span { border-color: rgb(178,78,77); }
td.TdClassName
{
border-color: #B24E4D;
}
.TagClassName
{
border-color: #B24E4D;
}
</style>