Shades of Cardinal #BE0F2C
Tints of Cardinal #BE0F2C
RGB
CMYK
RGB Variations
Color information
#BE0F2C (or 0xBE0F2C) is known color: Cardinal. HEX triplet: BE, 0F and 2C. RGB value is (190,15,44). Sum of RGB (Red+Green+Blue) = 190+15+44=249 (32% of max value = 765). Red value is 190 (74.61% from 255 or 76.31% from 249); Green value is 15 (6.25% from 255 or 6.02% from 249); Blue value is 44 (17.58% from 255 or 17.67% from 249); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0F2C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0F2C is #41F0D3. Grayscale: #464646. Windows color (decimal): -4321492 or 2887614. OLE color: 2887614.
HSL color Cylindrical-coordinate representation of color #BE0F2C: hue angle of 350.06º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BE0F2C is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 15 | 44 | - |
| CMYK | 0 | 0.92 | 0.77 | 0.25 |
| HSL | 350.06º | 0.85% | 0.4% | - |
| HSV(B) | 350.06º | 0.92% | 0.75% | - |
| XYZ | 21.86 | 11.47 | 3.44 | - |
| YUV | 70.63 | 112.98 | 213.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 15 | 44 | 0 | 0.92 | 0.77 | 0.25 | 350.06 | 0.85 | 0.4 |
| Hex | BE | F | 2C | 0 | 5C | 4D | 19 | 15E | 55 | 28 |
| Octal | 276 | 17 | 54 | 0 | 134 | 115 | 31 | 536 | 125 | 50 |
| Binary | 10111110 | 1111 | 101100 | 0 | 1011100 | 1001101 | 11001 | 101011110 | 1010101 | 101000 |
Color Harmonies of #BE0F2C
Complementary color
Monochromatic Colors of #BE0F2C
Black with #BE0F2C
Text Example
Text Example
White with #BE0F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0F2C; }
p { color: rgb(190,15,44); }
H1.HeaderClassName
{
color: #BE0F2C;
}
.AnyTagClassName
{
color: #BE0F2C;
}
</style>
background-color css
<style>
a { background-color: #BE0F2C; }
a { background-color: rgb(190,15,44); }
div.DivClassName
{
background-color: #BE0F2C;
}
.BgClassName
{
background-color: #BE0F2C;
}
</style>
border-color css
<style>
span { border-color: #BE0F2C; }
span { border-color: rgb(190,15,44); }
td.TdClassName
{
border-color: #BE0F2C;
}
.TagClassName
{
border-color: #BE0F2C;
}
</style>