Shades of Medium Carmine #B23C2A
Tints of Medium Carmine #B23C2A
RGB
CMYK
RGB Variations
Color information
#B23C2A (or 0xB23C2A) is known color: Medium Carmine. HEX triplet: B2, 3C and 2A. RGB value is (178,60,42). Sum of RGB (Red+Green+Blue) = 178+60+42=280 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.57% from 280); Green value is 60 (23.83% from 255 or 21.43% from 280); Blue value is 42 (16.80% from 255 or 15% from 280); Max value from RGB is 178 - color contains mainly: red. Hex color #B23C2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23C2A is #4DC3D5. Grayscale: #5D5D5D. Windows color (decimal): -5096406 or 2768050. OLE color: 2768050.
HSL color Cylindrical-coordinate representation of color #B23C2A: hue angle of 7.94º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B23C2A is Cyan = 0, Magento = 0.66, Yellow = 0.76 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 60 | 42 | - |
| CMYK | 0 | 0.66 | 0.76 | 0.30 |
| HSL | 7.94º | 0.62% | 0.43% | - |
| HSV(B) | 7.94º | 0.76% | 0.7% | - |
| XYZ | 20.39 | 12.86 | 3.6 | - |
| YUV | 93.23 | 99.09 | 188.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 60 | 42 | 0 | 0.66 | 0.76 | 0.30 | 7.94 | 0.62 | 0.43 |
| Hex | B2 | 3C | 2A | 0 | 42 | 4C | 1E | 8 | 3E | 2B |
| Octal | 262 | 74 | 52 | 0 | 102 | 114 | 36 | 10 | 76 | 53 |
| Binary | 10110010 | 111100 | 101010 | 0 | 1000010 | 1001100 | 11110 | 1000 | 111110 | 101011 |
Color Harmonies of #B23C2A
Complementary color
Monochromatic Colors of #B23C2A
Black with #B23C2A
Text Example
Text Example
White with #B23C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23C2A; }
p { color: rgb(178,60,42); }
H1.HeaderClassName
{
color: #B23C2A;
}
.AnyTagClassName
{
color: #B23C2A;
}
</style>
background-color css
<style>
a { background-color: #B23C2A; }
a { background-color: rgb(178,60,42); }
div.DivClassName
{
background-color: #B23C2A;
}
.BgClassName
{
background-color: #B23C2A;
}
</style>
border-color css
<style>
span { border-color: #B23C2A; }
span { border-color: rgb(178,60,42); }
td.TdClassName
{
border-color: #B23C2A;
}
.TagClassName
{
border-color: #B23C2A;
}
</style>