Shades of Cardinal #BF1D40
Tints of Cardinal #BF1D40
RGB
CMYK
RGB Variations
Color information
#BF1D40 (or 0xBF1D40) is known color: Cardinal. HEX triplet: BF, 1D and 40. RGB value is (191,29,64). Sum of RGB (Red+Green+Blue) = 191+29+64=284 (37% of max value = 765). Red value is 191 (75% from 255 or 67.25% from 284); Green value is 29 (11.72% from 255 or 10.21% from 284); Blue value is 64 (25.39% from 255 or 22.54% from 284); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1D40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF1D40 is #40E2BF. Grayscale: #515151. Windows color (decimal): -4252352 or 4201919. OLE color: 4201919.
HSL color Cylindrical-coordinate representation of color #BF1D40: hue angle of 347.04º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BF1D40 is Cyan = 0, Magento = 0.85, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 29 | 64 | - |
| CMYK | 0 | 0.85 | 0.66 | 0.25 |
| HSL | 347.04º | 0.74% | 0.43% | - |
| HSV(B) | 347.04º | 0.85% | 0.75% | - |
| XYZ | 22.85 | 12.33 | 6.03 | - |
| YUV | 81.43 | 118.17 | 206.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 29 | 64 | 0 | 0.85 | 0.66 | 0.25 | 347.04 | 0.74 | 0.43 |
| Hex | BF | 1D | 40 | 0 | 55 | 42 | 19 | 15B | 4A | 2B |
| Octal | 277 | 35 | 100 | 0 | 125 | 102 | 31 | 533 | 112 | 53 |
| Binary | 10111111 | 11101 | 1000000 | 0 | 1010101 | 1000010 | 11001 | 101011011 | 1001010 | 101011 |
Color Harmonies of #BF1D40
Complementary color
Monochromatic Colors of #BF1D40
Black with #BF1D40
Text Example
Text Example
White with #BF1D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1D40; }
p { color: rgb(191,29,64); }
H1.HeaderClassName
{
color: #BF1D40;
}
.AnyTagClassName
{
color: #BF1D40;
}
</style>
background-color css
<style>
a { background-color: #BF1D40; }
a { background-color: rgb(191,29,64); }
div.DivClassName
{
background-color: #BF1D40;
}
.BgClassName
{
background-color: #BF1D40;
}
</style>
border-color css
<style>
span { border-color: #BF1D40; }
span { border-color: rgb(191,29,64); }
td.TdClassName
{
border-color: #BF1D40;
}
.TagClassName
{
border-color: #BF1D40;
}
</style>