Shades of Cardinal #BF2242
Tints of Cardinal #BF2242
RGB
CMYK
RGB Variations
Color information
#BF2242 (or 0xBF2242) is known color: Cardinal. HEX triplet: BF, 22 and 42. RGB value is (191,34,66). Sum of RGB (Red+Green+Blue) = 191+34+66=291 (38% of max value = 765). Red value is 191 (75% from 255 or 65.64% from 291); Green value is 34 (13.67% from 255 or 11.68% from 291); Blue value is 66 (26.17% from 255 or 22.68% from 291); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2242 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2242 is #40DDBD. Grayscale: #545454. Windows color (decimal): -4251070 or 4334271. OLE color: 4334271.
HSL color Cylindrical-coordinate representation of color #BF2242: hue angle of 347.77º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BF2242 is Cyan = 0, Magento = 0.82, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 34 | 66 | - |
| CMYK | 0 | 0.82 | 0.65 | 0.25 |
| HSL | 347.77º | 0.7% | 0.44% | - |
| HSV(B) | 347.77º | 0.82% | 0.75% | - |
| XYZ | 23.04 | 12.61 | 6.37 | - |
| YUV | 84.59 | 117.51 | 203.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 34 | 66 | 0 | 0.82 | 0.65 | 0.25 | 347.77 | 0.7 | 0.44 |
| Hex | BF | 22 | 42 | 0 | 52 | 41 | 19 | 15C | 46 | 2C |
| Octal | 277 | 42 | 102 | 0 | 122 | 101 | 31 | 534 | 106 | 54 |
| Binary | 10111111 | 100010 | 1000010 | 0 | 1010010 | 1000001 | 11001 | 101011100 | 1000110 | 101100 |
Color Harmonies of #BF2242
Complementary color
Monochromatic Colors of #BF2242
Black with #BF2242
Text Example
Text Example
White with #BF2242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2242; }
p { color: rgb(191,34,66); }
H1.HeaderClassName
{
color: #BF2242;
}
.AnyTagClassName
{
color: #BF2242;
}
</style>
background-color css
<style>
a { background-color: #BF2242; }
a { background-color: rgb(191,34,66); }
div.DivClassName
{
background-color: #BF2242;
}
.BgClassName
{
background-color: #BF2242;
}
</style>
border-color css
<style>
span { border-color: #BF2242; }
span { border-color: rgb(191,34,66); }
td.TdClassName
{
border-color: #BF2242;
}
.TagClassName
{
border-color: #BF2242;
}
</style>