Shades of Cardinal #B8144A
Tints of Cardinal #B8144A
RGB
CMYK
RGB Variations
Color information
#B8144A (or 0xB8144A) is known color: Cardinal. HEX triplet: B8, 14 and 4A. RGB value is (184,20,74). Sum of RGB (Red+Green+Blue) = 184+20+74=278 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.19% from 278); Green value is 20 (8.20% from 255 or 7.19% from 278); Blue value is 74 (29.30% from 255 or 26.62% from 278); Max value from RGB is 184 - color contains mainly: red. Hex color #B8144A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8144A is #47EBB5. Grayscale: #4B4B4B. Windows color (decimal): -4713398 or 4854968. OLE color: 4854968.
HSL color Cylindrical-coordinate representation of color #B8144A: hue angle of 340.24º 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 #B8144A is Cyan = 0, Magento = 0.89, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 20 | 74 | - |
| CMYK | 0 | 0.89 | 0.60 | 0.28 |
| HSL | 340.24º | 0.8% | 0.4% | - |
| HSV(B) | 340.24º | 0.89% | 0.72% | - |
| XYZ | 21.25 | 11.19 | 7.52 | - |
| YUV | 75.19 | 127.33 | 205.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 20 | 74 | 0 | 0.89 | 0.60 | 0.28 | 340.24 | 0.8 | 0.4 |
| Hex | B8 | 14 | 4A | 0 | 59 | 3C | 1C | 154 | 50 | 28 |
| Octal | 270 | 24 | 112 | 0 | 131 | 74 | 34 | 524 | 120 | 50 |
| Binary | 10111000 | 10100 | 1001010 | 0 | 1011001 | 111100 | 11100 | 101010100 | 1010000 | 101000 |
Color Harmonies of #B8144A
Complementary color
Monochromatic Colors of #B8144A
Black with #B8144A
Text Example
Text Example
White with #B8144A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8144A; }
p { color: rgb(184,20,74); }
H1.HeaderClassName
{
color: #B8144A;
}
.AnyTagClassName
{
color: #B8144A;
}
</style>
background-color css
<style>
a { background-color: #B8144A; }
a { background-color: rgb(184,20,74); }
div.DivClassName
{
background-color: #B8144A;
}
.BgClassName
{
background-color: #B8144A;
}
</style>
border-color css
<style>
span { border-color: #B8144A; }
span { border-color: rgb(184,20,74); }
td.TdClassName
{
border-color: #B8144A;
}
.TagClassName
{
border-color: #B8144A;
}
</style>