Shades of Chestnut #B24D4D
Tints of Chestnut #B24D4D
RGB
CMYK
RGB Variations
Color information
#B24D4D (or 0xB24D4D) is known color: Chestnut. HEX triplet: B2, 4D and 4D. RGB value is (178,77,77). Sum of RGB (Red+Green+Blue) = 178+77+77=332 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.61% from 332); Green value is 77 (30.47% from 255 or 23.19% from 332); Blue value is 77 (30.47% from 255 or 23.19% from 332); Max value from RGB is 178 - color contains mainly: red. Hex color #B24D4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B24D4D is #4DB2B2. Grayscale: #6B6B6B. Windows color (decimal): -5092019 or 5066162. OLE color: 5066162.
HSL color Cylindrical-coordinate representation of color #B24D4D: hue angle of 0º 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 #B24D4D is Cyan = 0, Magento = 0.57, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 77 | 77 | - |
| CMYK | 0 | 0.57 | 0.57 | 0.30 |
| HSL | 0º | 0.4% | 0.5% | - |
| HSV(B) | 0º | 0.57% | 0.7% | - |
| XYZ | 22.35 | 15.31 | 8.8 | - |
| YUV | 107.2 | 110.96 | 178.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 77 | 77 | 0 | 0.57 | 0.57 | 0.30 | 0 | 0.4 | 0.5 |
| Hex | B2 | 4D | 4D | 0 | 39 | 39 | 1E | 0 | 28 | 32 |
| Octal | 262 | 115 | 115 | 0 | 71 | 71 | 36 | 0 | 50 | 62 |
| Binary | 10110010 | 1001101 | 1001101 | 0 | 111001 | 111001 | 11110 | 0 | 101000 | 110010 |
Color Harmonies of #B24D4D
Complementary color
Monochromatic Colors of #B24D4D
Black with #B24D4D
Text Example
Text Example
White with #B24D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24D4D; }
p { color: rgb(178,77,77); }
H1.HeaderClassName
{
color: #B24D4D;
}
.AnyTagClassName
{
color: #B24D4D;
}
</style>
background-color css
<style>
a { background-color: #B24D4D; }
a { background-color: rgb(178,77,77); }
div.DivClassName
{
background-color: #B24D4D;
}
.BgClassName
{
background-color: #B24D4D;
}
</style>
border-color css
<style>
span { border-color: #B24D4D; }
span { border-color: rgb(178,77,77); }
td.TdClassName
{
border-color: #B24D4D;
}
.TagClassName
{
border-color: #B24D4D;
}
</style>