Shades of Cardinal #BE1440
Tints of Cardinal #BE1440
RGB
CMYK
RGB Variations
Color information
#BE1440 (or 0xBE1440) is known color: Cardinal. HEX triplet: BE, 14 and 40. RGB value is (190,20,64). Sum of RGB (Red+Green+Blue) = 190+20+64=274 (36% of max value = 765). Red value is 190 (74.61% from 255 or 69.34% from 274); Green value is 20 (8.20% from 255 or 7.30% from 274); Blue value is 64 (25.39% from 255 or 23.36% from 274); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1440 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE1440 is #41EBBF. Grayscale: #4B4B4B. Windows color (decimal): -4320192 or 4199614. OLE color: 4199614.
HSL color Cylindrical-coordinate representation of color #BE1440: hue angle of 344.47º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BE1440 is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 20 | 64 | - |
| CMYK | 0 | 0.89 | 0.66 | 0.25 |
| HSL | 344.47º | 0.81% | 0.41% | - |
| HSV(B) | 344.47º | 0.89% | 0.75% | - |
| XYZ | 22.41 | 11.82 | 5.95 | - |
| YUV | 75.85 | 121.32 | 209.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 20 | 64 | 0 | 0.89 | 0.66 | 0.25 | 344.47 | 0.81 | 0.41 |
| Hex | BE | 14 | 40 | 0 | 59 | 42 | 19 | 158 | 51 | 29 |
| Octal | 276 | 24 | 100 | 0 | 131 | 102 | 31 | 530 | 121 | 51 |
| Binary | 10111110 | 10100 | 1000000 | 0 | 1011001 | 1000010 | 11001 | 101011000 | 1010001 | 101001 |
Color Harmonies of #BE1440
Complementary color
Monochromatic Colors of #BE1440
Black with #BE1440
Text Example
Text Example
White with #BE1440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1440; }
p { color: rgb(190,20,64); }
H1.HeaderClassName
{
color: #BE1440;
}
.AnyTagClassName
{
color: #BE1440;
}
</style>
background-color css
<style>
a { background-color: #BE1440; }
a { background-color: rgb(190,20,64); }
div.DivClassName
{
background-color: #BE1440;
}
.BgClassName
{
background-color: #BE1440;
}
</style>
border-color css
<style>
span { border-color: #BE1440; }
span { border-color: rgb(190,20,64); }
td.TdClassName
{
border-color: #BE1440;
}
.TagClassName
{
border-color: #BE1440;
}
</style>