Shades of Cardinal #BD2540
Tints of Cardinal #BD2540
RGB
CMYK
RGB Variations
Color information
#BD2540 (or 0xBD2540) is known color: Cardinal. HEX triplet: BD, 25 and 40. RGB value is (189,37,64). Sum of RGB (Red+Green+Blue) = 189+37+64=290 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.17% from 290); Green value is 37 (14.84% from 255 or 12.76% from 290); Blue value is 64 (25.39% from 255 or 22.07% from 290); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2540 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2540 is #42DABF. Grayscale: #555555. Windows color (decimal): -4381376 or 4203965. OLE color: 4203965.
HSL color Cylindrical-coordinate representation of color #BD2540: hue angle of 349.34º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD2540 is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 37 | 64 | - |
| CMYK | 0 | 0.80 | 0.66 | 0.26 |
| HSL | 349.34º | 0.67% | 0.44% | - |
| HSV(B) | 349.34º | 0.8% | 0.74% | - |
| XYZ | 22.57 | 12.51 | 6.08 | - |
| YUV | 85.53 | 115.86 | 201.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 37 | 64 | 0 | 0.80 | 0.66 | 0.26 | 349.34 | 0.67 | 0.44 |
| Hex | BD | 25 | 40 | 0 | 50 | 42 | 1A | 15D | 43 | 2C |
| Octal | 275 | 45 | 100 | 0 | 120 | 102 | 32 | 535 | 103 | 54 |
| Binary | 10111101 | 100101 | 1000000 | 0 | 1010000 | 1000010 | 11010 | 101011101 | 1000011 | 101100 |
Color Harmonies of #BD2540
Complementary color
Monochromatic Colors of #BD2540
Black with #BD2540
Text Example
Text Example
White with #BD2540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2540; }
p { color: rgb(189,37,64); }
H1.HeaderClassName
{
color: #BD2540;
}
.AnyTagClassName
{
color: #BD2540;
}
</style>
background-color css
<style>
a { background-color: #BD2540; }
a { background-color: rgb(189,37,64); }
div.DivClassName
{
background-color: #BD2540;
}
.BgClassName
{
background-color: #BD2540;
}
</style>
border-color css
<style>
span { border-color: #BD2540; }
span { border-color: rgb(189,37,64); }
td.TdClassName
{
border-color: #BD2540;
}
.TagClassName
{
border-color: #BD2540;
}
</style>