Shades of Medium Carmine #B2443D
Tints of Medium Carmine #B2443D
RGB
CMYK
RGB Variations
Color information
#B2443D (or 0xB2443D) is known color: Medium Carmine. HEX triplet: B2, 44 and 3D. RGB value is (178,68,61). Sum of RGB (Red+Green+Blue) = 178+68+61=307 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.98% from 307); Green value is 68 (26.95% from 255 or 22.15% from 307); Blue value is 61 (24.22% from 255 or 19.87% from 307); Max value from RGB is 178 - color contains mainly: red. Hex color #B2443D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2443D is #4DBBC2. Grayscale: #646464. Windows color (decimal): -5094339 or 4015282. OLE color: 4015282.
HSL color Cylindrical-coordinate representation of color #B2443D: hue angle of 3.59º 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 #B2443D is Cyan = 0, Magento = 0.62, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 68 | 61 | - |
| CMYK | 0 | 0.62 | 0.66 | 0.30 |
| HSL | 3.59º | 0.49% | 0.47% | - |
| HSV(B) | 3.59º | 0.66% | 0.7% | - |
| XYZ | 21.27 | 13.94 | 5.98 | - |
| YUV | 100.09 | 105.94 | 183.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 68 | 61 | 0 | 0.62 | 0.66 | 0.30 | 3.59 | 0.49 | 0.47 |
| Hex | B2 | 44 | 3D | 0 | 3E | 42 | 1E | 4 | 31 | 2F |
| Octal | 262 | 104 | 75 | 0 | 76 | 102 | 36 | 4 | 61 | 57 |
| Binary | 10110010 | 1000100 | 111101 | 0 | 111110 | 1000010 | 11110 | 100 | 110001 | 101111 |
Color Harmonies of #B2443D
Complementary color
Monochromatic Colors of #B2443D
Black with #B2443D
Text Example
Text Example
White with #B2443D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2443D; }
p { color: rgb(178,68,61); }
H1.HeaderClassName
{
color: #B2443D;
}
.AnyTagClassName
{
color: #B2443D;
}
</style>
background-color css
<style>
a { background-color: #B2443D; }
a { background-color: rgb(178,68,61); }
div.DivClassName
{
background-color: #B2443D;
}
.BgClassName
{
background-color: #B2443D;
}
</style>
border-color css
<style>
span { border-color: #B2443D; }
span { border-color: rgb(178,68,61); }
td.TdClassName
{
border-color: #B2443D;
}
.TagClassName
{
border-color: #B2443D;
}
</style>