Shades of Cardinal #BF1D45
Tints of Cardinal #BF1D45
RGB
CMYK
RGB Variations
Color information
#BF1D45 (or 0xBF1D45) is known color: Cardinal. HEX triplet: BF, 1D and 45. RGB value is (191,29,69). Sum of RGB (Red+Green+Blue) = 191+29+69=289 (38% of max value = 765). Red value is 191 (75% from 255 or 66.09% from 289); Green value is 29 (11.72% from 255 or 10.03% from 289); Blue value is 69 (27.34% from 255 or 23.88% from 289); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1D45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF1D45 is #40E2BA. Grayscale: #525252. Windows color (decimal): -4252347 or 4529599. OLE color: 4529599.
HSL color Cylindrical-coordinate representation of color #BF1D45: hue angle of 345.19º 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 #BF1D45 is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 29 | 69 | - |
| CMYK | 0 | 0.85 | 0.64 | 0.25 |
| HSL | 345.19º | 0.74% | 0.43% | - |
| HSV(B) | 345.19º | 0.85% | 0.75% | - |
| XYZ | 23 | 12.38 | 6.81 | - |
| YUV | 82 | 120.67 | 205.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 29 | 69 | 0 | 0.85 | 0.64 | 0.25 | 345.19 | 0.74 | 0.43 |
| Hex | BF | 1D | 45 | 0 | 55 | 40 | 19 | 159 | 4A | 2B |
| Octal | 277 | 35 | 105 | 0 | 125 | 100 | 31 | 531 | 112 | 53 |
| Binary | 10111111 | 11101 | 1000101 | 0 | 1010101 | 1000000 | 11001 | 101011001 | 1001010 | 101011 |
Color Harmonies of #BF1D45
Complementary color
Monochromatic Colors of #BF1D45
Black with #BF1D45
Text Example
Text Example
White with #BF1D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1D45; }
p { color: rgb(191,29,69); }
H1.HeaderClassName
{
color: #BF1D45;
}
.AnyTagClassName
{
color: #BF1D45;
}
</style>
background-color css
<style>
a { background-color: #BF1D45; }
a { background-color: rgb(191,29,69); }
div.DivClassName
{
background-color: #BF1D45;
}
.BgClassName
{
background-color: #BF1D45;
}
</style>
border-color css
<style>
span { border-color: #BF1D45; }
span { border-color: rgb(191,29,69); }
td.TdClassName
{
border-color: #BF1D45;
}
.TagClassName
{
border-color: #BF1D45;
}
</style>