Shades of Medium Carmine #B34240
Tints of Medium Carmine #B34240
RGB
CMYK
RGB Variations
Color information
#B34240 (or 0xB34240) is known color: Medium Carmine. HEX triplet: B3, 42 and 40. RGB value is (179,66,64). Sum of RGB (Red+Green+Blue) = 179+66+64=309 (40% of max value = 765). Red value is 179 (70.31% from 255 or 57.93% from 309); Green value is 66 (26.17% from 255 or 21.36% from 309); Blue value is 64 (25.39% from 255 or 20.71% from 309); Max value from RGB is 179 - color contains mainly: red. Hex color #B34240 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34240 is #4CBDBF. Grayscale: #636363. Windows color (decimal): -5029312 or 4211379. OLE color: 4211379.
HSL color Cylindrical-coordinate representation of color #B34240: hue angle of 1.04º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B34240 is Cyan = 0, Magento = 0.63, Yellow = 0.64 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 66 | 64 | - |
| CMYK | 0 | 0.63 | 0.64 | 0.30 |
| HSL | 1.04º | 0.47% | 0.48% | - |
| HSV(B) | 1.04º | 0.64% | 0.7% | - |
| XYZ | 21.46 | 13.85 | 6.39 | - |
| YUV | 99.56 | 107.94 | 184.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 66 | 64 | 0 | 0.63 | 0.64 | 0.30 | 1.04 | 0.47 | 0.48 |
| Hex | B3 | 42 | 40 | 0 | 3F | 40 | 1E | 1 | 2F | 30 |
| Octal | 263 | 102 | 100 | 0 | 77 | 100 | 36 | 1 | 57 | 60 |
| Binary | 10110011 | 1000010 | 1000000 | 0 | 111111 | 1000000 | 11110 | 1 | 101111 | 110000 |
Color Harmonies of #B34240
Complementary color
Monochromatic Colors of #B34240
Black with #B34240
Text Example
Text Example
White with #B34240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34240; }
p { color: rgb(179,66,64); }
H1.HeaderClassName
{
color: #B34240;
}
.AnyTagClassName
{
color: #B34240;
}
</style>
background-color css
<style>
a { background-color: #B34240; }
a { background-color: rgb(179,66,64); }
div.DivClassName
{
background-color: #B34240;
}
.BgClassName
{
background-color: #B34240;
}
</style>
border-color css
<style>
span { border-color: #B34240; }
span { border-color: rgb(179,66,64); }
td.TdClassName
{
border-color: #B34240;
}
.TagClassName
{
border-color: #B34240;
}
</style>