Shades of Cardinal #B9143A
Tints of Cardinal #B9143A
RGB
CMYK
RGB Variations
Color information
#B9143A (or 0xB9143A) is known color: Cardinal. HEX triplet: B9, 14 and 3A. RGB value is (185,20,58). Sum of RGB (Red+Green+Blue) = 185+20+58=263 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.34% from 263); Green value is 20 (8.20% from 255 or 7.60% from 263); Blue value is 58 (23.05% from 255 or 22.05% from 263); Max value from RGB is 185 - color contains mainly: red. Hex color #B9143A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B9143A is #46EBC5. Grayscale: #494949. Windows color (decimal): -4647878 or 3806393. OLE color: 3806393.
HSL color Cylindrical-coordinate representation of color #B9143A: hue angle of 346.18º 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 #B9143A is Cyan = 0, Magento = 0.89, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 20 | 58 | - |
| CMYK | 0 | 0.89 | 0.69 | 0.27 |
| HSL | 346.18º | 0.8% | 0.4% | - |
| HSV(B) | 346.18º | 0.89% | 0.73% | - |
| XYZ | 21.02 | 11.12 | 5.04 | - |
| YUV | 73.67 | 119.16 | 207.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 20 | 58 | 0 | 0.89 | 0.69 | 0.27 | 346.18 | 0.8 | 0.4 |
| Hex | B9 | 14 | 3A | 0 | 59 | 45 | 1B | 15A | 50 | 28 |
| Octal | 271 | 24 | 72 | 0 | 131 | 105 | 33 | 532 | 120 | 50 |
| Binary | 10111001 | 10100 | 111010 | 0 | 1011001 | 1000101 | 11011 | 101011010 | 1010000 | 101000 |
Color Harmonies of #B9143A
Complementary color
Monochromatic Colors of #B9143A
Black with #B9143A
Text Example
Text Example
White with #B9143A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9143A; }
p { color: rgb(185,20,58); }
H1.HeaderClassName
{
color: #B9143A;
}
.AnyTagClassName
{
color: #B9143A;
}
</style>
background-color css
<style>
a { background-color: #B9143A; }
a { background-color: rgb(185,20,58); }
div.DivClassName
{
background-color: #B9143A;
}
.BgClassName
{
background-color: #B9143A;
}
</style>
border-color css
<style>
span { border-color: #B9143A; }
span { border-color: rgb(185,20,58); }
td.TdClassName
{
border-color: #B9143A;
}
.TagClassName
{
border-color: #B9143A;
}
</style>