Shades of Cardinal #B9143F
Tints of Cardinal #B9143F
RGB
CMYK
RGB Variations
Color information
#B9143F (or 0xB9143F) is known color: Cardinal. HEX triplet: B9, 14 and 3F. RGB value is (185,20,63). Sum of RGB (Red+Green+Blue) = 185+20+63=268 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.03% from 268); Green value is 20 (8.20% from 255 or 7.46% from 268); Blue value is 63 (25% from 255 or 23.51% from 268); Max value from RGB is 185 - color contains mainly: red. Hex color #B9143F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9143F is #46EBC0. Grayscale: #4A4A4A. Windows color (decimal): -4647873 or 4134073. OLE color: 4134073.
HSL color Cylindrical-coordinate representation of color #B9143F: hue angle of 344.36º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B9143F is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 20 | 63 | - |
| CMYK | 0 | 0.89 | 0.66 | 0.27 |
| HSL | 344.36º | 0.8% | 0.4% | - |
| HSV(B) | 344.36º | 0.89% | 0.73% | - |
| XYZ | 21.15 | 11.17 | 5.74 | - |
| YUV | 74.24 | 121.66 | 207 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 20 | 63 | 0 | 0.89 | 0.66 | 0.27 | 344.36 | 0.8 | 0.4 |
| Hex | B9 | 14 | 3F | 0 | 59 | 42 | 1B | 158 | 50 | 28 |
| Octal | 271 | 24 | 77 | 0 | 131 | 102 | 33 | 530 | 120 | 50 |
| Binary | 10111001 | 10100 | 111111 | 0 | 1011001 | 1000010 | 11011 | 101011000 | 1010000 | 101000 |
Color Harmonies of #B9143F
Complementary color
Monochromatic Colors of #B9143F
Black with #B9143F
Text Example
Text Example
White with #B9143F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9143F; }
p { color: rgb(185,20,63); }
H1.HeaderClassName
{
color: #B9143F;
}
.AnyTagClassName
{
color: #B9143F;
}
</style>
background-color css
<style>
a { background-color: #B9143F; }
a { background-color: rgb(185,20,63); }
div.DivClassName
{
background-color: #B9143F;
}
.BgClassName
{
background-color: #B9143F;
}
</style>
border-color css
<style>
span { border-color: #B9143F; }
span { border-color: rgb(185,20,63); }
td.TdClassName
{
border-color: #B9143F;
}
.TagClassName
{
border-color: #B9143F;
}
</style>