Shades of Cardinal #BD144C
Tints of Cardinal #BD144C
RGB
CMYK
RGB Variations
Color information
#BD144C (or 0xBD144C) is known color: Cardinal. HEX triplet: BD, 14 and 4C. RGB value is (189,20,76). Sum of RGB (Red+Green+Blue) = 189+20+76=285 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.32% from 285); Green value is 20 (8.20% from 255 or 7.02% from 285); Blue value is 76 (30.08% from 255 or 26.67% from 285); Max value from RGB is 189 - color contains mainly: red. Hex color #BD144C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD144C is #42EBB3. Grayscale: #4C4C4C. Windows color (decimal): -4385716 or 4986045. OLE color: 4986045.
HSL color Cylindrical-coordinate representation of color #BD144C: hue angle of 340.12º 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 #BD144C is Cyan = 0, Magento = 0.89, Yellow = 0.60 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 20 | 76 | - |
| CMYK | 0 | 0.89 | 0.60 | 0.26 |
| HSL | 340.12º | 0.81% | 0.41% | - |
| HSV(B) | 340.12º | 0.89% | 0.74% | - |
| XYZ | 22.54 | 11.84 | 7.93 | - |
| YUV | 76.92 | 127.49 | 207.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 20 | 76 | 0 | 0.89 | 0.60 | 0.26 | 340.12 | 0.81 | 0.41 |
| Hex | BD | 14 | 4C | 0 | 59 | 3C | 1A | 154 | 51 | 29 |
| Octal | 275 | 24 | 114 | 0 | 131 | 74 | 32 | 524 | 121 | 51 |
| Binary | 10111101 | 10100 | 1001100 | 0 | 1011001 | 111100 | 11010 | 101010100 | 1010001 | 101001 |
Color Harmonies of #BD144C
Complementary color
Monochromatic Colors of #BD144C
Black with #BD144C
Text Example
Text Example
White with #BD144C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD144C; }
p { color: rgb(189,20,76); }
H1.HeaderClassName
{
color: #BD144C;
}
.AnyTagClassName
{
color: #BD144C;
}
</style>
background-color css
<style>
a { background-color: #BD144C; }
a { background-color: rgb(189,20,76); }
div.DivClassName
{
background-color: #BD144C;
}
.BgClassName
{
background-color: #BD144C;
}
</style>
border-color css
<style>
span { border-color: #BD144C; }
span { border-color: rgb(189,20,76); }
td.TdClassName
{
border-color: #BD144C;
}
.TagClassName
{
border-color: #BD144C;
}
</style>