Shades of Cardinal #BF2937
Tints of Cardinal #BF2937
RGB
CMYK
RGB Variations
Color information
#BF2937 (or 0xBF2937) is known color: Cardinal. HEX triplet: BF, 29 and 37. RGB value is (191,41,55). Sum of RGB (Red+Green+Blue) = 191+41+55=287 (38% of max value = 765). Red value is 191 (75% from 255 or 66.55% from 287); Green value is 41 (16.41% from 255 or 14.29% from 287); Blue value is 55 (21.88% from 255 or 19.16% from 287); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2937 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2937 is #40D6C8. Grayscale: #575757. Windows color (decimal): -4249289 or 3615167. OLE color: 3615167.
HSL color Cylindrical-coordinate representation of color #BF2937: hue angle of 354.4º 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 #BF2937 is Cyan = 0, Magento = 0.79, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 41 | 55 | - |
| CMYK | 0 | 0.79 | 0.71 | 0.25 |
| HSL | 354.4º | 0.65% | 0.45% | - |
| HSV(B) | 354.4º | 0.79% | 0.75% | - |
| XYZ | 22.97 | 12.94 | 4.9 | - |
| YUV | 87.45 | 109.7 | 201.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 41 | 55 | 0 | 0.79 | 0.71 | 0.25 | 354.4 | 0.65 | 0.45 |
| Hex | BF | 29 | 37 | 0 | 4F | 47 | 19 | 162 | 41 | 2D |
| Octal | 277 | 51 | 67 | 0 | 117 | 107 | 31 | 542 | 101 | 55 |
| Binary | 10111111 | 101001 | 110111 | 0 | 1001111 | 1000111 | 11001 | 101100010 | 1000001 | 101101 |
Color Harmonies of #BF2937
Complementary color
Monochromatic Colors of #BF2937
Black with #BF2937
Text Example
Text Example
White with #BF2937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2937; }
p { color: rgb(191,41,55); }
H1.HeaderClassName
{
color: #BF2937;
}
.AnyTagClassName
{
color: #BF2937;
}
</style>
background-color css
<style>
a { background-color: #BF2937; }
a { background-color: rgb(191,41,55); }
div.DivClassName
{
background-color: #BF2937;
}
.BgClassName
{
background-color: #BF2937;
}
</style>
border-color css
<style>
span { border-color: #BF2937; }
span { border-color: rgb(191,41,55); }
td.TdClassName
{
border-color: #BF2937;
}
.TagClassName
{
border-color: #BF2937;
}
</style>