Shades of Cardinal #B8124A
Tints of Cardinal #B8124A
RGB
CMYK
RGB Variations
Color information
#B8124A (or 0xB8124A) is known color: Cardinal. HEX triplet: B8, 12 and 4A. RGB value is (184,18,74). Sum of RGB (Red+Green+Blue) = 184+18+74=276 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.67% from 276); Green value is 18 (7.42% from 255 or 6.52% from 276); Blue value is 74 (29.30% from 255 or 26.81% from 276); Max value from RGB is 184 - color contains mainly: red. Hex color #B8124A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8124A is #47EDB5. Grayscale: #494949. Windows color (decimal): -4713910 or 4854456. OLE color: 4854456.
HSL color Cylindrical-coordinate representation of color #B8124A: hue angle of 339.76º 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 #B8124A is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 18 | 74 | - |
| CMYK | 0 | 0.90 | 0.60 | 0.28 |
| HSL | 339.76º | 0.82% | 0.4% | - |
| HSV(B) | 339.76º | 0.9% | 0.72% | - |
| XYZ | 21.22 | 11.12 | 7.51 | - |
| YUV | 74.02 | 128 | 206.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 18 | 74 | 0 | 0.90 | 0.60 | 0.28 | 339.76 | 0.82 | 0.4 |
| Hex | B8 | 12 | 4A | 0 | 5A | 3C | 1C | 154 | 52 | 28 |
| Octal | 270 | 22 | 112 | 0 | 132 | 74 | 34 | 524 | 122 | 50 |
| Binary | 10111000 | 10010 | 1001010 | 0 | 1011010 | 111100 | 11100 | 101010100 | 1010010 | 101000 |
Color Harmonies of #B8124A
Complementary color
Monochromatic Colors of #B8124A
Black with #B8124A
Text Example
Text Example
White with #B8124A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8124A; }
p { color: rgb(184,18,74); }
H1.HeaderClassName
{
color: #B8124A;
}
.AnyTagClassName
{
color: #B8124A;
}
</style>
background-color css
<style>
a { background-color: #B8124A; }
a { background-color: rgb(184,18,74); }
div.DivClassName
{
background-color: #B8124A;
}
.BgClassName
{
background-color: #B8124A;
}
</style>
border-color css
<style>
span { border-color: #B8124A; }
span { border-color: rgb(184,18,74); }
td.TdClassName
{
border-color: #B8124A;
}
.TagClassName
{
border-color: #B8124A;
}
</style>