Shades of Cardinal #BF2143
Tints of Cardinal #BF2143
RGB
CMYK
RGB Variations
Color information
#BF2143 (or 0xBF2143) is known color: Cardinal. HEX triplet: BF, 21 and 43. RGB value is (191,33,67). Sum of RGB (Red+Green+Blue) = 191+33+67=291 (38% of max value = 765). Red value is 191 (75% from 255 or 65.64% from 291); Green value is 33 (13.28% from 255 or 11.34% from 291); Blue value is 67 (26.56% from 255 or 23.02% from 291); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2143 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2143 is #40DEBC. Grayscale: #545454. Windows color (decimal): -4251325 or 4399551. OLE color: 4399551.
HSL color Cylindrical-coordinate representation of color #BF2143: hue angle of 347.09º 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 #BF2143 is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 33 | 67 | - |
| CMYK | 0 | 0.83 | 0.65 | 0.25 |
| HSL | 347.09º | 0.71% | 0.44% | - |
| HSV(B) | 347.09º | 0.83% | 0.75% | - |
| XYZ | 23.04 | 12.57 | 6.52 | - |
| YUV | 84.12 | 118.35 | 204.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 33 | 67 | 0 | 0.83 | 0.65 | 0.25 | 347.09 | 0.71 | 0.44 |
| Hex | BF | 21 | 43 | 0 | 53 | 41 | 19 | 15B | 47 | 2C |
| Octal | 277 | 41 | 103 | 0 | 123 | 101 | 31 | 533 | 107 | 54 |
| Binary | 10111111 | 100001 | 1000011 | 0 | 1010011 | 1000001 | 11001 | 101011011 | 1000111 | 101100 |
Color Harmonies of #BF2143
Complementary color
Monochromatic Colors of #BF2143
Black with #BF2143
Text Example
Text Example
White with #BF2143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2143; }
p { color: rgb(191,33,67); }
H1.HeaderClassName
{
color: #BF2143;
}
.AnyTagClassName
{
color: #BF2143;
}
</style>
background-color css
<style>
a { background-color: #BF2143; }
a { background-color: rgb(191,33,67); }
div.DivClassName
{
background-color: #BF2143;
}
.BgClassName
{
background-color: #BF2143;
}
</style>
border-color css
<style>
span { border-color: #BF2143; }
span { border-color: rgb(191,33,67); }
td.TdClassName
{
border-color: #BF2143;
}
.TagClassName
{
border-color: #BF2143;
}
</style>