Shades of Medium Carmine #B44A34
Tints of Medium Carmine #B44A34
RGB
CMYK
RGB Variations
Color information
#B44A34 (or 0xB44A34) is known color: Medium Carmine. HEX triplet: B4, 4A and 34. RGB value is (180,74,52). Sum of RGB (Red+Green+Blue) = 180+74+52=306 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.82% from 306); Green value is 74 (29.30% from 255 or 24.18% from 306); Blue value is 52 (20.70% from 255 or 16.99% from 306); Max value from RGB is 180 - color contains mainly: red. Hex color #B44A34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44A34 is #4BB5CB. Grayscale: #676767. Windows color (decimal): -4961740 or 3426996. OLE color: 3426996.
HSL color Cylindrical-coordinate representation of color #B44A34: hue angle of 10.31º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B44A34 is Cyan = 0, Magento = 0.59, Yellow = 0.71 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 74 | 52 | - |
| CMYK | 0 | 0.59 | 0.71 | 0.29 |
| HSL | 10.31º | 0.55% | 0.45% | - |
| HSV(B) | 10.31º | 0.71% | 0.71% | - |
| XYZ | 21.89 | 14.85 | 4.96 | - |
| YUV | 103.19 | 99.12 | 182.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 74 | 52 | 0 | 0.59 | 0.71 | 0.29 | 10.31 | 0.55 | 0.45 |
| Hex | B4 | 4A | 34 | 0 | 3B | 47 | 1D | A | 37 | 2D |
| Octal | 264 | 112 | 64 | 0 | 73 | 107 | 35 | 12 | 67 | 55 |
| Binary | 10110100 | 1001010 | 110100 | 0 | 111011 | 1000111 | 11101 | 1010 | 110111 | 101101 |
Color Harmonies of #B44A34
Complementary color
Monochromatic Colors of #B44A34
Black with #B44A34
Text Example
Text Example
White with #B44A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44A34; }
p { color: rgb(180,74,52); }
H1.HeaderClassName
{
color: #B44A34;
}
.AnyTagClassName
{
color: #B44A34;
}
</style>
background-color css
<style>
a { background-color: #B44A34; }
a { background-color: rgb(180,74,52); }
div.DivClassName
{
background-color: #B44A34;
}
.BgClassName
{
background-color: #B44A34;
}
</style>
border-color css
<style>
span { border-color: #B44A34; }
span { border-color: rgb(180,74,52); }
td.TdClassName
{
border-color: #B44A34;
}
.TagClassName
{
border-color: #B44A34;
}
</style>