Shades of Cardinal #BF2239
Tints of Cardinal #BF2239
RGB
CMYK
RGB Variations
Color information
#BF2239 (or 0xBF2239) is known color: Cardinal. HEX triplet: BF, 22 and 39. RGB value is (191,34,57). Sum of RGB (Red+Green+Blue) = 191+34+57=282 (37% of max value = 765). Red value is 191 (75% from 255 or 67.73% from 282); Green value is 34 (13.67% from 255 or 12.06% from 282); Blue value is 57 (22.66% from 255 or 20.21% from 282); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2239 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2239 is #40DDC6. Grayscale: #535353. Windows color (decimal): -4251079 or 3744447. OLE color: 3744447.
HSL color Cylindrical-coordinate representation of color #BF2239: hue angle of 351.21º 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 #BF2239 is Cyan = 0, Magento = 0.82, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 34 | 57 | - |
| CMYK | 0 | 0.82 | 0.70 | 0.25 |
| HSL | 351.21º | 0.7% | 0.44% | - |
| HSV(B) | 351.21º | 0.82% | 0.75% | - |
| XYZ | 22.8 | 12.52 | 5.09 | - |
| YUV | 83.57 | 113.01 | 204.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 34 | 57 | 0 | 0.82 | 0.70 | 0.25 | 351.21 | 0.7 | 0.44 |
| Hex | BF | 22 | 39 | 0 | 52 | 46 | 19 | 15F | 46 | 2C |
| Octal | 277 | 42 | 71 | 0 | 122 | 106 | 31 | 537 | 106 | 54 |
| Binary | 10111111 | 100010 | 111001 | 0 | 1010010 | 1000110 | 11001 | 101011111 | 1000110 | 101100 |
Color Harmonies of #BF2239
Complementary color
Monochromatic Colors of #BF2239
Black with #BF2239
Text Example
Text Example
White with #BF2239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2239; }
p { color: rgb(191,34,57); }
H1.HeaderClassName
{
color: #BF2239;
}
.AnyTagClassName
{
color: #BF2239;
}
</style>
background-color css
<style>
a { background-color: #BF2239; }
a { background-color: rgb(191,34,57); }
div.DivClassName
{
background-color: #BF2239;
}
.BgClassName
{
background-color: #BF2239;
}
</style>
border-color css
<style>
span { border-color: #BF2239; }
span { border-color: rgb(191,34,57); }
td.TdClassName
{
border-color: #BF2239;
}
.TagClassName
{
border-color: #BF2239;
}
</style>