Shades of Cardinal #BF2537
Tints of Cardinal #BF2537
RGB
CMYK
RGB Variations
Color information
#BF2537 (or 0xBF2537) is known color: Cardinal. HEX triplet: BF, 25 and 37. RGB value is (191,37,55). Sum of RGB (Red+Green+Blue) = 191+37+55=283 (37% of max value = 765). Red value is 191 (75% from 255 or 67.49% from 283); Green value is 37 (14.84% from 255 or 13.07% from 283); Blue value is 55 (21.88% from 255 or 19.43% from 283); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2537 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2537 is #40DAC8. Grayscale: #555555. Windows color (decimal): -4250313 or 3614143. OLE color: 3614143.
HSL color Cylindrical-coordinate representation of color #BF2537: hue angle of 352.99º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BF2537 is Cyan = 0, Magento = 0.81, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 37 | 55 | - |
| CMYK | 0 | 0.81 | 0.71 | 0.25 |
| HSL | 352.99º | 0.68% | 0.45% | - |
| HSV(B) | 352.99º | 0.81% | 0.75% | - |
| XYZ | 22.84 | 12.68 | 4.86 | - |
| YUV | 85.1 | 111.02 | 203.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 37 | 55 | 0 | 0.81 | 0.71 | 0.25 | 352.99 | 0.68 | 0.45 |
| Hex | BF | 25 | 37 | 0 | 51 | 47 | 19 | 161 | 44 | 2D |
| Octal | 277 | 45 | 67 | 0 | 121 | 107 | 31 | 541 | 104 | 55 |
| Binary | 10111111 | 100101 | 110111 | 0 | 1010001 | 1000111 | 11001 | 101100001 | 1000100 | 101101 |
Color Harmonies of #BF2537
Complementary color
Monochromatic Colors of #BF2537
Black with #BF2537
Text Example
Text Example
White with #BF2537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2537; }
p { color: rgb(191,37,55); }
H1.HeaderClassName
{
color: #BF2537;
}
.AnyTagClassName
{
color: #BF2537;
}
</style>
background-color css
<style>
a { background-color: #BF2537; }
a { background-color: rgb(191,37,55); }
div.DivClassName
{
background-color: #BF2537;
}
.BgClassName
{
background-color: #BF2537;
}
</style>
border-color css
<style>
span { border-color: #BF2537; }
span { border-color: rgb(191,37,55); }
td.TdClassName
{
border-color: #BF2537;
}
.TagClassName
{
border-color: #BF2537;
}
</style>