Shades of Cardinal #BD1436
Tints of Cardinal #BD1436
RGB
CMYK
RGB Variations
Color information
#BD1436 (or 0xBD1436) is known color: Cardinal. HEX triplet: BD, 14 and 36. RGB value is (189,20,54). Sum of RGB (Red+Green+Blue) = 189+20+54=263 (34% of max value = 765). Red value is 189 (74.22% from 255 or 71.86% from 263); Green value is 20 (8.20% from 255 or 7.60% from 263); Blue value is 54 (21.48% from 255 or 20.53% from 263); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1436 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD1436 is #42EBC9. Grayscale: #4A4A4A. Windows color (decimal): -4385738 or 3544253. OLE color: 3544253.
HSL color Cylindrical-coordinate representation of color #BD1436: hue angle of 347.93º 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 #BD1436 is Cyan = 0, Magento = 0.89, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 20 | 54 | - |
| CMYK | 0 | 0.89 | 0.71 | 0.26 |
| HSL | 347.93º | 0.81% | 0.41% | - |
| HSV(B) | 347.93º | 0.89% | 0.74% | - |
| XYZ | 21.9 | 11.59 | 4.57 | - |
| YUV | 74.41 | 116.49 | 209.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 20 | 54 | 0 | 0.89 | 0.71 | 0.26 | 347.93 | 0.81 | 0.41 |
| Hex | BD | 14 | 36 | 0 | 59 | 47 | 1A | 15C | 51 | 29 |
| Octal | 275 | 24 | 66 | 0 | 131 | 107 | 32 | 534 | 121 | 51 |
| Binary | 10111101 | 10100 | 110110 | 0 | 1011001 | 1000111 | 11010 | 101011100 | 1010001 | 101001 |
Color Harmonies of #BD1436
Complementary color
Monochromatic Colors of #BD1436
Black with #BD1436
Text Example
Text Example
White with #BD1436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1436; }
p { color: rgb(189,20,54); }
H1.HeaderClassName
{
color: #BD1436;
}
.AnyTagClassName
{
color: #BD1436;
}
</style>
background-color css
<style>
a { background-color: #BD1436; }
a { background-color: rgb(189,20,54); }
div.DivClassName
{
background-color: #BD1436;
}
.BgClassName
{
background-color: #BD1436;
}
</style>
border-color css
<style>
span { border-color: #BD1436; }
span { border-color: rgb(189,20,54); }
td.TdClassName
{
border-color: #BD1436;
}
.TagClassName
{
border-color: #BD1436;
}
</style>