Shades of Medium Carmine #B44438
Tints of Medium Carmine #B44438
RGB
CMYK
RGB Variations
Color information
#B44438 (or 0xB44438) is known color: Medium Carmine. HEX triplet: B4, 44 and 38. RGB value is (180,68,56). Sum of RGB (Red+Green+Blue) = 180+68+56=304 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.21% from 304); Green value is 68 (26.95% from 255 or 22.37% from 304); Blue value is 56 (22.27% from 255 or 18.42% from 304); Max value from RGB is 180 - color contains mainly: red. Hex color #B44438 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44438 is #4BBBC7. Grayscale: #646464. Windows color (decimal): -4963272 or 3687604. OLE color: 3687604.
HSL color Cylindrical-coordinate representation of color #B44438: hue angle of 5.81º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B44438 is Cyan = 0, Magento = 0.62, Yellow = 0.69 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 68 | 56 | - |
| CMYK | 0 | 0.62 | 0.69 | 0.29 |
| HSL | 5.81º | 0.53% | 0.46% | - |
| HSV(B) | 5.81º | 0.69% | 0.71% | - |
| XYZ | 21.6 | 14.12 | 5.33 | - |
| YUV | 100.12 | 103.11 | 184.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 68 | 56 | 0 | 0.62 | 0.69 | 0.29 | 5.81 | 0.53 | 0.46 |
| Hex | B4 | 44 | 38 | 0 | 3E | 45 | 1D | 6 | 35 | 2E |
| Octal | 264 | 104 | 70 | 0 | 76 | 105 | 35 | 6 | 65 | 56 |
| Binary | 10110100 | 1000100 | 111000 | 0 | 111110 | 1000101 | 11101 | 110 | 110101 | 101110 |
Color Harmonies of #B44438
Complementary color
Monochromatic Colors of #B44438
Black with #B44438
Text Example
Text Example
White with #B44438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B44438; }
p { color: rgb(180,68,56); }
H1.HeaderClassName
{
color: #B44438;
}
.AnyTagClassName
{
color: #B44438;
}
</style>
background-color css
<style>
a { background-color: #B44438; }
a { background-color: rgb(180,68,56); }
div.DivClassName
{
background-color: #B44438;
}
.BgClassName
{
background-color: #B44438;
}
</style>
border-color css
<style>
span { border-color: #B44438; }
span { border-color: rgb(180,68,56); }
td.TdClassName
{
border-color: #B44438;
}
.TagClassName
{
border-color: #B44438;
}
</style>