Shades of Cardinal #BD144E
Tints of Cardinal #BD144E
RGB
CMYK
RGB Variations
Color information
#BD144E (or 0xBD144E) is known color: Cardinal. HEX triplet: BD, 14 and 4E. RGB value is (189,20,78). Sum of RGB (Red+Green+Blue) = 189+20+78=287 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.85% from 287); Green value is 20 (8.20% from 255 or 6.97% from 287); Blue value is 78 (30.86% from 255 or 27.18% from 287); Max value from RGB is 189 - color contains mainly: red. Hex color #BD144E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD144E is #42EBB1. Grayscale: #4D4D4D. Windows color (decimal): -4385714 or 5117117. OLE color: 5117117.
HSL color Cylindrical-coordinate representation of color #BD144E: hue angle of 339.41º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BD144E is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 20 | 78 | - |
| CMYK | 0 | 0.89 | 0.59 | 0.26 |
| HSL | 339.41º | 0.81% | 0.41% | - |
| HSV(B) | 339.41º | 0.89% | 0.74% | - |
| XYZ | 22.61 | 11.87 | 8.31 | - |
| YUV | 77.14 | 128.49 | 207.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 20 | 78 | 0 | 0.89 | 0.59 | 0.26 | 339.41 | 0.81 | 0.41 |
| Hex | BD | 14 | 4E | 0 | 59 | 3B | 1A | 153 | 51 | 29 |
| Octal | 275 | 24 | 116 | 0 | 131 | 73 | 32 | 523 | 121 | 51 |
| Binary | 10111101 | 10100 | 1001110 | 0 | 1011001 | 111011 | 11010 | 101010011 | 1010001 | 101001 |
Color Harmonies of #BD144E
Complementary color
Monochromatic Colors of #BD144E
Black with #BD144E
Text Example
Text Example
White with #BD144E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD144E; }
p { color: rgb(189,20,78); }
H1.HeaderClassName
{
color: #BD144E;
}
.AnyTagClassName
{
color: #BD144E;
}
</style>
background-color css
<style>
a { background-color: #BD144E; }
a { background-color: rgb(189,20,78); }
div.DivClassName
{
background-color: #BD144E;
}
.BgClassName
{
background-color: #BD144E;
}
</style>
border-color css
<style>
span { border-color: #BD144E; }
span { border-color: rgb(189,20,78); }
td.TdClassName
{
border-color: #BD144E;
}
.TagClassName
{
border-color: #BD144E;
}
</style>