Shades of Chestnut #B34444
Tints of Chestnut #B34444
RGB
CMYK
RGB Variations
Color information
#B34444 (or 0xB34444) is known color: Chestnut. HEX triplet: B3, 44 and 44. RGB value is (179,68,68). Sum of RGB (Red+Green+Blue) = 179+68+68=315 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.83% from 315); Green value is 68 (26.95% from 255 or 21.59% from 315); Blue value is 68 (26.95% from 255 or 21.59% from 315); Max value from RGB is 179 - color contains mainly: red. Hex color #B34444 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34444 is #4CBBBB. Grayscale: #656565. Windows color (decimal): -5028796 or 4474035. OLE color: 4474035.
HSL color Cylindrical-coordinate representation of color #B34444: hue angle of 0º 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 #B34444 is Cyan = 0, Magento = 0.62, Yellow = 0.62 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 68 | 68 | - |
| CMYK | 0 | 0.62 | 0.62 | 0.30 |
| HSL | 0º | 0.45% | 0.48% | - |
| HSV(B) | 0º | 0.62% | 0.7% | - |
| XYZ | 21.7 | 14.14 | 7.05 | - |
| YUV | 101.19 | 109.27 | 183.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 68 | 68 | 0 | 0.62 | 0.62 | 0.30 | 0 | 0.45 | 0.48 |
| Hex | B3 | 44 | 44 | 0 | 3E | 3E | 1E | 0 | 2D | 30 |
| Octal | 263 | 104 | 104 | 0 | 76 | 76 | 36 | 0 | 55 | 60 |
| Binary | 10110011 | 1000100 | 1000100 | 0 | 111110 | 111110 | 11110 | 0 | 101101 | 110000 |
Color Harmonies of #B34444
Complementary color
Monochromatic Colors of #B34444
Black with #B34444
Text Example
Text Example
White with #B34444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34444; }
p { color: rgb(179,68,68); }
H1.HeaderClassName
{
color: #B34444;
}
.AnyTagClassName
{
color: #B34444;
}
</style>
background-color css
<style>
a { background-color: #B34444; }
a { background-color: rgb(179,68,68); }
div.DivClassName
{
background-color: #B34444;
}
.BgClassName
{
background-color: #B34444;
}
</style>
border-color css
<style>
span { border-color: #B34444; }
span { border-color: rgb(179,68,68); }
td.TdClassName
{
border-color: #B34444;
}
.TagClassName
{
border-color: #B34444;
}
</style>