Shades of Cardinal #BF0F37
Tints of Cardinal #BF0F37
RGB
CMYK
RGB Variations
Color information
#BF0F37 (or 0xBF0F37) is known color: Cardinal. HEX triplet: BF, 0F and 37. RGB value is (191,15,55). Sum of RGB (Red+Green+Blue) = 191+15+55=261 (34% of max value = 765). Red value is 191 (75% from 255 or 73.18% from 261); Green value is 15 (6.25% from 255 or 5.75% from 261); Blue value is 55 (21.88% from 255 or 21.07% from 261); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0F37 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0F37 is #40F0C8. Grayscale: #484848. Windows color (decimal): -4255945 or 3608511. OLE color: 3608511.
HSL color Cylindrical-coordinate representation of color #BF0F37: hue angle of 346.36º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF0F37 is Cyan = 0, Magento = 0.92, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 15 | 55 | - |
| CMYK | 0 | 0.92 | 0.71 | 0.25 |
| HSL | 346.36º | 0.85% | 0.4% | - |
| HSV(B) | 346.36º | 0.92% | 0.75% | - |
| XYZ | 22.35 | 11.69 | 4.69 | - |
| YUV | 72.18 | 118.31 | 212.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 15 | 55 | 0 | 0.92 | 0.71 | 0.25 | 346.36 | 0.85 | 0.4 |
| Hex | BF | F | 37 | 0 | 5C | 47 | 19 | 15A | 55 | 28 |
| Octal | 277 | 17 | 67 | 0 | 134 | 107 | 31 | 532 | 125 | 50 |
| Binary | 10111111 | 1111 | 110111 | 0 | 1011100 | 1000111 | 11001 | 101011010 | 1010101 | 101000 |
Color Harmonies of #BF0F37
Complementary color
Monochromatic Colors of #BF0F37
Black with #BF0F37
Text Example
Text Example
White with #BF0F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0F37; }
p { color: rgb(191,15,55); }
H1.HeaderClassName
{
color: #BF0F37;
}
.AnyTagClassName
{
color: #BF0F37;
}
</style>
background-color css
<style>
a { background-color: #BF0F37; }
a { background-color: rgb(191,15,55); }
div.DivClassName
{
background-color: #BF0F37;
}
.BgClassName
{
background-color: #BF0F37;
}
</style>
border-color css
<style>
span { border-color: #BF0F37; }
span { border-color: rgb(191,15,55); }
td.TdClassName
{
border-color: #BF0F37;
}
.TagClassName
{
border-color: #BF0F37;
}
</style>