Shades of Cardinal #BF0141
Tints of Cardinal #BF0141
RGB
CMYK
RGB Variations
Color information
#BF0141 (or 0xBF0141) is known color: Cardinal. HEX triplet: BF, 01 and 41. RGB value is (191,1,65). Sum of RGB (Red+Green+Blue) = 191+1+65=257 (34% of max value = 765). Red value is 191 (75% from 255 or 74.32% from 257); Green value is 1 (0.78% from 255 or 0.39% from 257); Blue value is 65 (25.78% from 255 or 25.29% from 257); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0141 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0141 is #40FEBE. Grayscale: #414141. Windows color (decimal): -4259519 or 4260287. OLE color: 4260287.
HSL color Cylindrical-coordinate representation of color #BF0141: hue angle of 339.79º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BF0141 is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 1 | 65 | - |
| CMYK | 0 | 0.99 | 0.66 | 0.25 |
| HSL | 339.79º | 0.99% | 0.38% | - |
| HSV(B) | 339.79º | 0.99% | 0.75% | - |
| XYZ | 22.45 | 11.48 | 6.03 | - |
| YUV | 65.11 | 127.95 | 217.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 1 | 65 | 0 | 0.99 | 0.66 | 0.25 | 339.79 | 0.99 | 0.38 |
| Hex | BF | 1 | 41 | 0 | 63 | 42 | 19 | 154 | 63 | 26 |
| Octal | 277 | 1 | 101 | 0 | 143 | 102 | 31 | 524 | 143 | 46 |
| Binary | 10111111 | 1 | 1000001 | 0 | 1100011 | 1000010 | 11001 | 101010100 | 1100011 | 100110 |
Color Harmonies of #BF0141
Complementary color
Monochromatic Colors of #BF0141
Black with #BF0141
Text Example
Text Example
White with #BF0141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0141; }
p { color: rgb(191,1,65); }
H1.HeaderClassName
{
color: #BF0141;
}
.AnyTagClassName
{
color: #BF0141;
}
</style>
background-color css
<style>
a { background-color: #BF0141; }
a { background-color: rgb(191,1,65); }
div.DivClassName
{
background-color: #BF0141;
}
.BgClassName
{
background-color: #BF0141;
}
</style>
border-color css
<style>
span { border-color: #BF0141; }
span { border-color: rgb(191,1,65); }
td.TdClassName
{
border-color: #BF0141;
}
.TagClassName
{
border-color: #BF0141;
}
</style>