Shades of Cardinal #BD1446
Tints of Cardinal #BD1446
RGB
CMYK
RGB Variations
Color information
#BD1446 (or 0xBD1446) is known color: Cardinal. HEX triplet: BD, 14 and 46. RGB value is (189,20,70). Sum of RGB (Red+Green+Blue) = 189+20+70=279 (36% of max value = 765). Red value is 189 (74.22% from 255 or 67.74% from 279); Green value is 20 (8.20% from 255 or 7.17% from 279); Blue value is 70 (27.73% from 255 or 25.09% from 279); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1446 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD1446 is #42EBB9. Grayscale: #4C4C4C. Windows color (decimal): -4385722 or 4592829. OLE color: 4592829.
HSL color Cylindrical-coordinate representation of color #BD1446: hue angle of 342.25º 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 #BD1446 is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 20 | 70 | - |
| CMYK | 0 | 0.89 | 0.63 | 0.26 |
| HSL | 342.25º | 0.81% | 0.41% | - |
| HSV(B) | 342.25º | 0.89% | 0.74% | - |
| XYZ | 22.34 | 11.76 | 6.89 | - |
| YUV | 76.23 | 124.49 | 208.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 20 | 70 | 0 | 0.89 | 0.63 | 0.26 | 342.25 | 0.81 | 0.41 |
| Hex | BD | 14 | 46 | 0 | 59 | 3F | 1A | 156 | 51 | 29 |
| Octal | 275 | 24 | 106 | 0 | 131 | 77 | 32 | 526 | 121 | 51 |
| Binary | 10111101 | 10100 | 1000110 | 0 | 1011001 | 111111 | 11010 | 101010110 | 1010001 | 101001 |
Color Harmonies of #BD1446
Complementary color
Monochromatic Colors of #BD1446
Black with #BD1446
Text Example
Text Example
White with #BD1446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1446; }
p { color: rgb(189,20,70); }
H1.HeaderClassName
{
color: #BD1446;
}
.AnyTagClassName
{
color: #BD1446;
}
</style>
background-color css
<style>
a { background-color: #BD1446; }
a { background-color: rgb(189,20,70); }
div.DivClassName
{
background-color: #BD1446;
}
.BgClassName
{
background-color: #BD1446;
}
</style>
border-color css
<style>
span { border-color: #BD1446; }
span { border-color: rgb(189,20,70); }
td.TdClassName
{
border-color: #BD1446;
}
.TagClassName
{
border-color: #BD1446;
}
</style>