Shades of Cardinal #BF2045
Tints of Cardinal #BF2045
RGB
CMYK
RGB Variations
Color information
#BF2045 (or 0xBF2045) is known color: Cardinal. HEX triplet: BF, 20 and 45. RGB value is (191,32,69). Sum of RGB (Red+Green+Blue) = 191+32+69=292 (38% of max value = 765). Red value is 191 (75% from 255 or 65.41% from 292); Green value is 32 (12.89% from 255 or 10.96% from 292); Blue value is 69 (27.34% from 255 or 23.63% from 292); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2045 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2045 is #40DFBA. Grayscale: #535353. Windows color (decimal): -4251579 or 4530367. OLE color: 4530367.
HSL color Cylindrical-coordinate representation of color #BF2045: hue angle of 346.04º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BF2045 is Cyan = 0, Magento = 0.83, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 32 | 69 | - |
| CMYK | 0 | 0.83 | 0.64 | 0.25 |
| HSL | 346.04º | 0.71% | 0.44% | - |
| HSV(B) | 346.04º | 0.83% | 0.75% | - |
| XYZ | 23.08 | 12.54 | 6.83 | - |
| YUV | 83.76 | 119.68 | 204.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 32 | 69 | 0 | 0.83 | 0.64 | 0.25 | 346.04 | 0.71 | 0.44 |
| Hex | BF | 20 | 45 | 0 | 53 | 40 | 19 | 15A | 47 | 2C |
| Octal | 277 | 40 | 105 | 0 | 123 | 100 | 31 | 532 | 107 | 54 |
| Binary | 10111111 | 100000 | 1000101 | 0 | 1010011 | 1000000 | 11001 | 101011010 | 1000111 | 101100 |
Color Harmonies of #BF2045
Complementary color
Monochromatic Colors of #BF2045
Black with #BF2045
Text Example
Text Example
White with #BF2045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2045; }
p { color: rgb(191,32,69); }
H1.HeaderClassName
{
color: #BF2045;
}
.AnyTagClassName
{
color: #BF2045;
}
</style>
background-color css
<style>
a { background-color: #BF2045; }
a { background-color: rgb(191,32,69); }
div.DivClassName
{
background-color: #BF2045;
}
.BgClassName
{
background-color: #BF2045;
}
</style>
border-color css
<style>
span { border-color: #BF2045; }
span { border-color: rgb(191,32,69); }
td.TdClassName
{
border-color: #BF2045;
}
.TagClassName
{
border-color: #BF2045;
}
</style>