Shades of Cardinal #BF1645
Tints of Cardinal #BF1645
RGB
CMYK
RGB Variations
Color information
#BF1645 (or 0xBF1645) is known color: Cardinal. HEX triplet: BF, 16 and 45. RGB value is (191,22,69). Sum of RGB (Red+Green+Blue) = 191+22+69=282 (37% of max value = 765). Red value is 191 (75% from 255 or 67.73% from 282); Green value is 22 (8.98% from 255 or 7.80% from 282); Blue value is 69 (27.34% from 255 or 24.47% from 282); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1645 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1645 is #40E9BA. Grayscale: #4D4D4D. Windows color (decimal): -4254139 or 4527807. OLE color: 4527807.
HSL color Cylindrical-coordinate representation of color #BF1645: hue angle of 343.31º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BF1645 is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 22 | 69 | - |
| CMYK | 0 | 0.88 | 0.64 | 0.25 |
| HSL | 343.31º | 0.79% | 0.42% | - |
| HSV(B) | 343.31º | 0.88% | 0.75% | - |
| XYZ | 22.85 | 12.08 | 6.76 | - |
| YUV | 77.89 | 122.99 | 208.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 22 | 69 | 0 | 0.88 | 0.64 | 0.25 | 343.31 | 0.79 | 0.42 |
| Hex | BF | 16 | 45 | 0 | 58 | 40 | 19 | 157 | 4F | 2A |
| Octal | 277 | 26 | 105 | 0 | 130 | 100 | 31 | 527 | 117 | 52 |
| Binary | 10111111 | 10110 | 1000101 | 0 | 1011000 | 1000000 | 11001 | 101010111 | 1001111 | 101010 |
Color Harmonies of #BF1645
Complementary color
Monochromatic Colors of #BF1645
Black with #BF1645
Text Example
Text Example
White with #BF1645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1645; }
p { color: rgb(191,22,69); }
H1.HeaderClassName
{
color: #BF1645;
}
.AnyTagClassName
{
color: #BF1645;
}
</style>
background-color css
<style>
a { background-color: #BF1645; }
a { background-color: rgb(191,22,69); }
div.DivClassName
{
background-color: #BF1645;
}
.BgClassName
{
background-color: #BF1645;
}
</style>
border-color css
<style>
span { border-color: #BF1645; }
span { border-color: rgb(191,22,69); }
td.TdClassName
{
border-color: #BF1645;
}
.TagClassName
{
border-color: #BF1645;
}
</style>