Shades of Chestnut #B24943
Tints of Chestnut #B24943
RGB
CMYK
RGB Variations
Color information
#B24943 (or 0xB24943) is known color: Chestnut. HEX triplet: B2, 49 and 43. RGB value is (178,73,67). Sum of RGB (Red+Green+Blue) = 178+73+67=318 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.97% from 318); Green value is 73 (28.91% from 255 or 22.96% from 318); Blue value is 67 (26.56% from 255 or 21.07% from 318); Max value from RGB is 178 - color contains mainly: red. Hex color #B24943 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B24943 is #4DB6BC. Grayscale: #676767. Windows color (decimal): -5093053 or 4409778. OLE color: 4409778.
HSL color Cylindrical-coordinate representation of color #B24943: hue angle of 3.24º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B24943 is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 73 | 67 | - |
| CMYK | 0 | 0.59 | 0.62 | 0.30 |
| HSL | 3.24º | 0.45% | 0.48% | - |
| HSV(B) | 3.24º | 0.62% | 0.7% | - |
| XYZ | 21.76 | 14.64 | 6.99 | - |
| YUV | 103.71 | 107.29 | 180.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 73 | 67 | 0 | 0.59 | 0.62 | 0.30 | 3.24 | 0.45 | 0.48 |
| Hex | B2 | 49 | 43 | 0 | 3B | 3E | 1E | 3 | 2D | 30 |
| Octal | 262 | 111 | 103 | 0 | 73 | 76 | 36 | 3 | 55 | 60 |
| Binary | 10110010 | 1001001 | 1000011 | 0 | 111011 | 111110 | 11110 | 11 | 101101 | 110000 |
Color Harmonies of #B24943
Complementary color
Monochromatic Colors of #B24943
Black with #B24943
Text Example
Text Example
White with #B24943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24943; }
p { color: rgb(178,73,67); }
H1.HeaderClassName
{
color: #B24943;
}
.AnyTagClassName
{
color: #B24943;
}
</style>
background-color css
<style>
a { background-color: #B24943; }
a { background-color: rgb(178,73,67); }
div.DivClassName
{
background-color: #B24943;
}
.BgClassName
{
background-color: #B24943;
}
</style>
border-color css
<style>
span { border-color: #B24943; }
span { border-color: rgb(178,73,67); }
td.TdClassName
{
border-color: #B24943;
}
.TagClassName
{
border-color: #B24943;
}
</style>