Shades of Cardinal #BD1540
Tints of Cardinal #BD1540
RGB
CMYK
RGB Variations
Color information
#BD1540 (or 0xBD1540) is known color: Cardinal. HEX triplet: BD, 15 and 40. RGB value is (189,21,64). Sum of RGB (Red+Green+Blue) = 189+21+64=274 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.98% from 274); Green value is 21 (8.59% from 255 or 7.66% from 274); Blue value is 64 (25.39% from 255 or 23.36% from 274); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1540 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD1540 is #42EABF. Grayscale: #4C4C4C. Windows color (decimal): -4385472 or 4199869. OLE color: 4199869.
HSL color Cylindrical-coordinate representation of color #BD1540: hue angle of 344.64º degrees, saturation: 0.8, 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 #BD1540 is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 21 | 64 | - |
| CMYK | 0 | 0.89 | 0.66 | 0.26 |
| HSL | 344.64º | 0.8% | 0.41% | - |
| HSV(B) | 344.64º | 0.89% | 0.74% | - |
| XYZ | 22.18 | 11.73 | 5.94 | - |
| YUV | 76.13 | 121.16 | 208.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 21 | 64 | 0 | 0.89 | 0.66 | 0.26 | 344.64 | 0.8 | 0.41 |
| Hex | BD | 15 | 40 | 0 | 59 | 42 | 1A | 159 | 50 | 29 |
| Octal | 275 | 25 | 100 | 0 | 131 | 102 | 32 | 531 | 120 | 51 |
| Binary | 10111101 | 10101 | 1000000 | 0 | 1011001 | 1000010 | 11010 | 101011001 | 1010000 | 101001 |
Color Harmonies of #BD1540
Complementary color
Monochromatic Colors of #BD1540
Black with #BD1540
Text Example
Text Example
White with #BD1540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1540; }
p { color: rgb(189,21,64); }
H1.HeaderClassName
{
color: #BD1540;
}
.AnyTagClassName
{
color: #BD1540;
}
</style>
background-color css
<style>
a { background-color: #BD1540; }
a { background-color: rgb(189,21,64); }
div.DivClassName
{
background-color: #BD1540;
}
.BgClassName
{
background-color: #BD1540;
}
</style>
border-color css
<style>
span { border-color: #BD1540; }
span { border-color: rgb(189,21,64); }
td.TdClassName
{
border-color: #BD1540;
}
.TagClassName
{
border-color: #BD1540;
}
</style>