Shades of Cardinal #BE2140
Tints of Cardinal #BE2140
RGB
CMYK
RGB Variations
Color information
#BE2140 (or 0xBE2140) is known color: Cardinal. HEX triplet: BE, 21 and 40. RGB value is (190,33,64). Sum of RGB (Red+Green+Blue) = 190+33+64=287 (38% of max value = 765). Red value is 190 (74.61% from 255 or 66.20% from 287); Green value is 33 (13.28% from 255 or 11.50% from 287); Blue value is 64 (25.39% from 255 or 22.30% from 287); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2140 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2140 is #41DEBF. Grayscale: #535353. Windows color (decimal): -4316864 or 4202942. OLE color: 4202942.
HSL color Cylindrical-coordinate representation of color #BE2140: hue angle of 348.15º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BE2140 is Cyan = 0, Magento = 0.83, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 33 | 64 | - |
| CMYK | 0 | 0.83 | 0.66 | 0.25 |
| HSL | 348.15º | 0.7% | 0.44% | - |
| HSV(B) | 348.15º | 0.83% | 0.75% | - |
| XYZ | 22.7 | 12.41 | 6.05 | - |
| YUV | 83.48 | 117.01 | 203.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 33 | 64 | 0 | 0.83 | 0.66 | 0.25 | 348.15 | 0.7 | 0.44 |
| Hex | BE | 21 | 40 | 0 | 53 | 42 | 19 | 15C | 46 | 2C |
| Octal | 276 | 41 | 100 | 0 | 123 | 102 | 31 | 534 | 106 | 54 |
| Binary | 10111110 | 100001 | 1000000 | 0 | 1010011 | 1000010 | 11001 | 101011100 | 1000110 | 101100 |
Color Harmonies of #BE2140
Complementary color
Monochromatic Colors of #BE2140
Black with #BE2140
Text Example
Text Example
White with #BE2140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2140; }
p { color: rgb(190,33,64); }
H1.HeaderClassName
{
color: #BE2140;
}
.AnyTagClassName
{
color: #BE2140;
}
</style>
background-color css
<style>
a { background-color: #BE2140; }
a { background-color: rgb(190,33,64); }
div.DivClassName
{
background-color: #BE2140;
}
.BgClassName
{
background-color: #BE2140;
}
</style>
border-color css
<style>
span { border-color: #BE2140; }
span { border-color: rgb(190,33,64); }
td.TdClassName
{
border-color: #BE2140;
}
.TagClassName
{
border-color: #BE2140;
}
</style>