Shades of Cardinal #BF0D4C
Tints of Cardinal #BF0D4C
RGB
CMYK
RGB Variations
Color information
#BF0D4C (or 0xBF0D4C) is known color: Cardinal. HEX triplet: BF, 0D and 4C. RGB value is (191,13,76). Sum of RGB (Red+Green+Blue) = 191+13+76=280 (37% of max value = 765). Red value is 191 (75% from 255 or 68.21% from 280); Green value is 13 (5.47% from 255 or 4.64% from 280); Blue value is 76 (30.08% from 255 or 27.14% from 280); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0D4C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0D4C is #40F2B3. Grayscale: #494949. Windows color (decimal): -4256436 or 4984255. OLE color: 4984255.
HSL color Cylindrical-coordinate representation of color #BF0D4C: hue angle of 338.76º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BF0D4C is Cyan = 0, Magento = 0.93, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 13 | 76 | - |
| CMYK | 0 | 0.93 | 0.60 | 0.25 |
| HSL | 338.76º | 0.87% | 0.4% | - |
| HSV(B) | 338.76º | 0.93% | 0.75% | - |
| XYZ | 22.93 | 11.89 | 7.92 | - |
| YUV | 73.4 | 129.47 | 211.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 13 | 76 | 0 | 0.93 | 0.60 | 0.25 | 338.76 | 0.87 | 0.4 |
| Hex | BF | D | 4C | 0 | 5D | 3C | 19 | 153 | 57 | 28 |
| Octal | 277 | 15 | 114 | 0 | 135 | 74 | 31 | 523 | 127 | 50 |
| Binary | 10111111 | 1101 | 1001100 | 0 | 1011101 | 111100 | 11001 | 101010011 | 1010111 | 101000 |
Color Harmonies of #BF0D4C
Complementary color
Monochromatic Colors of #BF0D4C
Black with #BF0D4C
Text Example
Text Example
White with #BF0D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0D4C; }
p { color: rgb(191,13,76); }
H1.HeaderClassName
{
color: #BF0D4C;
}
.AnyTagClassName
{
color: #BF0D4C;
}
</style>
background-color css
<style>
a { background-color: #BF0D4C; }
a { background-color: rgb(191,13,76); }
div.DivClassName
{
background-color: #BF0D4C;
}
.BgClassName
{
background-color: #BF0D4C;
}
</style>
border-color css
<style>
span { border-color: #BF0D4C; }
span { border-color: rgb(191,13,76); }
td.TdClassName
{
border-color: #BF0D4C;
}
.TagClassName
{
border-color: #BF0D4C;
}
</style>