Shades of Cardinal #BD1440
Tints of Cardinal #BD1440
RGB
CMYK
RGB Variations
Color information
#BD1440 (or 0xBD1440) is known color: Cardinal. HEX triplet: BD, 14 and 40. RGB value is (189,20,64). Sum of RGB (Red+Green+Blue) = 189+20+64=273 (36% of max value = 765). Red value is 189 (74.22% from 255 or 69.23% from 273); Green value is 20 (8.20% from 255 or 7.33% from 273); Blue value is 64 (25.39% from 255 or 23.44% from 273); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1440 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD1440 is #42EBBF. Grayscale: #4B4B4B. Windows color (decimal): -4385728 or 4199613. OLE color: 4199613.
HSL color Cylindrical-coordinate representation of color #BD1440: hue angle of 344.38º 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 #BD1440 is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 20 | 64 | - |
| CMYK | 0 | 0.89 | 0.66 | 0.26 |
| HSL | 344.38º | 0.81% | 0.41% | - |
| HSV(B) | 344.38º | 0.89% | 0.74% | - |
| XYZ | 22.16 | 11.69 | 5.94 | - |
| YUV | 75.55 | 121.49 | 208.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 20 | 64 | 0 | 0.89 | 0.66 | 0.26 | 344.38 | 0.81 | 0.41 |
| Hex | BD | 14 | 40 | 0 | 59 | 42 | 1A | 158 | 51 | 29 |
| Octal | 275 | 24 | 100 | 0 | 131 | 102 | 32 | 530 | 121 | 51 |
| Binary | 10111101 | 10100 | 1000000 | 0 | 1011001 | 1000010 | 11010 | 101011000 | 1010001 | 101001 |
Color Harmonies of #BD1440
Complementary color
Monochromatic Colors of #BD1440
Black with #BD1440
Text Example
Text Example
White with #BD1440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1440; }
p { color: rgb(189,20,64); }
H1.HeaderClassName
{
color: #BD1440;
}
.AnyTagClassName
{
color: #BD1440;
}
</style>
background-color css
<style>
a { background-color: #BD1440; }
a { background-color: rgb(189,20,64); }
div.DivClassName
{
background-color: #BD1440;
}
.BgClassName
{
background-color: #BD1440;
}
</style>
border-color css
<style>
span { border-color: #BD1440; }
span { border-color: rgb(189,20,64); }
td.TdClassName
{
border-color: #BD1440;
}
.TagClassName
{
border-color: #BD1440;
}
</style>