Shades of Cardinal #BF0E41
Tints of Cardinal #BF0E41
RGB
CMYK
RGB Variations
Color information
#BF0E41 (or 0xBF0E41) is known color: Cardinal. HEX triplet: BF, 0E and 41. RGB value is (191,14,65). Sum of RGB (Red+Green+Blue) = 191+14+65=270 (35% of max value = 765). Red value is 191 (75% from 255 or 70.74% from 270); Green value is 14 (5.86% from 255 or 5.19% from 270); Blue value is 65 (25.78% from 255 or 24.07% from 270); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0E41 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0E41 is #40F1BE. Grayscale: #484848. Windows color (decimal): -4256191 or 4263615. OLE color: 4263615.
HSL color Cylindrical-coordinate representation of color #BF0E41: hue angle of 342.71º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BF0E41 is Cyan = 0, Magento = 0.93, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 14 | 65 | - |
| CMYK | 0 | 0.93 | 0.66 | 0.25 |
| HSL | 342.71º | 0.86% | 0.4% | - |
| HSV(B) | 342.71º | 0.93% | 0.75% | - |
| XYZ | 22.6 | 11.77 | 6.08 | - |
| YUV | 72.74 | 123.64 | 212.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 14 | 65 | 0 | 0.93 | 0.66 | 0.25 | 342.71 | 0.86 | 0.4 |
| Hex | BF | E | 41 | 0 | 5D | 42 | 19 | 157 | 56 | 28 |
| Octal | 277 | 16 | 101 | 0 | 135 | 102 | 31 | 527 | 126 | 50 |
| Binary | 10111111 | 1110 | 1000001 | 0 | 1011101 | 1000010 | 11001 | 101010111 | 1010110 | 101000 |
Color Harmonies of #BF0E41
Complementary color
Monochromatic Colors of #BF0E41
Black with #BF0E41
Text Example
Text Example
White with #BF0E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0E41; }
p { color: rgb(191,14,65); }
H1.HeaderClassName
{
color: #BF0E41;
}
.AnyTagClassName
{
color: #BF0E41;
}
</style>
background-color css
<style>
a { background-color: #BF0E41; }
a { background-color: rgb(191,14,65); }
div.DivClassName
{
background-color: #BF0E41;
}
.BgClassName
{
background-color: #BF0E41;
}
</style>
border-color css
<style>
span { border-color: #BF0E41; }
span { border-color: rgb(191,14,65); }
td.TdClassName
{
border-color: #BF0E41;
}
.TagClassName
{
border-color: #BF0E41;
}
</style>