Shades of Medium Carmine #B23C2F
Tints of Medium Carmine #B23C2F
RGB
CMYK
RGB Variations
Color information
#B23C2F (or 0xB23C2F) is known color: Medium Carmine. HEX triplet: B2, 3C and 2F. RGB value is (178,60,47). Sum of RGB (Red+Green+Blue) = 178+60+47=285 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.46% from 285); Green value is 60 (23.83% from 255 or 21.05% from 285); Blue value is 47 (18.75% from 255 or 16.49% from 285); Max value from RGB is 178 - color contains mainly: red. Hex color #B23C2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23C2F is #4DC3D0. Grayscale: #5D5D5D. Windows color (decimal): -5096401 or 3095730. OLE color: 3095730.
HSL color Cylindrical-coordinate representation of color #B23C2F: hue angle of 5.95º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B23C2F is Cyan = 0, Magento = 0.66, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 60 | 47 | - |
| CMYK | 0 | 0.66 | 0.74 | 0.30 |
| HSL | 5.95º | 0.58% | 0.44% | - |
| HSV(B) | 5.95º | 0.74% | 0.7% | - |
| XYZ | 20.49 | 12.9 | 4.1 | - |
| YUV | 93.8 | 101.59 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 60 | 47 | 0 | 0.66 | 0.74 | 0.30 | 5.95 | 0.58 | 0.44 |
| Hex | B2 | 3C | 2F | 0 | 42 | 4A | 1E | 6 | 3A | 2C |
| Octal | 262 | 74 | 57 | 0 | 102 | 112 | 36 | 6 | 72 | 54 |
| Binary | 10110010 | 111100 | 101111 | 0 | 1000010 | 1001010 | 11110 | 110 | 111010 | 101100 |
Color Harmonies of #B23C2F
Complementary color
Monochromatic Colors of #B23C2F
Black with #B23C2F
Text Example
Text Example
White with #B23C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23C2F; }
p { color: rgb(178,60,47); }
H1.HeaderClassName
{
color: #B23C2F;
}
.AnyTagClassName
{
color: #B23C2F;
}
</style>
background-color css
<style>
a { background-color: #B23C2F; }
a { background-color: rgb(178,60,47); }
div.DivClassName
{
background-color: #B23C2F;
}
.BgClassName
{
background-color: #B23C2F;
}
</style>
border-color css
<style>
span { border-color: #B23C2F; }
span { border-color: rgb(178,60,47); }
td.TdClassName
{
border-color: #B23C2F;
}
.TagClassName
{
border-color: #B23C2F;
}
</style>