Shades of Chestnut #B24D4A
Tints of Chestnut #B24D4A
RGB
CMYK
RGB Variations
Color information
#B24D4A (or 0xB24D4A) is known color: Chestnut. HEX triplet: B2, 4D and 4A. RGB value is (178,77,74). Sum of RGB (Red+Green+Blue) = 178+77+74=329 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.10% from 329); Green value is 77 (30.47% from 255 or 23.40% from 329); Blue value is 74 (29.30% from 255 or 22.49% from 329); Max value from RGB is 178 - color contains mainly: red. Hex color #B24D4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B24D4A is #4DB2B5. Grayscale: #6A6A6A. Windows color (decimal): -5092022 or 4869554. OLE color: 4869554.
HSL color Cylindrical-coordinate representation of color #B24D4A: hue angle of 1.73º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B24D4A is Cyan = 0, Magento = 0.57, Yellow = 0.58 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 77 | 74 | - |
| CMYK | 0 | 0.57 | 0.58 | 0.30 |
| HSL | 1.73º | 0.41% | 0.49% | - |
| HSV(B) | 1.73º | 0.58% | 0.7% | - |
| XYZ | 22.25 | 15.27 | 8.25 | - |
| YUV | 106.86 | 109.46 | 178.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 77 | 74 | 0 | 0.57 | 0.58 | 0.30 | 1.73 | 0.41 | 0.49 |
| Hex | B2 | 4D | 4A | 0 | 39 | 3A | 1E | 2 | 29 | 31 |
| Octal | 262 | 115 | 112 | 0 | 71 | 72 | 36 | 2 | 51 | 61 |
| Binary | 10110010 | 1001101 | 1001010 | 0 | 111001 | 111010 | 11110 | 10 | 101001 | 110001 |
Color Harmonies of #B24D4A
Complementary color
Monochromatic Colors of #B24D4A
Black with #B24D4A
Text Example
Text Example
White with #B24D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24D4A; }
p { color: rgb(178,77,74); }
H1.HeaderClassName
{
color: #B24D4A;
}
.AnyTagClassName
{
color: #B24D4A;
}
</style>
background-color css
<style>
a { background-color: #B24D4A; }
a { background-color: rgb(178,77,74); }
div.DivClassName
{
background-color: #B24D4A;
}
.BgClassName
{
background-color: #B24D4A;
}
</style>
border-color css
<style>
span { border-color: #B24D4A; }
span { border-color: rgb(178,77,74); }
td.TdClassName
{
border-color: #B24D4A;
}
.TagClassName
{
border-color: #B24D4A;
}
</style>