Shades of Cardinal #BF0546
Tints of Cardinal #BF0546
RGB
CMYK
RGB Variations
Color information
#BF0546 (or 0xBF0546) is known color: Cardinal. HEX triplet: BF, 05 and 46. RGB value is (191,5,70). Sum of RGB (Red+Green+Blue) = 191+5+70=266 (35% of max value = 765). Red value is 191 (75% from 255 or 71.80% from 266); Green value is 5 (2.34% from 255 or 1.88% from 266); Blue value is 70 (27.73% from 255 or 26.32% from 266); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0546 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0546 is #40FAB9. Grayscale: #434343. Windows color (decimal): -4258490 or 4588991. OLE color: 4588991.
HSL color Cylindrical-coordinate representation of color #BF0546: hue angle of 339.03º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BF0546 is Cyan = 0, Magento = 0.97, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 5 | 70 | - |
| CMYK | 0 | 0.97 | 0.63 | 0.25 |
| HSL | 339.03º | 0.95% | 0.38% | - |
| HSV(B) | 339.03º | 0.97% | 0.75% | - |
| XYZ | 22.65 | 11.63 | 6.85 | - |
| YUV | 68.02 | 129.12 | 215.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 5 | 70 | 0 | 0.97 | 0.63 | 0.25 | 339.03 | 0.95 | 0.38 |
| Hex | BF | 5 | 46 | 0 | 61 | 3F | 19 | 153 | 5F | 26 |
| Octal | 277 | 5 | 106 | 0 | 141 | 77 | 31 | 523 | 137 | 46 |
| Binary | 10111111 | 101 | 1000110 | 0 | 1100001 | 111111 | 11001 | 101010011 | 1011111 | 100110 |
Color Harmonies of #BF0546
Complementary color
Monochromatic Colors of #BF0546
Black with #BF0546
Text Example
Text Example
White with #BF0546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0546; }
p { color: rgb(191,5,70); }
H1.HeaderClassName
{
color: #BF0546;
}
.AnyTagClassName
{
color: #BF0546;
}
</style>
background-color css
<style>
a { background-color: #BF0546; }
a { background-color: rgb(191,5,70); }
div.DivClassName
{
background-color: #BF0546;
}
.BgClassName
{
background-color: #BF0546;
}
</style>
border-color css
<style>
span { border-color: #BF0546; }
span { border-color: rgb(191,5,70); }
td.TdClassName
{
border-color: #BF0546;
}
.TagClassName
{
border-color: #BF0546;
}
</style>