Shades of Cardinal #B9123C
Tints of Cardinal #B9123C
RGB
CMYK
RGB Variations
Color information
#B9123C (or 0xB9123C) is known color: Cardinal. HEX triplet: B9, 12 and 3C. RGB value is (185,18,60). Sum of RGB (Red+Green+Blue) = 185+18+60=263 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.34% from 263); Green value is 18 (7.42% from 255 or 6.84% from 263); Blue value is 60 (23.83% from 255 or 22.81% from 263); Max value from RGB is 185 - color contains mainly: red. Hex color #B9123C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9123C is #46EDC3. Grayscale: #484848. Windows color (decimal): -4648388 or 3936953. OLE color: 3936953.
HSL color Cylindrical-coordinate representation of color #B9123C: hue angle of 344.91º 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 #B9123C is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 18 | 60 | - |
| CMYK | 0 | 0.90 | 0.68 | 0.27 |
| HSL | 344.91º | 0.82% | 0.4% | - |
| HSV(B) | 344.91º | 0.9% | 0.73% | - |
| XYZ | 21.04 | 11.07 | 5.3 | - |
| YUV | 72.72 | 120.83 | 208.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 18 | 60 | 0 | 0.90 | 0.68 | 0.27 | 344.91 | 0.82 | 0.4 |
| Hex | B9 | 12 | 3C | 0 | 5A | 44 | 1B | 159 | 52 | 28 |
| Octal | 271 | 22 | 74 | 0 | 132 | 104 | 33 | 531 | 122 | 50 |
| Binary | 10111001 | 10010 | 111100 | 0 | 1011010 | 1000100 | 11011 | 101011001 | 1010010 | 101000 |
Color Harmonies of #B9123C
Complementary color
Monochromatic Colors of #B9123C
Black with #B9123C
Text Example
Text Example
White with #B9123C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9123C; }
p { color: rgb(185,18,60); }
H1.HeaderClassName
{
color: #B9123C;
}
.AnyTagClassName
{
color: #B9123C;
}
</style>
background-color css
<style>
a { background-color: #B9123C; }
a { background-color: rgb(185,18,60); }
div.DivClassName
{
background-color: #B9123C;
}
.BgClassName
{
background-color: #B9123C;
}
</style>
border-color css
<style>
span { border-color: #B9123C; }
span { border-color: rgb(185,18,60); }
td.TdClassName
{
border-color: #B9123C;
}
.TagClassName
{
border-color: #B9123C;
}
</style>