Shades of Cardinal #B8144E
Tints of Cardinal #B8144E
RGB
CMYK
RGB Variations
Color information
#B8144E (or 0xB8144E) is known color: Cardinal. HEX triplet: B8, 14 and 4E. RGB value is (184,20,78). Sum of RGB (Red+Green+Blue) = 184+20+78=282 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.25% from 282); Green value is 20 (8.20% from 255 or 7.09% from 282); Blue value is 78 (30.86% from 255 or 27.66% from 282); Max value from RGB is 184 - color contains mainly: red. Hex color #B8144E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8144E is #47EBB1. Grayscale: #4B4B4B. Windows color (decimal): -4713394 or 5117112. OLE color: 5117112.
HSL color Cylindrical-coordinate representation of color #B8144E: hue angle of 338.78º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B8144E is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 20 | 78 | - |
| CMYK | 0 | 0.89 | 0.58 | 0.28 |
| HSL | 338.78º | 0.8% | 0.4% | - |
| HSV(B) | 338.78º | 0.89% | 0.72% | - |
| XYZ | 21.39 | 11.24 | 8.25 | - |
| YUV | 75.65 | 129.33 | 205.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 20 | 78 | 0 | 0.89 | 0.58 | 0.28 | 338.78 | 0.8 | 0.4 |
| Hex | B8 | 14 | 4E | 0 | 59 | 3A | 1C | 153 | 50 | 28 |
| Octal | 270 | 24 | 116 | 0 | 131 | 72 | 34 | 523 | 120 | 50 |
| Binary | 10111000 | 10100 | 1001110 | 0 | 1011001 | 111010 | 11100 | 101010011 | 1010000 | 101000 |
Color Harmonies of #B8144E
Complementary color
Monochromatic Colors of #B8144E
Black with #B8144E
Text Example
Text Example
White with #B8144E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8144E; }
p { color: rgb(184,20,78); }
H1.HeaderClassName
{
color: #B8144E;
}
.AnyTagClassName
{
color: #B8144E;
}
</style>
background-color css
<style>
a { background-color: #B8144E; }
a { background-color: rgb(184,20,78); }
div.DivClassName
{
background-color: #B8144E;
}
.BgClassName
{
background-color: #B8144E;
}
</style>
border-color css
<style>
span { border-color: #B8144E; }
span { border-color: rgb(184,20,78); }
td.TdClassName
{
border-color: #B8144E;
}
.TagClassName
{
border-color: #B8144E;
}
</style>