Shades of Cardinal #BF2144
Tints of Cardinal #BF2144
RGB
CMYK
RGB Variations
Color information
#BF2144 (or 0xBF2144) is known color: Cardinal. HEX triplet: BF, 21 and 44. RGB value is (191,33,68). Sum of RGB (Red+Green+Blue) = 191+33+68=292 (38% of max value = 765). Red value is 191 (75% from 255 or 65.41% from 292); Green value is 33 (13.28% from 255 or 11.30% from 292); Blue value is 68 (26.95% from 255 or 23.29% from 292); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2144 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2144 is #40DEBB. Grayscale: #545454. Windows color (decimal): -4251324 or 4465087. OLE color: 4465087.
HSL color Cylindrical-coordinate representation of color #BF2144: hue angle of 346.71º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BF2144 is Cyan = 0, Magento = 0.83, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 33 | 68 | - |
| CMYK | 0 | 0.83 | 0.64 | 0.25 |
| HSL | 346.71º | 0.71% | 0.44% | - |
| HSV(B) | 346.71º | 0.83% | 0.75% | - |
| XYZ | 23.07 | 12.58 | 6.68 | - |
| YUV | 84.23 | 118.85 | 204.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 33 | 68 | 0 | 0.83 | 0.64 | 0.25 | 346.71 | 0.71 | 0.44 |
| Hex | BF | 21 | 44 | 0 | 53 | 40 | 19 | 15B | 47 | 2C |
| Octal | 277 | 41 | 104 | 0 | 123 | 100 | 31 | 533 | 107 | 54 |
| Binary | 10111111 | 100001 | 1000100 | 0 | 1010011 | 1000000 | 11001 | 101011011 | 1000111 | 101100 |
Color Harmonies of #BF2144
Complementary color
Monochromatic Colors of #BF2144
Black with #BF2144
Text Example
Text Example
White with #BF2144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2144; }
p { color: rgb(191,33,68); }
H1.HeaderClassName
{
color: #BF2144;
}
.AnyTagClassName
{
color: #BF2144;
}
</style>
background-color css
<style>
a { background-color: #BF2144; }
a { background-color: rgb(191,33,68); }
div.DivClassName
{
background-color: #BF2144;
}
.BgClassName
{
background-color: #BF2144;
}
</style>
border-color css
<style>
span { border-color: #BF2144; }
span { border-color: rgb(191,33,68); }
td.TdClassName
{
border-color: #BF2144;
}
.TagClassName
{
border-color: #BF2144;
}
</style>