Shades of Cardinal #BF0C48
Tints of Cardinal #BF0C48
RGB
CMYK
RGB Variations
Color information
#BF0C48 (or 0xBF0C48) is known color: Cardinal. HEX triplet: BF, 0C and 48. RGB value is (191,12,72). Sum of RGB (Red+Green+Blue) = 191+12+72=275 (36% of max value = 765). Red value is 191 (75% from 255 or 69.45% from 275); Green value is 12 (5.08% from 255 or 4.36% from 275); Blue value is 72 (28.52% from 255 or 26.18% from 275); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0C48 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0C48 is #40F3B7. Grayscale: #484848. Windows color (decimal): -4256696 or 4721855. OLE color: 4721855.
HSL color Cylindrical-coordinate representation of color #BF0C48: hue angle of 339.89º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BF0C48 is Cyan = 0, Magento = 0.94, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 12 | 72 | - |
| CMYK | 0 | 0.94 | 0.62 | 0.25 |
| HSL | 339.89º | 0.88% | 0.4% | - |
| HSV(B) | 339.89º | 0.94% | 0.75% | - |
| XYZ | 22.79 | 11.81 | 7.21 | - |
| YUV | 72.36 | 127.8 | 212.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 12 | 72 | 0 | 0.94 | 0.62 | 0.25 | 339.89 | 0.88 | 0.4 |
| Hex | BF | C | 48 | 0 | 5E | 3E | 19 | 154 | 58 | 28 |
| Octal | 277 | 14 | 110 | 0 | 136 | 76 | 31 | 524 | 130 | 50 |
| Binary | 10111111 | 1100 | 1001000 | 0 | 1011110 | 111110 | 11001 | 101010100 | 1011000 | 101000 |
Color Harmonies of #BF0C48
Complementary color
Monochromatic Colors of #BF0C48
Black with #BF0C48
Text Example
Text Example
White with #BF0C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0C48; }
p { color: rgb(191,12,72); }
H1.HeaderClassName
{
color: #BF0C48;
}
.AnyTagClassName
{
color: #BF0C48;
}
</style>
background-color css
<style>
a { background-color: #BF0C48; }
a { background-color: rgb(191,12,72); }
div.DivClassName
{
background-color: #BF0C48;
}
.BgClassName
{
background-color: #BF0C48;
}
</style>
border-color css
<style>
span { border-color: #BF0C48; }
span { border-color: rgb(191,12,72); }
td.TdClassName
{
border-color: #BF0C48;
}
.TagClassName
{
border-color: #BF0C48;
}
</style>