Shades of Cardinal #BF0C46
Tints of Cardinal #BF0C46
RGB
CMYK
RGB Variations
Color information
#BF0C46 (or 0xBF0C46) is known color: Cardinal. HEX triplet: BF, 0C and 46. RGB value is (191,12,70). Sum of RGB (Red+Green+Blue) = 191+12+70=273 (36% of max value = 765). Red value is 191 (75% from 255 or 69.96% from 273); Green value is 12 (5.08% from 255 or 4.40% from 273); Blue value is 70 (27.73% from 255 or 25.64% from 273); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0C46 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0C46 is #40F3B9. Grayscale: #484848. Windows color (decimal): -4256698 or 4590783. OLE color: 4590783.
HSL color Cylindrical-coordinate representation of color #BF0C46: hue angle of 340.56º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BF0C46 is Cyan = 0, Magento = 0.94, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 12 | 70 | - |
| CMYK | 0 | 0.94 | 0.63 | 0.25 |
| HSL | 340.56º | 0.88% | 0.4% | - |
| HSV(B) | 340.56º | 0.94% | 0.75% | - |
| XYZ | 22.72 | 11.78 | 6.87 | - |
| YUV | 72.13 | 126.8 | 212.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 12 | 70 | 0 | 0.94 | 0.63 | 0.25 | 340.56 | 0.88 | 0.4 |
| Hex | BF | C | 46 | 0 | 5E | 3F | 19 | 155 | 58 | 28 |
| Octal | 277 | 14 | 106 | 0 | 136 | 77 | 31 | 525 | 130 | 50 |
| Binary | 10111111 | 1100 | 1000110 | 0 | 1011110 | 111111 | 11001 | 101010101 | 1011000 | 101000 |
Color Harmonies of #BF0C46
Complementary color
Monochromatic Colors of #BF0C46
Black with #BF0C46
Text Example
Text Example
White with #BF0C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0C46; }
p { color: rgb(191,12,70); }
H1.HeaderClassName
{
color: #BF0C46;
}
.AnyTagClassName
{
color: #BF0C46;
}
</style>
background-color css
<style>
a { background-color: #BF0C46; }
a { background-color: rgb(191,12,70); }
div.DivClassName
{
background-color: #BF0C46;
}
.BgClassName
{
background-color: #BF0C46;
}
</style>
border-color css
<style>
span { border-color: #BF0C46; }
span { border-color: rgb(191,12,70); }
td.TdClassName
{
border-color: #BF0C46;
}
.TagClassName
{
border-color: #BF0C46;
}
</style>