Shades of Cardinal #BF2245
Tints of Cardinal #BF2245
RGB
CMYK
RGB Variations
Color information
#BF2245 (or 0xBF2245) is known color: Cardinal. HEX triplet: BF, 22 and 45. RGB value is (191,34,69). Sum of RGB (Red+Green+Blue) = 191+34+69=294 (38% of max value = 765). Red value is 191 (75% from 255 or 64.97% from 294); Green value is 34 (13.67% from 255 or 11.56% from 294); Blue value is 69 (27.34% from 255 or 23.47% from 294); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2245 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2245 is #40DDBA. Grayscale: #545454. Windows color (decimal): -4251067 or 4530879. OLE color: 4530879.
HSL color Cylindrical-coordinate representation of color #BF2245: hue angle of 346.62º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BF2245 is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 34 | 69 | - |
| CMYK | 0 | 0.82 | 0.64 | 0.25 |
| HSL | 346.62º | 0.7% | 0.44% | - |
| HSV(B) | 346.62º | 0.82% | 0.75% | - |
| XYZ | 23.13 | 12.65 | 6.85 | - |
| YUV | 84.93 | 119.01 | 203.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 34 | 69 | 0 | 0.82 | 0.64 | 0.25 | 346.62 | 0.7 | 0.44 |
| Hex | BF | 22 | 45 | 0 | 52 | 40 | 19 | 15B | 46 | 2C |
| Octal | 277 | 42 | 105 | 0 | 122 | 100 | 31 | 533 | 106 | 54 |
| Binary | 10111111 | 100010 | 1000101 | 0 | 1010010 | 1000000 | 11001 | 101011011 | 1000110 | 101100 |
Color Harmonies of #BF2245
Complementary color
Monochromatic Colors of #BF2245
Black with #BF2245
Text Example
Text Example
White with #BF2245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2245; }
p { color: rgb(191,34,69); }
H1.HeaderClassName
{
color: #BF2245;
}
.AnyTagClassName
{
color: #BF2245;
}
</style>
background-color css
<style>
a { background-color: #BF2245; }
a { background-color: rgb(191,34,69); }
div.DivClassName
{
background-color: #BF2245;
}
.BgClassName
{
background-color: #BF2245;
}
</style>
border-color css
<style>
span { border-color: #BF2245; }
span { border-color: rgb(191,34,69); }
td.TdClassName
{
border-color: #BF2245;
}
.TagClassName
{
border-color: #BF2245;
}
</style>