Shades of Cardinal #B9123A
Tints of Cardinal #B9123A
RGB
CMYK
RGB Variations
Color information
#B9123A (or 0xB9123A) is known color: Cardinal. HEX triplet: B9, 12 and 3A. RGB value is (185,18,58). Sum of RGB (Red+Green+Blue) = 185+18+58=261 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.88% from 261); Green value is 18 (7.42% from 255 or 6.90% from 261); Blue value is 58 (23.05% from 255 or 22.22% from 261); Max value from RGB is 185 - color contains mainly: red. Hex color #B9123A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9123A is #46EDC5. Grayscale: #484848. Windows color (decimal): -4648390 or 3805881. OLE color: 3805881.
HSL color Cylindrical-coordinate representation of color #B9123A: hue angle of 345.63º 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 #B9123A is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 18 | 58 | - |
| CMYK | 0 | 0.90 | 0.69 | 0.27 |
| HSL | 345.63º | 0.82% | 0.4% | - |
| HSV(B) | 345.63º | 0.9% | 0.73% | - |
| XYZ | 20.99 | 11.05 | 5.03 | - |
| YUV | 72.49 | 119.83 | 208.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 18 | 58 | 0 | 0.90 | 0.69 | 0.27 | 345.63 | 0.82 | 0.4 |
| Hex | B9 | 12 | 3A | 0 | 5A | 45 | 1B | 15A | 52 | 28 |
| Octal | 271 | 22 | 72 | 0 | 132 | 105 | 33 | 532 | 122 | 50 |
| Binary | 10111001 | 10010 | 111010 | 0 | 1011010 | 1000101 | 11011 | 101011010 | 1010010 | 101000 |
Color Harmonies of #B9123A
Complementary color
Monochromatic Colors of #B9123A
Black with #B9123A
Text Example
Text Example
White with #B9123A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9123A; }
p { color: rgb(185,18,58); }
H1.HeaderClassName
{
color: #B9123A;
}
.AnyTagClassName
{
color: #B9123A;
}
</style>
background-color css
<style>
a { background-color: #B9123A; }
a { background-color: rgb(185,18,58); }
div.DivClassName
{
background-color: #B9123A;
}
.BgClassName
{
background-color: #B9123A;
}
</style>
border-color css
<style>
span { border-color: #B9123A; }
span { border-color: rgb(185,18,58); }
td.TdClassName
{
border-color: #B9123A;
}
.TagClassName
{
border-color: #B9123A;
}
</style>