Shades of Medium Carmine #B4452C
Tints of Medium Carmine #B4452C
RGB
CMYK
RGB Variations
Color information
#B4452C (or 0xB4452C) is known color: Medium Carmine. HEX triplet: B4, 45 and 2C. RGB value is (180,69,44). Sum of RGB (Red+Green+Blue) = 180+69+44=293 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.43% from 293); Green value is 69 (27.34% from 255 or 23.55% from 293); Blue value is 44 (17.58% from 255 or 15.02% from 293); Max value from RGB is 180 - color contains mainly: red. Hex color #B4452C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4452C is #4BBAD3. Grayscale: #636363. Windows color (decimal): -4963028 or 2901428. OLE color: 2901428.
HSL color Cylindrical-coordinate representation of color #B4452C: hue angle of 11.03º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B4452C is Cyan = 0, Magento = 0.62, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 69 | 44 | - |
| CMYK | 0 | 0.62 | 0.76 | 0.29 |
| HSL | 11.03º | 0.61% | 0.44% | - |
| HSV(B) | 11.03º | 0.76% | 0.71% | - |
| XYZ | 21.41 | 14.14 | 3.98 | - |
| YUV | 99.34 | 96.77 | 185.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 69 | 44 | 0 | 0.62 | 0.76 | 0.29 | 11.03 | 0.61 | 0.44 |
| Hex | B4 | 45 | 2C | 0 | 3E | 4C | 1D | B | 3D | 2C |
| Octal | 264 | 105 | 54 | 0 | 76 | 114 | 35 | 13 | 75 | 54 |
| Binary | 10110100 | 1000101 | 101100 | 0 | 111110 | 1001100 | 11101 | 1011 | 111101 | 101100 |
Color Harmonies of #B4452C
Complementary color
Monochromatic Colors of #B4452C
Black with #B4452C
Text Example
Text Example
White with #B4452C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4452C; }
p { color: rgb(180,69,44); }
H1.HeaderClassName
{
color: #B4452C;
}
.AnyTagClassName
{
color: #B4452C;
}
</style>
background-color css
<style>
a { background-color: #B4452C; }
a { background-color: rgb(180,69,44); }
div.DivClassName
{
background-color: #B4452C;
}
.BgClassName
{
background-color: #B4452C;
}
</style>
border-color css
<style>
span { border-color: #B4452C; }
span { border-color: rgb(180,69,44); }
td.TdClassName
{
border-color: #B4452C;
}
.TagClassName
{
border-color: #B4452C;
}
</style>