Shades of Medium Carmine #B44229
Tints of Medium Carmine #B44229
RGB
CMYK
RGB Variations
Color information
#B44229 (or 0xB44229) is known color: Medium Carmine. HEX triplet: B4, 42 and 29. RGB value is (180,66,41). Sum of RGB (Red+Green+Blue) = 180+66+41=287 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.72% from 287); Green value is 66 (26.17% from 255 or 23.00% from 287); Blue value is 41 (16.41% from 255 or 14.29% from 287); Max value from RGB is 180 - color contains mainly: red. Hex color #B44229 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44229 is #4BBDD6. Grayscale: #616161. Windows color (decimal): -4963799 or 2704052. OLE color: 2704052.
HSL color Cylindrical-coordinate representation of color #B44229: hue angle of 10.79º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B44229 is Cyan = 0, Magento = 0.63, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 66 | 41 | - |
| CMYK | 0 | 0.63 | 0.77 | 0.29 |
| HSL | 10.79º | 0.63% | 0.43% | - |
| HSV(B) | 10.79º | 0.77% | 0.71% | - |
| XYZ | 21.17 | 13.76 | 3.64 | - |
| YUV | 97.24 | 96.27 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 66 | 41 | 0 | 0.63 | 0.77 | 0.29 | 10.79 | 0.63 | 0.43 |
| Hex | B4 | 42 | 29 | 0 | 3F | 4D | 1D | B | 3F | 2B |
| Octal | 264 | 102 | 51 | 0 | 77 | 115 | 35 | 13 | 77 | 53 |
| Binary | 10110100 | 1000010 | 101001 | 0 | 111111 | 1001101 | 11101 | 1011 | 111111 | 101011 |
Color Harmonies of #B44229
Complementary color
Monochromatic Colors of #B44229
Black with #B44229
Text Example
Text Example
White with #B44229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44229; }
p { color: rgb(180,66,41); }
H1.HeaderClassName
{
color: #B44229;
}
.AnyTagClassName
{
color: #B44229;
}
</style>
background-color css
<style>
a { background-color: #B44229; }
a { background-color: rgb(180,66,41); }
div.DivClassName
{
background-color: #B44229;
}
.BgClassName
{
background-color: #B44229;
}
</style>
border-color css
<style>
span { border-color: #B44229; }
span { border-color: rgb(180,66,41); }
td.TdClassName
{
border-color: #B44229;
}
.TagClassName
{
border-color: #B44229;
}
</style>