Shades of Cardinal #BF0844
Tints of Cardinal #BF0844
RGB
CMYK
RGB Variations
Color information
#BF0844 (or 0xBF0844) is known color: Cardinal. HEX triplet: BF, 08 and 44. RGB value is (191,8,68). Sum of RGB (Red+Green+Blue) = 191+8+68=267 (35% of max value = 765). Red value is 191 (75% from 255 or 71.54% from 267); Green value is 8 (3.52% from 255 or 3.00% from 267); Blue value is 68 (26.95% from 255 or 25.47% from 267); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0844 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0844 is #40F7BB. Grayscale: #454545. Windows color (decimal): -4257724 or 4458687. OLE color: 4458687.
HSL color Cylindrical-coordinate representation of color #BF0844: hue angle of 340.33º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BF0844 is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 8 | 68 | - |
| CMYK | 0 | 0.96 | 0.64 | 0.25 |
| HSL | 340.33º | 0.92% | 0.39% | - |
| HSV(B) | 340.33º | 0.96% | 0.75% | - |
| XYZ | 22.62 | 11.67 | 6.53 | - |
| YUV | 69.56 | 127.13 | 214.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 8 | 68 | 0 | 0.96 | 0.64 | 0.25 | 340.33 | 0.92 | 0.39 |
| Hex | BF | 8 | 44 | 0 | 60 | 40 | 19 | 154 | 5C | 27 |
| Octal | 277 | 10 | 104 | 0 | 140 | 100 | 31 | 524 | 134 | 47 |
| Binary | 10111111 | 1000 | 1000100 | 0 | 1100000 | 1000000 | 11001 | 101010100 | 1011100 | 100111 |
Color Harmonies of #BF0844
Complementary color
Monochromatic Colors of #BF0844
Black with #BF0844
Text Example
Text Example
White with #BF0844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0844; }
p { color: rgb(191,8,68); }
H1.HeaderClassName
{
color: #BF0844;
}
.AnyTagClassName
{
color: #BF0844;
}
</style>
background-color css
<style>
a { background-color: #BF0844; }
a { background-color: rgb(191,8,68); }
div.DivClassName
{
background-color: #BF0844;
}
.BgClassName
{
background-color: #BF0844;
}
</style>
border-color css
<style>
span { border-color: #BF0844; }
span { border-color: rgb(191,8,68); }
td.TdClassName
{
border-color: #BF0844;
}
.TagClassName
{
border-color: #BF0844;
}
</style>