Shades of Cardinal #BF1741
Tints of Cardinal #BF1741
RGB
CMYK
RGB Variations
Color information
#BF1741 (or 0xBF1741) is known color: Cardinal. HEX triplet: BF, 17 and 41. RGB value is (191,23,65). Sum of RGB (Red+Green+Blue) = 191+23+65=279 (36% of max value = 765). Red value is 191 (75% from 255 or 68.46% from 279); Green value is 23 (9.38% from 255 or 8.24% from 279); Blue value is 65 (25.78% from 255 or 23.30% from 279); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1741 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF1741 is #40E8BE. Grayscale: #4E4E4E. Windows color (decimal): -4253887 or 4265919. OLE color: 4265919.
HSL color Cylindrical-coordinate representation of color #BF1741: hue angle of 345º 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 #BF1741 is Cyan = 0, Magento = 0.88, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 23 | 65 | - |
| CMYK | 0 | 0.88 | 0.66 | 0.25 |
| HSL | 345º | 0.79% | 0.42% | - |
| HSV(B) | 345º | 0.88% | 0.75% | - |
| XYZ | 22.75 | 12.07 | 6.13 | - |
| YUV | 78.02 | 120.66 | 208.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 23 | 65 | 0 | 0.88 | 0.66 | 0.25 | 345 | 0.79 | 0.42 |
| Hex | BF | 17 | 41 | 0 | 58 | 42 | 19 | 159 | 4F | 2A |
| Octal | 277 | 27 | 101 | 0 | 130 | 102 | 31 | 531 | 117 | 52 |
| Binary | 10111111 | 10111 | 1000001 | 0 | 1011000 | 1000010 | 11001 | 101011001 | 1001111 | 101010 |
Color Harmonies of #BF1741
Complementary color
Monochromatic Colors of #BF1741
Black with #BF1741
Text Example
Text Example
White with #BF1741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1741; }
p { color: rgb(191,23,65); }
H1.HeaderClassName
{
color: #BF1741;
}
.AnyTagClassName
{
color: #BF1741;
}
</style>
background-color css
<style>
a { background-color: #BF1741; }
a { background-color: rgb(191,23,65); }
div.DivClassName
{
background-color: #BF1741;
}
.BgClassName
{
background-color: #BF1741;
}
</style>
border-color css
<style>
span { border-color: #BF1741; }
span { border-color: rgb(191,23,65); }
td.TdClassName
{
border-color: #BF1741;
}
.TagClassName
{
border-color: #BF1741;
}
</style>