Shades of Cardinal #BD2441
Tints of Cardinal #BD2441
RGB
CMYK
RGB Variations
Color information
#BD2441 (or 0xBD2441) is known color: Cardinal. HEX triplet: BD, 24 and 41. RGB value is (189,36,65). Sum of RGB (Red+Green+Blue) = 189+36+65=290 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.17% from 290); Green value is 36 (14.45% from 255 or 12.41% from 290); Blue value is 65 (25.78% from 255 or 22.41% from 290); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2441 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2441 is #42DBBE. Grayscale: #555555. Windows color (decimal): -4381631 or 4269245. OLE color: 4269245.
HSL color Cylindrical-coordinate representation of color #BD2441: hue angle of 348.63º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BD2441 is Cyan = 0, Magento = 0.81, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 36 | 65 | - |
| CMYK | 0 | 0.81 | 0.66 | 0.26 |
| HSL | 348.63º | 0.68% | 0.44% | - |
| HSV(B) | 348.63º | 0.81% | 0.74% | - |
| XYZ | 22.57 | 12.46 | 6.22 | - |
| YUV | 85.05 | 116.69 | 202.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 36 | 65 | 0 | 0.81 | 0.66 | 0.26 | 348.63 | 0.68 | 0.44 |
| Hex | BD | 24 | 41 | 0 | 51 | 42 | 1A | 15D | 44 | 2C |
| Octal | 275 | 44 | 101 | 0 | 121 | 102 | 32 | 535 | 104 | 54 |
| Binary | 10111101 | 100100 | 1000001 | 0 | 1010001 | 1000010 | 11010 | 101011101 | 1000100 | 101100 |
Color Harmonies of #BD2441
Complementary color
Monochromatic Colors of #BD2441
Black with #BD2441
Text Example
Text Example
White with #BD2441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2441; }
p { color: rgb(189,36,65); }
H1.HeaderClassName
{
color: #BD2441;
}
.AnyTagClassName
{
color: #BD2441;
}
</style>
background-color css
<style>
a { background-color: #BD2441; }
a { background-color: rgb(189,36,65); }
div.DivClassName
{
background-color: #BD2441;
}
.BgClassName
{
background-color: #BD2441;
}
</style>
border-color css
<style>
span { border-color: #BD2441; }
span { border-color: rgb(189,36,65); }
td.TdClassName
{
border-color: #BD2441;
}
.TagClassName
{
border-color: #BD2441;
}
</style>