Shades of Cardinal #B9144D
Tints of Cardinal #B9144D
RGB
CMYK
RGB Variations
Color information
#B9144D (or 0xB9144D) is known color: Cardinal. HEX triplet: B9, 14 and 4D. RGB value is (185,20,77). Sum of RGB (Red+Green+Blue) = 185+20+77=282 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.60% from 282); Green value is 20 (8.20% from 255 or 7.09% from 282); Blue value is 77 (30.47% from 255 or 27.30% from 282); Max value from RGB is 185 - color contains mainly: red. Hex color #B9144D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9144D is #46EBB2. Grayscale: #4B4B4B. Windows color (decimal): -4647859 or 5051577. OLE color: 5051577.
HSL color Cylindrical-coordinate representation of color #B9144D: hue angle of 339.27º 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 #B9144D is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 20 | 77 | - |
| CMYK | 0 | 0.89 | 0.58 | 0.27 |
| HSL | 339.27º | 0.8% | 0.4% | - |
| HSV(B) | 339.27º | 0.89% | 0.73% | - |
| XYZ | 21.6 | 11.35 | 8.07 | - |
| YUV | 75.83 | 128.66 | 205.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 20 | 77 | 0 | 0.89 | 0.58 | 0.27 | 339.27 | 0.8 | 0.4 |
| Hex | B9 | 14 | 4D | 0 | 59 | 3A | 1B | 153 | 50 | 28 |
| Octal | 271 | 24 | 115 | 0 | 131 | 72 | 33 | 523 | 120 | 50 |
| Binary | 10111001 | 10100 | 1001101 | 0 | 1011001 | 111010 | 11011 | 101010011 | 1010000 | 101000 |
Color Harmonies of #B9144D
Complementary color
Monochromatic Colors of #B9144D
Black with #B9144D
Text Example
Text Example
White with #B9144D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9144D; }
p { color: rgb(185,20,77); }
H1.HeaderClassName
{
color: #B9144D;
}
.AnyTagClassName
{
color: #B9144D;
}
</style>
background-color css
<style>
a { background-color: #B9144D; }
a { background-color: rgb(185,20,77); }
div.DivClassName
{
background-color: #B9144D;
}
.BgClassName
{
background-color: #B9144D;
}
</style>
border-color css
<style>
span { border-color: #B9144D; }
span { border-color: rgb(185,20,77); }
td.TdClassName
{
border-color: #B9144D;
}
.TagClassName
{
border-color: #B9144D;
}
</style>