Shades of Cardinal #B9124E
Tints of Cardinal #B9124E
RGB
CMYK
RGB Variations
Color information
#B9124E (or 0xB9124E) is known color: Cardinal. HEX triplet: B9, 12 and 4E. RGB value is (185,18,78). Sum of RGB (Red+Green+Blue) = 185+18+78=281 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.84% from 281); Green value is 18 (7.42% from 255 or 6.41% from 281); Blue value is 78 (30.86% from 255 or 27.76% from 281); Max value from RGB is 185 - color contains mainly: red. Hex color #B9124E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9124E is #46EDB1. Grayscale: #4A4A4A. Windows color (decimal): -4648370 or 5116601. OLE color: 5116601.
HSL color Cylindrical-coordinate representation of color #B9124E: hue angle of 338.44º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B9124E is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 18 | 78 | - |
| CMYK | 0 | 0.90 | 0.58 | 0.27 |
| HSL | 338.44º | 0.82% | 0.4% | - |
| HSV(B) | 338.44º | 0.9% | 0.73% | - |
| XYZ | 21.6 | 11.3 | 8.25 | - |
| YUV | 74.77 | 129.83 | 206.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 18 | 78 | 0 | 0.90 | 0.58 | 0.27 | 338.44 | 0.82 | 0.4 |
| Hex | B9 | 12 | 4E | 0 | 5A | 3A | 1B | 152 | 52 | 28 |
| Octal | 271 | 22 | 116 | 0 | 132 | 72 | 33 | 522 | 122 | 50 |
| Binary | 10111001 | 10010 | 1001110 | 0 | 1011010 | 111010 | 11011 | 101010010 | 1010010 | 101000 |
Color Harmonies of #B9124E
Complementary color
Monochromatic Colors of #B9124E
Black with #B9124E
Text Example
Text Example
White with #B9124E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9124E; }
p { color: rgb(185,18,78); }
H1.HeaderClassName
{
color: #B9124E;
}
.AnyTagClassName
{
color: #B9124E;
}
</style>
background-color css
<style>
a { background-color: #B9124E; }
a { background-color: rgb(185,18,78); }
div.DivClassName
{
background-color: #B9124E;
}
.BgClassName
{
background-color: #B9124E;
}
</style>
border-color css
<style>
span { border-color: #B9124E; }
span { border-color: rgb(185,18,78); }
td.TdClassName
{
border-color: #B9124E;
}
.TagClassName
{
border-color: #B9124E;
}
</style>