Shades of Medium Carmine #B2423E
Tints of Medium Carmine #B2423E
RGB
CMYK
RGB Variations
Color information
#B2423E (or 0xB2423E) is known color: Medium Carmine. HEX triplet: B2, 42 and 3E. RGB value is (178,66,62). Sum of RGB (Red+Green+Blue) = 178+66+62=306 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.17% from 306); Green value is 66 (26.17% from 255 or 21.57% from 306); Blue value is 62 (24.61% from 255 or 20.26% from 306); Max value from RGB is 178 - color contains mainly: red. Hex color #B2423E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2423E is #4DBDC1. Grayscale: #636363. Windows color (decimal): -5094850 or 4080306. OLE color: 4080306.
HSL color Cylindrical-coordinate representation of color #B2423E: hue angle of 2.07º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B2423E is Cyan = 0, Magento = 0.63, Yellow = 0.65 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 66 | 62 | - |
| CMYK | 0 | 0.63 | 0.65 | 0.30 |
| HSL | 2.07º | 0.48% | 0.47% | - |
| HSV(B) | 2.07º | 0.65% | 0.7% | - |
| XYZ | 21.18 | 13.71 | 6.09 | - |
| YUV | 99.03 | 107.11 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 66 | 62 | 0 | 0.63 | 0.65 | 0.30 | 2.07 | 0.48 | 0.47 |
| Hex | B2 | 42 | 3E | 0 | 3F | 41 | 1E | 2 | 30 | 2F |
| Octal | 262 | 102 | 76 | 0 | 77 | 101 | 36 | 2 | 60 | 57 |
| Binary | 10110010 | 1000010 | 111110 | 0 | 111111 | 1000001 | 11110 | 10 | 110000 | 101111 |
Color Harmonies of #B2423E
Complementary color
Monochromatic Colors of #B2423E
Black with #B2423E
Text Example
Text Example
White with #B2423E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2423E; }
p { color: rgb(178,66,62); }
H1.HeaderClassName
{
color: #B2423E;
}
.AnyTagClassName
{
color: #B2423E;
}
</style>
background-color css
<style>
a { background-color: #B2423E; }
a { background-color: rgb(178,66,62); }
div.DivClassName
{
background-color: #B2423E;
}
.BgClassName
{
background-color: #B2423E;
}
</style>
border-color css
<style>
span { border-color: #B2423E; }
span { border-color: rgb(178,66,62); }
td.TdClassName
{
border-color: #B2423E;
}
.TagClassName
{
border-color: #B2423E;
}
</style>