Shades of Cardinal #BF0544
Tints of Cardinal #BF0544
RGB
CMYK
RGB Variations
Color information
#BF0544 (or 0xBF0544) is known color: Cardinal. HEX triplet: BF, 05 and 44. RGB value is (191,5,68). Sum of RGB (Red+Green+Blue) = 191+5+68=264 (34% of max value = 765). Red value is 191 (75% from 255 or 72.35% from 264); Green value is 5 (2.34% from 255 or 1.89% from 264); Blue value is 68 (26.95% from 255 or 25.76% from 264); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0544 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0544 is #40FABB. Grayscale: #434343. Windows color (decimal): -4258492 or 4457919. OLE color: 4457919.
HSL color Cylindrical-coordinate representation of color #BF0544: hue angle of 339.68º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BF0544 is Cyan = 0, Magento = 0.97, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 5 | 68 | - |
| CMYK | 0 | 0.97 | 0.64 | 0.25 |
| HSL | 339.68º | 0.95% | 0.38% | - |
| HSV(B) | 339.68º | 0.97% | 0.75% | - |
| XYZ | 22.58 | 11.6 | 6.52 | - |
| YUV | 67.8 | 128.12 | 215.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 5 | 68 | 0 | 0.97 | 0.64 | 0.25 | 339.68 | 0.95 | 0.38 |
| Hex | BF | 5 | 44 | 0 | 61 | 40 | 19 | 154 | 5F | 26 |
| Octal | 277 | 5 | 104 | 0 | 141 | 100 | 31 | 524 | 137 | 46 |
| Binary | 10111111 | 101 | 1000100 | 0 | 1100001 | 1000000 | 11001 | 101010100 | 1011111 | 100110 |
Color Harmonies of #BF0544
Complementary color
Monochromatic Colors of #BF0544
Black with #BF0544
Text Example
Text Example
White with #BF0544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0544; }
p { color: rgb(191,5,68); }
H1.HeaderClassName
{
color: #BF0544;
}
.AnyTagClassName
{
color: #BF0544;
}
</style>
background-color css
<style>
a { background-color: #BF0544; }
a { background-color: rgb(191,5,68); }
div.DivClassName
{
background-color: #BF0544;
}
.BgClassName
{
background-color: #BF0544;
}
</style>
border-color css
<style>
span { border-color: #BF0544; }
span { border-color: rgb(191,5,68); }
td.TdClassName
{
border-color: #BF0544;
}
.TagClassName
{
border-color: #BF0544;
}
</style>