Shades of Medium Carmine #B2423D
Tints of Medium Carmine #B2423D
RGB
CMYK
RGB Variations
Color information
#B2423D (or 0xB2423D) is known color: Medium Carmine. HEX triplet: B2, 42 and 3D. RGB value is (178,66,61). Sum of RGB (Red+Green+Blue) = 178+66+61=305 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.36% from 305); Green value is 66 (26.17% from 255 or 21.64% from 305); Blue value is 61 (24.22% from 255 or 20% from 305); Max value from RGB is 178 - color contains mainly: red. Hex color #B2423D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2423D is #4DBDC2. Grayscale: #636363. Windows color (decimal): -5094851 or 4014770. OLE color: 4014770.
HSL color Cylindrical-coordinate representation of color #B2423D: hue angle of 2.56º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B2423D is Cyan = 0, Magento = 0.63, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 66 | 61 | - |
| CMYK | 0 | 0.63 | 0.66 | 0.30 |
| HSL | 2.56º | 0.49% | 0.47% | - |
| HSV(B) | 2.56º | 0.66% | 0.7% | - |
| XYZ | 21.15 | 13.7 | 5.94 | - |
| YUV | 98.92 | 106.61 | 184.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 66 | 61 | 0 | 0.63 | 0.66 | 0.30 | 2.56 | 0.49 | 0.47 |
| Hex | B2 | 42 | 3D | 0 | 3F | 42 | 1E | 3 | 31 | 2F |
| Octal | 262 | 102 | 75 | 0 | 77 | 102 | 36 | 3 | 61 | 57 |
| Binary | 10110010 | 1000010 | 111101 | 0 | 111111 | 1000010 | 11110 | 11 | 110001 | 101111 |
Color Harmonies of #B2423D
Complementary color
Monochromatic Colors of #B2423D
Black with #B2423D
Text Example
Text Example
White with #B2423D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2423D; }
p { color: rgb(178,66,61); }
H1.HeaderClassName
{
color: #B2423D;
}
.AnyTagClassName
{
color: #B2423D;
}
</style>
background-color css
<style>
a { background-color: #B2423D; }
a { background-color: rgb(178,66,61); }
div.DivClassName
{
background-color: #B2423D;
}
.BgClassName
{
background-color: #B2423D;
}
</style>
border-color css
<style>
span { border-color: #B2423D; }
span { border-color: rgb(178,66,61); }
td.TdClassName
{
border-color: #B2423D;
}
.TagClassName
{
border-color: #B2423D;
}
</style>