Shades of Cardinal #BF2145
Tints of Cardinal #BF2145
RGB
CMYK
RGB Variations
Color information
#BF2145 (or 0xBF2145) is known color: Cardinal. HEX triplet: BF, 21 and 45. RGB value is (191,33,69). Sum of RGB (Red+Green+Blue) = 191+33+69=293 (38% of max value = 765). Red value is 191 (75% from 255 or 65.19% from 293); Green value is 33 (13.28% from 255 or 11.26% from 293); Blue value is 69 (27.34% from 255 or 23.55% from 293); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2145 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2145 is #40DEBA. Grayscale: #545454. Windows color (decimal): -4251323 or 4530623. OLE color: 4530623.
HSL color Cylindrical-coordinate representation of color #BF2145: hue angle of 346.33º 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 #BF2145 is Cyan = 0, Magento = 0.83, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 33 | 69 | - |
| CMYK | 0 | 0.83 | 0.64 | 0.25 |
| HSL | 346.33º | 0.71% | 0.44% | - |
| HSV(B) | 346.33º | 0.83% | 0.75% | - |
| XYZ | 23.1 | 12.59 | 6.84 | - |
| YUV | 84.35 | 119.35 | 204.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 33 | 69 | 0 | 0.83 | 0.64 | 0.25 | 346.33 | 0.71 | 0.44 |
| Hex | BF | 21 | 45 | 0 | 53 | 40 | 19 | 15A | 47 | 2C |
| Octal | 277 | 41 | 105 | 0 | 123 | 100 | 31 | 532 | 107 | 54 |
| Binary | 10111111 | 100001 | 1000101 | 0 | 1010011 | 1000000 | 11001 | 101011010 | 1000111 | 101100 |
Color Harmonies of #BF2145
Complementary color
Monochromatic Colors of #BF2145
Black with #BF2145
Text Example
Text Example
White with #BF2145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2145; }
p { color: rgb(191,33,69); }
H1.HeaderClassName
{
color: #BF2145;
}
.AnyTagClassName
{
color: #BF2145;
}
</style>
background-color css
<style>
a { background-color: #BF2145; }
a { background-color: rgb(191,33,69); }
div.DivClassName
{
background-color: #BF2145;
}
.BgClassName
{
background-color: #BF2145;
}
</style>
border-color css
<style>
span { border-color: #BF2145; }
span { border-color: rgb(191,33,69); }
td.TdClassName
{
border-color: #BF2145;
}
.TagClassName
{
border-color: #BF2145;
}
</style>