Shades of Cardinal #BE1544
Tints of Cardinal #BE1544
RGB
CMYK
RGB Variations
Color information
#BE1544 (or 0xBE1544) is known color: Cardinal. HEX triplet: BE, 15 and 44. RGB value is (190,21,68). Sum of RGB (Red+Green+Blue) = 190+21+68=279 (36% of max value = 765). Red value is 190 (74.61% from 255 or 68.10% from 279); Green value is 21 (8.59% from 255 or 7.53% from 279); Blue value is 68 (26.95% from 255 or 24.37% from 279); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1544 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE1544 is #41EABB. Grayscale: #4C4C4C. Windows color (decimal): -4319932 or 4462014. OLE color: 4462014.
HSL color Cylindrical-coordinate representation of color #BE1544: hue angle of 343.31º degrees, saturation: 0.8, 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 #BE1544 is Cyan = 0, Magento = 0.89, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 21 | 68 | - |
| CMYK | 0 | 0.89 | 0.64 | 0.25 |
| HSL | 343.31º | 0.8% | 0.41% | - |
| HSV(B) | 343.31º | 0.89% | 0.75% | - |
| XYZ | 22.55 | 11.9 | 6.58 | - |
| YUV | 76.89 | 122.99 | 208.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 21 | 68 | 0 | 0.89 | 0.64 | 0.25 | 343.31 | 0.8 | 0.41 |
| Hex | BE | 15 | 44 | 0 | 59 | 40 | 19 | 157 | 50 | 29 |
| Octal | 276 | 25 | 104 | 0 | 131 | 100 | 31 | 527 | 120 | 51 |
| Binary | 10111110 | 10101 | 1000100 | 0 | 1011001 | 1000000 | 11001 | 101010111 | 1010000 | 101001 |
Color Harmonies of #BE1544
Complementary color
Monochromatic Colors of #BE1544
Black with #BE1544
Text Example
Text Example
White with #BE1544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1544; }
p { color: rgb(190,21,68); }
H1.HeaderClassName
{
color: #BE1544;
}
.AnyTagClassName
{
color: #BE1544;
}
</style>
background-color css
<style>
a { background-color: #BE1544; }
a { background-color: rgb(190,21,68); }
div.DivClassName
{
background-color: #BE1544;
}
.BgClassName
{
background-color: #BE1544;
}
</style>
border-color css
<style>
span { border-color: #BE1544; }
span { border-color: rgb(190,21,68); }
td.TdClassName
{
border-color: #BE1544;
}
.TagClassName
{
border-color: #BE1544;
}
</style>