Shades of Cardinal #B9124B
Tints of Cardinal #B9124B
RGB
CMYK
RGB Variations
Color information
#B9124B (or 0xB9124B) is known color: Cardinal. HEX triplet: B9, 12 and 4B. RGB value is (185,18,75). Sum of RGB (Red+Green+Blue) = 185+18+75=278 (36% of max value = 765). Red value is 185 (72.66% from 255 or 66.55% from 278); Green value is 18 (7.42% from 255 or 6.47% from 278); Blue value is 75 (29.69% from 255 or 26.98% from 278); Max value from RGB is 185 - color contains mainly: red. Hex color #B9124B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9124B is #46EDB4. Grayscale: #4A4A4A. Windows color (decimal): -4648373 or 4919993. OLE color: 4919993.
HSL color Cylindrical-coordinate representation of color #B9124B: hue angle of 339.52º 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 #B9124B is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 18 | 75 | - |
| CMYK | 0 | 0.90 | 0.59 | 0.27 |
| HSL | 339.52º | 0.82% | 0.4% | - |
| HSV(B) | 339.52º | 0.9% | 0.73% | - |
| XYZ | 21.49 | 11.25 | 7.7 | - |
| YUV | 74.43 | 128.33 | 206.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 18 | 75 | 0 | 0.90 | 0.59 | 0.27 | 339.52 | 0.82 | 0.4 |
| Hex | B9 | 12 | 4B | 0 | 5A | 3B | 1B | 154 | 52 | 28 |
| Octal | 271 | 22 | 113 | 0 | 132 | 73 | 33 | 524 | 122 | 50 |
| Binary | 10111001 | 10010 | 1001011 | 0 | 1011010 | 111011 | 11011 | 101010100 | 1010010 | 101000 |
Color Harmonies of #B9124B
Complementary color
Monochromatic Colors of #B9124B
Black with #B9124B
Text Example
Text Example
White with #B9124B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9124B; }
p { color: rgb(185,18,75); }
H1.HeaderClassName
{
color: #B9124B;
}
.AnyTagClassName
{
color: #B9124B;
}
</style>
background-color css
<style>
a { background-color: #B9124B; }
a { background-color: rgb(185,18,75); }
div.DivClassName
{
background-color: #B9124B;
}
.BgClassName
{
background-color: #B9124B;
}
</style>
border-color css
<style>
span { border-color: #B9124B; }
span { border-color: rgb(185,18,75); }
td.TdClassName
{
border-color: #B9124B;
}
.TagClassName
{
border-color: #B9124B;
}
</style>