Shades of Cardinal #BF0E2E
Tints of Cardinal #BF0E2E
RGB
CMYK
RGB Variations
Color information
#BF0E2E (or 0xBF0E2E) is known color: Cardinal. HEX triplet: BF, 0E and 2E. RGB value is (191,14,46). Sum of RGB (Red+Green+Blue) = 191+14+46=251 (33% of max value = 765). Red value is 191 (75% from 255 or 76.10% from 251); Green value is 14 (5.86% from 255 or 5.58% from 251); Blue value is 46 (18.36% from 255 or 18.33% from 251); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0E2E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0E2E is #40F1D1. Grayscale: #464646. Windows color (decimal): -4256210 or 3018431. OLE color: 3018431.
HSL color Cylindrical-coordinate representation of color #BF0E2E: hue angle of 349.15º degrees, saturation: 0.86, 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 #BF0E2E is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 14 | 46 | - |
| CMYK | 0 | 0.93 | 0.76 | 0.25 |
| HSL | 349.15º | 0.86% | 0.4% | - |
| HSV(B) | 349.15º | 0.93% | 0.75% | - |
| XYZ | 22.14 | 11.59 | 3.65 | - |
| YUV | 70.57 | 114.14 | 213.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 14 | 46 | 0 | 0.93 | 0.76 | 0.25 | 349.15 | 0.86 | 0.4 |
| Hex | BF | E | 2E | 0 | 5D | 4C | 19 | 15D | 56 | 28 |
| Octal | 277 | 16 | 56 | 0 | 135 | 114 | 31 | 535 | 126 | 50 |
| Binary | 10111111 | 1110 | 101110 | 0 | 1011101 | 1001100 | 11001 | 101011101 | 1010110 | 101000 |
Color Harmonies of #BF0E2E
Complementary color
Monochromatic Colors of #BF0E2E
Black with #BF0E2E
Text Example
Text Example
White with #BF0E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF0E2E; }
p { color: rgb(191,14,46); }
H1.HeaderClassName
{
color: #BF0E2E;
}
.AnyTagClassName
{
color: #BF0E2E;
}
</style>
background-color css
<style>
a { background-color: #BF0E2E; }
a { background-color: rgb(191,14,46); }
div.DivClassName
{
background-color: #BF0E2E;
}
.BgClassName
{
background-color: #BF0E2E;
}
</style>
border-color css
<style>
span { border-color: #BF0E2E; }
span { border-color: rgb(191,14,46); }
td.TdClassName
{
border-color: #BF0E2E;
}
.TagClassName
{
border-color: #BF0E2E;
}
</style>