Shades of Cardinal #BD144D
Tints of Cardinal #BD144D
RGB
CMYK
RGB Variations
Color information
#BD144D (or 0xBD144D) is known color: Cardinal. HEX triplet: BD, 14 and 4D. RGB value is (189,20,77). Sum of RGB (Red+Green+Blue) = 189+20+77=286 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.08% from 286); Green value is 20 (8.20% from 255 or 6.99% from 286); Blue value is 77 (30.47% from 255 or 26.92% from 286); Max value from RGB is 189 - color contains mainly: red. Hex color #BD144D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD144D is #42EBB2. Grayscale: #4C4C4C. Windows color (decimal): -4385715 or 5051581. OLE color: 5051581.
HSL color Cylindrical-coordinate representation of color #BD144D: hue angle of 339.76º 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 #BD144D is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 20 | 77 | - |
| CMYK | 0 | 0.89 | 0.59 | 0.26 |
| HSL | 339.76º | 0.81% | 0.41% | - |
| HSV(B) | 339.76º | 0.89% | 0.74% | - |
| XYZ | 22.58 | 11.85 | 8.12 | - |
| YUV | 77.03 | 127.99 | 207.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 20 | 77 | 0 | 0.89 | 0.59 | 0.26 | 339.76 | 0.81 | 0.41 |
| Hex | BD | 14 | 4D | 0 | 59 | 3B | 1A | 154 | 51 | 29 |
| Octal | 275 | 24 | 115 | 0 | 131 | 73 | 32 | 524 | 121 | 51 |
| Binary | 10111101 | 10100 | 1001101 | 0 | 1011001 | 111011 | 11010 | 101010100 | 1010001 | 101001 |
Color Harmonies of #BD144D
Complementary color
Monochromatic Colors of #BD144D
Black with #BD144D
Text Example
Text Example
White with #BD144D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD144D; }
p { color: rgb(189,20,77); }
H1.HeaderClassName
{
color: #BD144D;
}
.AnyTagClassName
{
color: #BD144D;
}
</style>
background-color css
<style>
a { background-color: #BD144D; }
a { background-color: rgb(189,20,77); }
div.DivClassName
{
background-color: #BD144D;
}
.BgClassName
{
background-color: #BD144D;
}
</style>
border-color css
<style>
span { border-color: #BD144D; }
span { border-color: rgb(189,20,77); }
td.TdClassName
{
border-color: #BD144D;
}
.TagClassName
{
border-color: #BD144D;
}
</style>