Shades of Medium Carmine #B23E25
Tints of Medium Carmine #B23E25
RGB
CMYK
RGB Variations
Color information
#B23E25 (or 0xB23E25) is known color: Medium Carmine. HEX triplet: B2, 3E and 25. RGB value is (178,62,37). Sum of RGB (Red+Green+Blue) = 178+62+37=277 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.26% from 277); Green value is 62 (24.61% from 255 or 22.38% from 277); Blue value is 37 (14.84% from 255 or 13.36% from 277); Max value from RGB is 178 - color contains mainly: red. Hex color #B23E25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23E25 is #4DC1DA. Grayscale: #5E5E5E. Windows color (decimal): -5095899 or 2440882. OLE color: 2440882.
HSL color Cylindrical-coordinate representation of color #B23E25: hue angle of 10.64º 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 #B23E25 is Cyan = 0, Magento = 0.65, Yellow = 0.79 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 62 | 37 | - |
| CMYK | 0 | 0.65 | 0.79 | 0.30 |
| HSL | 10.64º | 0.66% | 0.42% | - |
| HSV(B) | 10.64º | 0.79% | 0.7% | - |
| XYZ | 20.42 | 13.04 | 3.19 | - |
| YUV | 93.83 | 95.93 | 188.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 62 | 37 | 0 | 0.65 | 0.79 | 0.30 | 10.64 | 0.66 | 0.42 |
| Hex | B2 | 3E | 25 | 0 | 41 | 4F | 1E | B | 42 | 2A |
| Octal | 262 | 76 | 45 | 0 | 101 | 117 | 36 | 13 | 102 | 52 |
| Binary | 10110010 | 111110 | 100101 | 0 | 1000001 | 1001111 | 11110 | 1011 | 1000010 | 101010 |
Color Harmonies of #B23E25
Complementary color
Monochromatic Colors of #B23E25
Black with #B23E25
Text Example
Text Example
White with #B23E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23E25; }
p { color: rgb(178,62,37); }
H1.HeaderClassName
{
color: #B23E25;
}
.AnyTagClassName
{
color: #B23E25;
}
</style>
background-color css
<style>
a { background-color: #B23E25; }
a { background-color: rgb(178,62,37); }
div.DivClassName
{
background-color: #B23E25;
}
.BgClassName
{
background-color: #B23E25;
}
</style>
border-color css
<style>
span { border-color: #B23E25; }
span { border-color: rgb(178,62,37); }
td.TdClassName
{
border-color: #B23E25;
}
.TagClassName
{
border-color: #B23E25;
}
</style>