Shades of Cardinal #BF2443
Tints of Cardinal #BF2443
RGB
CMYK
RGB Variations
Color information
#BF2443 (or 0xBF2443) is known color: Cardinal. HEX triplet: BF, 24 and 43. RGB value is (191,36,67). Sum of RGB (Red+Green+Blue) = 191+36+67=294 (38% of max value = 765). Red value is 191 (75% from 255 or 64.97% from 294); Green value is 36 (14.45% from 255 or 12.24% from 294); Blue value is 67 (26.56% from 255 or 22.79% from 294); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2443 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2443 is #40DBBC. Grayscale: #555555. Windows color (decimal): -4250557 or 4400319. OLE color: 4400319.
HSL color Cylindrical-coordinate representation of color #BF2443: hue angle of 348º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BF2443 is Cyan = 0, Magento = 0.81, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 36 | 67 | - |
| CMYK | 0 | 0.81 | 0.65 | 0.25 |
| HSL | 348º | 0.68% | 0.45% | - |
| HSV(B) | 348º | 0.81% | 0.75% | - |
| XYZ | 23.13 | 12.74 | 6.55 | - |
| YUV | 85.88 | 117.35 | 202.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 36 | 67 | 0 | 0.81 | 0.65 | 0.25 | 348 | 0.68 | 0.45 |
| Hex | BF | 24 | 43 | 0 | 51 | 41 | 19 | 15C | 44 | 2D |
| Octal | 277 | 44 | 103 | 0 | 121 | 101 | 31 | 534 | 104 | 55 |
| Binary | 10111111 | 100100 | 1000011 | 0 | 1010001 | 1000001 | 11001 | 101011100 | 1000100 | 101101 |
Color Harmonies of #BF2443
Complementary color
Monochromatic Colors of #BF2443
Black with #BF2443
Text Example
Text Example
White with #BF2443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2443; }
p { color: rgb(191,36,67); }
H1.HeaderClassName
{
color: #BF2443;
}
.AnyTagClassName
{
color: #BF2443;
}
</style>
background-color css
<style>
a { background-color: #BF2443; }
a { background-color: rgb(191,36,67); }
div.DivClassName
{
background-color: #BF2443;
}
.BgClassName
{
background-color: #BF2443;
}
</style>
border-color css
<style>
span { border-color: #BF2443; }
span { border-color: rgb(191,36,67); }
td.TdClassName
{
border-color: #BF2443;
}
.TagClassName
{
border-color: #BF2443;
}
</style>