Shades of Cardinal #BD1444
Tints of Cardinal #BD1444
RGB
CMYK
RGB Variations
Color information
#BD1444 (or 0xBD1444) is known color: Cardinal. HEX triplet: BD, 14 and 44. RGB value is (189,20,68). Sum of RGB (Red+Green+Blue) = 189+20+68=277 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.23% from 277); Green value is 20 (8.20% from 255 or 7.22% from 277); Blue value is 68 (26.95% from 255 or 24.55% from 277); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1444 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD1444 is #42EBBB. Grayscale: #4B4B4B. Windows color (decimal): -4385724 or 4461757. OLE color: 4461757.
HSL color Cylindrical-coordinate representation of color #BD1444: hue angle of 342.96º 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 #BD1444 is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 20 | 68 | - |
| CMYK | 0 | 0.89 | 0.64 | 0.26 |
| HSL | 342.96º | 0.81% | 0.41% | - |
| HSV(B) | 342.96º | 0.89% | 0.74% | - |
| XYZ | 22.28 | 11.74 | 6.56 | - |
| YUV | 76 | 123.49 | 208.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 20 | 68 | 0 | 0.89 | 0.64 | 0.26 | 342.96 | 0.81 | 0.41 |
| Hex | BD | 14 | 44 | 0 | 59 | 40 | 1A | 157 | 51 | 29 |
| Octal | 275 | 24 | 104 | 0 | 131 | 100 | 32 | 527 | 121 | 51 |
| Binary | 10111101 | 10100 | 1000100 | 0 | 1011001 | 1000000 | 11010 | 101010111 | 1010001 | 101001 |
Color Harmonies of #BD1444
Complementary color
Monochromatic Colors of #BD1444
Black with #BD1444
Text Example
Text Example
White with #BD1444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1444; }
p { color: rgb(189,20,68); }
H1.HeaderClassName
{
color: #BD1444;
}
.AnyTagClassName
{
color: #BD1444;
}
</style>
background-color css
<style>
a { background-color: #BD1444; }
a { background-color: rgb(189,20,68); }
div.DivClassName
{
background-color: #BD1444;
}
.BgClassName
{
background-color: #BD1444;
}
</style>
border-color css
<style>
span { border-color: #BD1444; }
span { border-color: rgb(189,20,68); }
td.TdClassName
{
border-color: #BD1444;
}
.TagClassName
{
border-color: #BD1444;
}
</style>