Shades of Chestnut #B25353
Tints of Chestnut #B25353
RGB
CMYK
RGB Variations
Color information
#B25353 (or 0xB25353) is known color: Chestnut. HEX triplet: B2, 53 and 53. RGB value is (178,83,83). Sum of RGB (Red+Green+Blue) = 178+83+83=344 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.74% from 344); Green value is 83 (32.81% from 255 or 24.13% from 344); Blue value is 83 (32.81% from 255 or 24.13% from 344); Max value from RGB is 178 - color contains mainly: red. Hex color #B25353 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25353 is #4DACAC. Grayscale: #6F6F6F. Windows color (decimal): -5090477 or 5460914. OLE color: 5460914.
HSL color Cylindrical-coordinate representation of color #B25353: hue angle of 0º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B25353 is Cyan = 0, Magento = 0.53, Yellow = 0.53 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 83 | 83 | - |
| CMYK | 0 | 0.53 | 0.53 | 0.30 |
| HSL | 0º | 0.38% | 0.51% | - |
| HSV(B) | 0º | 0.53% | 0.7% | - |
| XYZ | 23.01 | 16.28 | 10.11 | - |
| YUV | 111.41 | 111.97 | 175.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 83 | 83 | 0 | 0.53 | 0.53 | 0.30 | 0 | 0.38 | 0.51 |
| Hex | B2 | 53 | 53 | 0 | 35 | 35 | 1E | 0 | 26 | 33 |
| Octal | 262 | 123 | 123 | 0 | 65 | 65 | 36 | 0 | 46 | 63 |
| Binary | 10110010 | 1010011 | 1010011 | 0 | 110101 | 110101 | 11110 | 0 | 100110 | 110011 |
Color Harmonies of #B25353
Complementary color
Monochromatic Colors of #B25353
Black with #B25353
Text Example
Text Example
White with #B25353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25353; }
p { color: rgb(178,83,83); }
H1.HeaderClassName
{
color: #B25353;
}
.AnyTagClassName
{
color: #B25353;
}
</style>
background-color css
<style>
a { background-color: #B25353; }
a { background-color: rgb(178,83,83); }
div.DivClassName
{
background-color: #B25353;
}
.BgClassName
{
background-color: #B25353;
}
</style>
border-color css
<style>
span { border-color: #B25353; }
span { border-color: rgb(178,83,83); }
td.TdClassName
{
border-color: #B25353;
}
.TagClassName
{
border-color: #B25353;
}
</style>