Shades of Cardinal #BF0041
Tints of Cardinal #BF0041
RGB
CMYK
RGB Variations
Color information
#BF0041 (or 0xBF0041) is known color: Cardinal. HEX triplet: BF, 00 and 41. RGB value is (191,0,65). Sum of RGB (Red+Green+Blue) = 191+0+65=256 (33% of max value = 765). Red value is 191 (75% from 255 or 74.61% from 256); Green value is 0 (0.39% from 255 or 0% from 256); Blue value is 65 (25.78% from 255 or 25.39% from 256); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0041 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0041 is #40FFBE. Grayscale: #404040. Windows color (decimal): -4259775 or 4260031. OLE color: 4260031.
HSL color Cylindrical-coordinate representation of color #BF0041: hue angle of 339.58º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BF0041 is Cyan = 0, Magento = 1, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 0 | 65 | - |
| CMYK | 0 | 1 | 0.66 | 0.25 |
| HSL | 339.58º | 1% | 0.37% | - |
| HSV(B) | 339.58º | 1% | 0.75% | - |
| XYZ | 22.44 | 11.46 | 6.03 | - |
| YUV | 64.52 | 128.28 | 218.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 0 | 65 | 0 | 1 | 0.66 | 0.25 | 339.58 | 1 | 0.37 |
| Hex | BF | 0 | 41 | 0 | 64 | 42 | 19 | 154 | 64 | 25 |
| Octal | 277 | 0 | 101 | 0 | 144 | 102 | 31 | 524 | 144 | 45 |
| Binary | 10111111 | 0 | 1000001 | 0 | 1100100 | 1000010 | 11001 | 101010100 | 1100100 | 100101 |
Color Harmonies of #BF0041
Complementary color
Monochromatic Colors of #BF0041
Black with #BF0041
Text Example
Text Example
White with #BF0041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0041; }
p { color: rgb(191,0,65); }
H1.HeaderClassName
{
color: #BF0041;
}
.AnyTagClassName
{
color: #BF0041;
}
</style>
background-color css
<style>
a { background-color: #BF0041; }
a { background-color: rgb(191,0,65); }
div.DivClassName
{
background-color: #BF0041;
}
.BgClassName
{
background-color: #BF0041;
}
</style>
border-color css
<style>
span { border-color: #BF0041; }
span { border-color: rgb(191,0,65); }
td.TdClassName
{
border-color: #BF0041;
}
.TagClassName
{
border-color: #BF0041;
}
</style>