Shades of Cardinal #BF2437
Tints of Cardinal #BF2437
RGB
CMYK
RGB Variations
Color information
#BF2437 (or 0xBF2437) is known color: Cardinal. HEX triplet: BF, 24 and 37. RGB value is (191,36,55). Sum of RGB (Red+Green+Blue) = 191+36+55=282 (37% of max value = 765). Red value is 191 (75% from 255 or 67.73% from 282); Green value is 36 (14.45% from 255 or 12.77% from 282); Blue value is 55 (21.88% from 255 or 19.50% from 282); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2437 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2437 is #40DBC8. Grayscale: #545454. Windows color (decimal): -4250569 or 3613887. OLE color: 3613887.
HSL color Cylindrical-coordinate representation of color #BF2437: hue angle of 352.65º 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 #BF2437 is Cyan = 0, Magento = 0.81, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 36 | 55 | - |
| CMYK | 0 | 0.81 | 0.71 | 0.25 |
| HSL | 352.65º | 0.68% | 0.45% | - |
| HSV(B) | 352.65º | 0.81% | 0.75% | - |
| XYZ | 22.81 | 12.61 | 4.85 | - |
| YUV | 84.51 | 111.35 | 203.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 36 | 55 | 0 | 0.81 | 0.71 | 0.25 | 352.65 | 0.68 | 0.45 |
| Hex | BF | 24 | 37 | 0 | 51 | 47 | 19 | 161 | 44 | 2D |
| Octal | 277 | 44 | 67 | 0 | 121 | 107 | 31 | 541 | 104 | 55 |
| Binary | 10111111 | 100100 | 110111 | 0 | 1010001 | 1000111 | 11001 | 101100001 | 1000100 | 101101 |
Color Harmonies of #BF2437
Complementary color
Monochromatic Colors of #BF2437
Black with #BF2437
Text Example
Text Example
White with #BF2437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2437; }
p { color: rgb(191,36,55); }
H1.HeaderClassName
{
color: #BF2437;
}
.AnyTagClassName
{
color: #BF2437;
}
</style>
background-color css
<style>
a { background-color: #BF2437; }
a { background-color: rgb(191,36,55); }
div.DivClassName
{
background-color: #BF2437;
}
.BgClassName
{
background-color: #BF2437;
}
</style>
border-color css
<style>
span { border-color: #BF2437; }
span { border-color: rgb(191,36,55); }
td.TdClassName
{
border-color: #BF2437;
}
.TagClassName
{
border-color: #BF2437;
}
</style>