Shades of Cardinal #BF2837
Tints of Cardinal #BF2837
RGB
CMYK
RGB Variations
Color information
#BF2837 (or 0xBF2837) is known color: Cardinal. HEX triplet: BF, 28 and 37. RGB value is (191,40,55). Sum of RGB (Red+Green+Blue) = 191+40+55=286 (37% of max value = 765). Red value is 191 (75% from 255 or 66.78% from 286); Green value is 40 (16.02% from 255 or 13.99% from 286); Blue value is 55 (21.88% from 255 or 19.23% from 286); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2837 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2837 is #40D7C8. Grayscale: #565656. Windows color (decimal): -4249545 or 3614911. OLE color: 3614911.
HSL color Cylindrical-coordinate representation of color #BF2837: hue angle of 354.04º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BF2837 is Cyan = 0, Magento = 0.79, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 40 | 55 | - |
| CMYK | 0 | 0.79 | 0.71 | 0.25 |
| HSL | 354.04º | 0.65% | 0.45% | - |
| HSV(B) | 354.04º | 0.79% | 0.75% | - |
| XYZ | 22.93 | 12.87 | 4.89 | - |
| YUV | 86.86 | 110.03 | 202.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 40 | 55 | 0 | 0.79 | 0.71 | 0.25 | 354.04 | 0.65 | 0.45 |
| Hex | BF | 28 | 37 | 0 | 4F | 47 | 19 | 162 | 41 | 2D |
| Octal | 277 | 50 | 67 | 0 | 117 | 107 | 31 | 542 | 101 | 55 |
| Binary | 10111111 | 101000 | 110111 | 0 | 1001111 | 1000111 | 11001 | 101100010 | 1000001 | 101101 |
Color Harmonies of #BF2837
Complementary color
Monochromatic Colors of #BF2837
Black with #BF2837
Text Example
Text Example
White with #BF2837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2837; }
p { color: rgb(191,40,55); }
H1.HeaderClassName
{
color: #BF2837;
}
.AnyTagClassName
{
color: #BF2837;
}
</style>
background-color css
<style>
a { background-color: #BF2837; }
a { background-color: rgb(191,40,55); }
div.DivClassName
{
background-color: #BF2837;
}
.BgClassName
{
background-color: #BF2837;
}
</style>
border-color css
<style>
span { border-color: #BF2837; }
span { border-color: rgb(191,40,55); }
td.TdClassName
{
border-color: #BF2837;
}
.TagClassName
{
border-color: #BF2837;
}
</style>