Shades of Cardinal #BE0740
Tints of Cardinal #BE0740
RGB
CMYK
RGB Variations
Color information
#BE0740 (or 0xBE0740) is known color: Cardinal. HEX triplet: BE, 07 and 40. RGB value is (190,7,64). Sum of RGB (Red+Green+Blue) = 190+7+64=261 (34% of max value = 765). Red value is 190 (74.61% from 255 or 72.80% from 261); Green value is 7 (3.12% from 255 or 2.68% from 261); Blue value is 64 (25.39% from 255 or 24.52% from 261); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0740 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0740 is #41F8BF. Grayscale: #444444. Windows color (decimal): -4323520 or 4196286. OLE color: 4196286.
HSL color Cylindrical-coordinate representation of color #BE0740: hue angle of 341.31º degrees, saturation: 0.93, 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 #BE0740 is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 7 | 64 | - |
| CMYK | 0 | 0.96 | 0.66 | 0.25 |
| HSL | 341.31º | 0.93% | 0.39% | - |
| HSV(B) | 341.31º | 0.96% | 0.75% | - |
| XYZ | 22.24 | 11.47 | 5.89 | - |
| YUV | 68.22 | 125.63 | 214.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 7 | 64 | 0 | 0.96 | 0.66 | 0.25 | 341.31 | 0.93 | 0.39 |
| Hex | BE | 7 | 40 | 0 | 60 | 42 | 19 | 155 | 5D | 27 |
| Octal | 276 | 7 | 100 | 0 | 140 | 102 | 31 | 525 | 135 | 47 |
| Binary | 10111110 | 111 | 1000000 | 0 | 1100000 | 1000010 | 11001 | 101010101 | 1011101 | 100111 |
Color Harmonies of #BE0740
Complementary color
Monochromatic Colors of #BE0740
Black with #BE0740
Text Example
Text Example
White with #BE0740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0740; }
p { color: rgb(190,7,64); }
H1.HeaderClassName
{
color: #BE0740;
}
.AnyTagClassName
{
color: #BE0740;
}
</style>
background-color css
<style>
a { background-color: #BE0740; }
a { background-color: rgb(190,7,64); }
div.DivClassName
{
background-color: #BE0740;
}
.BgClassName
{
background-color: #BE0740;
}
</style>
border-color css
<style>
span { border-color: #BE0740; }
span { border-color: rgb(190,7,64); }
td.TdClassName
{
border-color: #BE0740;
}
.TagClassName
{
border-color: #BE0740;
}
</style>