Shades of Chestnut #B14343
Tints of Chestnut #B14343
RGB
CMYK
RGB Variations
Color information
#B14343 (or 0xB14343) is known color: Chestnut. HEX triplet: B1, 43 and 43. RGB value is (177,67,67). Sum of RGB (Red+Green+Blue) = 177+67+67=311 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.91% from 311); Green value is 67 (26.56% from 255 or 21.54% from 311); Blue value is 67 (26.56% from 255 or 21.54% from 311); Max value from RGB is 177 - color contains mainly: red. Hex color #B14343 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14343 is #4EBCBC. Grayscale: #646464. Windows color (decimal): -5160125 or 4408241. OLE color: 4408241.
HSL color Cylindrical-coordinate representation of color #B14343: hue angle of 0º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B14343 is Cyan = 0, Magento = 0.62, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 67 | 67 | - |
| CMYK | 0 | 0.62 | 0.62 | 0.31 |
| HSL | 0º | 0.45% | 0.48% | - |
| HSV(B) | 0º | 0.62% | 0.69% | - |
| XYZ | 21.15 | 13.77 | 6.85 | - |
| YUV | 99.89 | 109.44 | 183 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 67 | 67 | 0 | 0.62 | 0.62 | 0.31 | 0 | 0.45 | 0.48 |
| Hex | B1 | 43 | 43 | 0 | 3E | 3E | 1F | 0 | 2D | 30 |
| Octal | 261 | 103 | 103 | 0 | 76 | 76 | 37 | 0 | 55 | 60 |
| Binary | 10110001 | 1000011 | 1000011 | 0 | 111110 | 111110 | 11111 | 0 | 101101 | 110000 |
Color Harmonies of #B14343
Complementary color
Monochromatic Colors of #B14343
Black with #B14343
Text Example
Text Example
White with #B14343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14343; }
p { color: rgb(177,67,67); }
H1.HeaderClassName
{
color: #B14343;
}
.AnyTagClassName
{
color: #B14343;
}
</style>
background-color css
<style>
a { background-color: #B14343; }
a { background-color: rgb(177,67,67); }
div.DivClassName
{
background-color: #B14343;
}
.BgClassName
{
background-color: #B14343;
}
</style>
border-color css
<style>
span { border-color: #B14343; }
span { border-color: rgb(177,67,67); }
td.TdClassName
{
border-color: #B14343;
}
.TagClassName
{
border-color: #B14343;
}
</style>