Shades of Cardinal #BF0F44
Tints of Cardinal #BF0F44
RGB
CMYK
RGB Variations
Color information
#BF0F44 (or 0xBF0F44) is known color: Cardinal. HEX triplet: BF, 0F and 44. RGB value is (191,15,68). Sum of RGB (Red+Green+Blue) = 191+15+68=274 (36% of max value = 765). Red value is 191 (75% from 255 or 69.71% from 274); Green value is 15 (6.25% from 255 or 5.47% from 274); Blue value is 68 (26.95% from 255 or 24.82% from 274); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0F44 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0F44 is #40F0BB. Grayscale: #494949. Windows color (decimal): -4255932 or 4460479. OLE color: 4460479.
HSL color Cylindrical-coordinate representation of color #BF0F44: hue angle of 341.93º 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 #BF0F44 is Cyan = 0, Magento = 0.92, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 15 | 68 | - |
| CMYK | 0 | 0.92 | 0.64 | 0.25 |
| HSL | 341.93º | 0.85% | 0.4% | - |
| HSV(B) | 341.93º | 0.92% | 0.75% | - |
| XYZ | 22.7 | 11.84 | 6.56 | - |
| YUV | 73.67 | 124.81 | 211.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 15 | 68 | 0 | 0.92 | 0.64 | 0.25 | 341.93 | 0.85 | 0.4 |
| Hex | BF | F | 44 | 0 | 5C | 40 | 19 | 156 | 55 | 28 |
| Octal | 277 | 17 | 104 | 0 | 134 | 100 | 31 | 526 | 125 | 50 |
| Binary | 10111111 | 1111 | 1000100 | 0 | 1011100 | 1000000 | 11001 | 101010110 | 1010101 | 101000 |
Color Harmonies of #BF0F44
Complementary color
Monochromatic Colors of #BF0F44
Black with #BF0F44
Text Example
Text Example
White with #BF0F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0F44; }
p { color: rgb(191,15,68); }
H1.HeaderClassName
{
color: #BF0F44;
}
.AnyTagClassName
{
color: #BF0F44;
}
</style>
background-color css
<style>
a { background-color: #BF0F44; }
a { background-color: rgb(191,15,68); }
div.DivClassName
{
background-color: #BF0F44;
}
.BgClassName
{
background-color: #BF0F44;
}
</style>
border-color css
<style>
span { border-color: #BF0F44; }
span { border-color: rgb(191,15,68); }
td.TdClassName
{
border-color: #BF0F44;
}
.TagClassName
{
border-color: #BF0F44;
}
</style>