Shades of Medium Carmine #B23725
Tints of Medium Carmine #B23725
RGB
CMYK
RGB Variations
Color information
#B23725 (or 0xB23725) is known color: Medium Carmine. HEX triplet: B2, 37 and 25. RGB value is (178,55,37). Sum of RGB (Red+Green+Blue) = 178+55+37=270 (35% of max value = 765). Red value is 178 (69.92% from 255 or 65.93% from 270); Green value is 55 (21.88% from 255 or 20.37% from 270); Blue value is 37 (14.84% from 255 or 13.70% from 270); Max value from RGB is 178 - color contains mainly: red. Hex color #B23725 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23725 is #4DC8DA. Grayscale: #595959. Windows color (decimal): -5097691 or 2439090. OLE color: 2439090.
HSL color Cylindrical-coordinate representation of color #B23725: hue angle of 7.66º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B23725 is Cyan = 0, Magento = 0.69, Yellow = 0.79 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 55 | 37 | - |
| CMYK | 0 | 0.69 | 0.79 | 0.30 |
| HSL | 7.66º | 0.66% | 0.42% | - |
| HSV(B) | 7.66º | 0.79% | 0.7% | - |
| XYZ | 20.06 | 12.33 | 3.07 | - |
| YUV | 89.73 | 98.25 | 190.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 55 | 37 | 0 | 0.69 | 0.79 | 0.30 | 7.66 | 0.66 | 0.42 |
| Hex | B2 | 37 | 25 | 0 | 45 | 4F | 1E | 8 | 42 | 2A |
| Octal | 262 | 67 | 45 | 0 | 105 | 117 | 36 | 10 | 102 | 52 |
| Binary | 10110010 | 110111 | 100101 | 0 | 1000101 | 1001111 | 11110 | 1000 | 1000010 | 101010 |
Color Harmonies of #B23725
Complementary color
Monochromatic Colors of #B23725
Black with #B23725
Text Example
Text Example
White with #B23725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23725; }
p { color: rgb(178,55,37); }
H1.HeaderClassName
{
color: #B23725;
}
.AnyTagClassName
{
color: #B23725;
}
</style>
background-color css
<style>
a { background-color: #B23725; }
a { background-color: rgb(178,55,37); }
div.DivClassName
{
background-color: #B23725;
}
.BgClassName
{
background-color: #B23725;
}
</style>
border-color css
<style>
span { border-color: #B23725; }
span { border-color: rgb(178,55,37); }
td.TdClassName
{
border-color: #B23725;
}
.TagClassName
{
border-color: #B23725;
}
</style>