Shades of Cardinal #BD1441
Tints of Cardinal #BD1441
RGB
CMYK
RGB Variations
Color information
#BD1441 (or 0xBD1441) is known color: Cardinal. HEX triplet: BD, 14 and 41. RGB value is (189,20,65). Sum of RGB (Red+Green+Blue) = 189+20+65=274 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.98% from 274); Green value is 20 (8.20% from 255 or 7.30% from 274); Blue value is 65 (25.78% from 255 or 23.72% from 274); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1441 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD1441 is #42EBBE. Grayscale: #4B4B4B. Windows color (decimal): -4385727 or 4265149. OLE color: 4265149.
HSL color Cylindrical-coordinate representation of color #BD1441: hue angle of 344.02º 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 #BD1441 is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 20 | 65 | - |
| CMYK | 0 | 0.89 | 0.66 | 0.26 |
| HSL | 344.02º | 0.81% | 0.41% | - |
| HSV(B) | 344.02º | 0.89% | 0.74% | - |
| XYZ | 22.19 | 11.7 | 6.09 | - |
| YUV | 75.66 | 121.99 | 208.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 20 | 65 | 0 | 0.89 | 0.66 | 0.26 | 344.02 | 0.81 | 0.41 |
| Hex | BD | 14 | 41 | 0 | 59 | 42 | 1A | 158 | 51 | 29 |
| Octal | 275 | 24 | 101 | 0 | 131 | 102 | 32 | 530 | 121 | 51 |
| Binary | 10111101 | 10100 | 1000001 | 0 | 1011001 | 1000010 | 11010 | 101011000 | 1010001 | 101001 |
Color Harmonies of #BD1441
Complementary color
Monochromatic Colors of #BD1441
Black with #BD1441
Text Example
Text Example
White with #BD1441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD1441; }
p { color: rgb(189,20,65); }
H1.HeaderClassName
{
color: #BD1441;
}
.AnyTagClassName
{
color: #BD1441;
}
</style>
background-color css
<style>
a { background-color: #BD1441; }
a { background-color: rgb(189,20,65); }
div.DivClassName
{
background-color: #BD1441;
}
.BgClassName
{
background-color: #BD1441;
}
</style>
border-color css
<style>
span { border-color: #BD1441; }
span { border-color: rgb(189,20,65); }
td.TdClassName
{
border-color: #BD1441;
}
.TagClassName
{
border-color: #BD1441;
}
</style>