Shades of Medium Carmine #B4452D
Tints of Medium Carmine #B4452D
RGB
CMYK
RGB Variations
Color information
#B4452D (or 0xB4452D) is known color: Medium Carmine. HEX triplet: B4, 45 and 2D. RGB value is (180,69,45). Sum of RGB (Red+Green+Blue) = 180+69+45=294 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.22% from 294); Green value is 69 (27.34% from 255 or 23.47% from 294); Blue value is 45 (17.97% from 255 or 15.31% from 294); Max value from RGB is 180 - color contains mainly: red. Hex color #B4452D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4452D is #4BBAD2. Grayscale: #636363. Windows color (decimal): -4963027 or 2966964. OLE color: 2966964.
HSL color Cylindrical-coordinate representation of color #B4452D: hue angle of 10.67º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B4452D is Cyan = 0, Magento = 0.62, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 69 | 45 | - |
| CMYK | 0 | 0.62 | 0.75 | 0.29 |
| HSL | 10.67º | 0.6% | 0.44% | - |
| HSV(B) | 10.67º | 0.75% | 0.71% | - |
| XYZ | 21.42 | 14.15 | 4.08 | - |
| YUV | 99.45 | 97.27 | 185.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 69 | 45 | 0 | 0.62 | 0.75 | 0.29 | 10.67 | 0.6 | 0.44 |
| Hex | B4 | 45 | 2D | 0 | 3E | 4B | 1D | B | 3C | 2C |
| Octal | 264 | 105 | 55 | 0 | 76 | 113 | 35 | 13 | 74 | 54 |
| Binary | 10110100 | 1000101 | 101101 | 0 | 111110 | 1001011 | 11101 | 1011 | 111100 | 101100 |
Color Harmonies of #B4452D
Complementary color
Monochromatic Colors of #B4452D
Black with #B4452D
Text Example
Text Example
White with #B4452D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4452D; }
p { color: rgb(180,69,45); }
H1.HeaderClassName
{
color: #B4452D;
}
.AnyTagClassName
{
color: #B4452D;
}
</style>
background-color css
<style>
a { background-color: #B4452D; }
a { background-color: rgb(180,69,45); }
div.DivClassName
{
background-color: #B4452D;
}
.BgClassName
{
background-color: #B4452D;
}
</style>
border-color css
<style>
span { border-color: #B4452D; }
span { border-color: rgb(180,69,45); }
td.TdClassName
{
border-color: #B4452D;
}
.TagClassName
{
border-color: #B4452D;
}
</style>