Shades of Cardinal #BF0C42
Tints of Cardinal #BF0C42
RGB
CMYK
RGB Variations
Color information
#BF0C42 (or 0xBF0C42) is known color: Cardinal. HEX triplet: BF, 0C and 42. RGB value is (191,12,66). Sum of RGB (Red+Green+Blue) = 191+12+66=269 (35% of max value = 765). Red value is 191 (75% from 255 or 71.00% from 269); Green value is 12 (5.08% from 255 or 4.46% from 269); Blue value is 66 (26.17% from 255 or 24.54% from 269); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0C42 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0C42 is #40F3BD. Grayscale: #474747. Windows color (decimal): -4256702 or 4328639. OLE color: 4328639.
HSL color Cylindrical-coordinate representation of color #BF0C42: hue angle of 341.9º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BF0C42 is Cyan = 0, Magento = 0.94, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 12 | 66 | - |
| CMYK | 0 | 0.94 | 0.65 | 0.25 |
| HSL | 341.9º | 0.88% | 0.4% | - |
| HSV(B) | 341.9º | 0.94% | 0.75% | - |
| XYZ | 22.6 | 11.73 | 6.23 | - |
| YUV | 71.68 | 124.8 | 213.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 12 | 66 | 0 | 0.94 | 0.65 | 0.25 | 341.9 | 0.88 | 0.4 |
| Hex | BF | C | 42 | 0 | 5E | 41 | 19 | 156 | 58 | 28 |
| Octal | 277 | 14 | 102 | 0 | 136 | 101 | 31 | 526 | 130 | 50 |
| Binary | 10111111 | 1100 | 1000010 | 0 | 1011110 | 1000001 | 11001 | 101010110 | 1011000 | 101000 |
Color Harmonies of #BF0C42
Complementary color
Monochromatic Colors of #BF0C42
Black with #BF0C42
Text Example
Text Example
White with #BF0C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0C42; }
p { color: rgb(191,12,66); }
H1.HeaderClassName
{
color: #BF0C42;
}
.AnyTagClassName
{
color: #BF0C42;
}
</style>
background-color css
<style>
a { background-color: #BF0C42; }
a { background-color: rgb(191,12,66); }
div.DivClassName
{
background-color: #BF0C42;
}
.BgClassName
{
background-color: #BF0C42;
}
</style>
border-color css
<style>
span { border-color: #BF0C42; }
span { border-color: rgb(191,12,66); }
td.TdClassName
{
border-color: #BF0C42;
}
.TagClassName
{
border-color: #BF0C42;
}
</style>