Shades of Cardinal #B8124C
Tints of Cardinal #B8124C
RGB
CMYK
RGB Variations
Color information
#B8124C (or 0xB8124C) is known color: Cardinal. HEX triplet: B8, 12 and 4C. RGB value is (184,18,76). Sum of RGB (Red+Green+Blue) = 184+18+76=278 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.19% from 278); Green value is 18 (7.42% from 255 or 6.47% from 278); Blue value is 76 (30.08% from 255 or 27.34% from 278); Max value from RGB is 184 - color contains mainly: red. Hex color #B8124C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8124C is #47EDB3. Grayscale: #4A4A4A. Windows color (decimal): -4713908 or 4985528. OLE color: 4985528.
HSL color Cylindrical-coordinate representation of color #B8124C: hue angle of 339.04º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B8124C is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 18 | 76 | - |
| CMYK | 0 | 0.90 | 0.59 | 0.28 |
| HSL | 339.04º | 0.82% | 0.4% | - |
| HSV(B) | 339.04º | 0.9% | 0.72% | - |
| XYZ | 21.29 | 11.14 | 7.87 | - |
| YUV | 74.25 | 129 | 206.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 18 | 76 | 0 | 0.90 | 0.59 | 0.28 | 339.04 | 0.82 | 0.4 |
| Hex | B8 | 12 | 4C | 0 | 5A | 3B | 1C | 153 | 52 | 28 |
| Octal | 270 | 22 | 114 | 0 | 132 | 73 | 34 | 523 | 122 | 50 |
| Binary | 10111000 | 10010 | 1001100 | 0 | 1011010 | 111011 | 11100 | 101010011 | 1010010 | 101000 |
Color Harmonies of #B8124C
Complementary color
Monochromatic Colors of #B8124C
Black with #B8124C
Text Example
Text Example
White with #B8124C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8124C; }
p { color: rgb(184,18,76); }
H1.HeaderClassName
{
color: #B8124C;
}
.AnyTagClassName
{
color: #B8124C;
}
</style>
background-color css
<style>
a { background-color: #B8124C; }
a { background-color: rgb(184,18,76); }
div.DivClassName
{
background-color: #B8124C;
}
.BgClassName
{
background-color: #B8124C;
}
</style>
border-color css
<style>
span { border-color: #B8124C; }
span { border-color: rgb(184,18,76); }
td.TdClassName
{
border-color: #B8124C;
}
.TagClassName
{
border-color: #B8124C;
}
</style>