Shades of Cardinal #BD0540
Tints of Cardinal #BD0540
RGB
CMYK
RGB Variations
Color information
#BD0540 (or 0xBD0540) is known color: Cardinal. HEX triplet: BD, 05 and 40. RGB value is (189,5,64). Sum of RGB (Red+Green+Blue) = 189+5+64=258 (34% of max value = 765). Red value is 189 (74.22% from 255 or 73.26% from 258); Green value is 5 (2.34% from 255 or 1.94% from 258); Blue value is 64 (25.39% from 255 or 24.81% from 258); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0540 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0540 is #42FABF. Grayscale: #424242. Windows color (decimal): -4389568 or 4195773. OLE color: 4195773.
HSL color Cylindrical-coordinate representation of color #BD0540: hue angle of 340.76º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BD0540 is Cyan = 0, Magento = 0.97, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 5 | 64 | - |
| CMYK | 0 | 0.97 | 0.66 | 0.26 |
| HSL | 340.76º | 0.95% | 0.38% | - |
| HSV(B) | 340.76º | 0.97% | 0.74% | - |
| XYZ | 21.97 | 11.3 | 5.87 | - |
| YUV | 66.74 | 126.46 | 215.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 5 | 64 | 0 | 0.97 | 0.66 | 0.26 | 340.76 | 0.95 | 0.38 |
| Hex | BD | 5 | 40 | 0 | 61 | 42 | 1A | 155 | 5F | 26 |
| Octal | 275 | 5 | 100 | 0 | 141 | 102 | 32 | 525 | 137 | 46 |
| Binary | 10111101 | 101 | 1000000 | 0 | 1100001 | 1000010 | 11010 | 101010101 | 1011111 | 100110 |
Color Harmonies of #BD0540
Complementary color
Monochromatic Colors of #BD0540
Black with #BD0540
Text Example
Text Example
White with #BD0540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0540; }
p { color: rgb(189,5,64); }
H1.HeaderClassName
{
color: #BD0540;
}
.AnyTagClassName
{
color: #BD0540;
}
</style>
background-color css
<style>
a { background-color: #BD0540; }
a { background-color: rgb(189,5,64); }
div.DivClassName
{
background-color: #BD0540;
}
.BgClassName
{
background-color: #BD0540;
}
</style>
border-color css
<style>
span { border-color: #BD0540; }
span { border-color: rgb(189,5,64); }
td.TdClassName
{
border-color: #BD0540;
}
.TagClassName
{
border-color: #BD0540;
}
</style>