Shades of Cardinal #BE2443
Tints of Cardinal #BE2443
RGB
CMYK
RGB Variations
Color information
#BE2443 (or 0xBE2443) is known color: Cardinal. HEX triplet: BE, 24 and 43. RGB value is (190,36,67). Sum of RGB (Red+Green+Blue) = 190+36+67=293 (38% of max value = 765). Red value is 190 (74.61% from 255 or 64.85% from 293); Green value is 36 (14.45% from 255 or 12.29% from 293); Blue value is 67 (26.56% from 255 or 22.87% from 293); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2443 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2443 is #41DBBC. Grayscale: #555555. Windows color (decimal): -4316093 or 4400318. OLE color: 4400318.
HSL color Cylindrical-coordinate representation of color #BE2443: hue angle of 347.92º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BE2443 is Cyan = 0, Magento = 0.81, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 36 | 67 | - |
| CMYK | 0 | 0.81 | 0.65 | 0.25 |
| HSL | 347.92º | 0.68% | 0.44% | - |
| HSV(B) | 347.92º | 0.81% | 0.75% | - |
| XYZ | 22.88 | 12.61 | 6.54 | - |
| YUV | 85.58 | 117.52 | 202.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 36 | 67 | 0 | 0.81 | 0.65 | 0.25 | 347.92 | 0.68 | 0.44 |
| Hex | BE | 24 | 43 | 0 | 51 | 41 | 19 | 15C | 44 | 2C |
| Octal | 276 | 44 | 103 | 0 | 121 | 101 | 31 | 534 | 104 | 54 |
| Binary | 10111110 | 100100 | 1000011 | 0 | 1010001 | 1000001 | 11001 | 101011100 | 1000100 | 101100 |
Color Harmonies of #BE2443
Complementary color
Monochromatic Colors of #BE2443
Black with #BE2443
Text Example
Text Example
White with #BE2443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2443; }
p { color: rgb(190,36,67); }
H1.HeaderClassName
{
color: #BE2443;
}
.AnyTagClassName
{
color: #BE2443;
}
</style>
background-color css
<style>
a { background-color: #BE2443; }
a { background-color: rgb(190,36,67); }
div.DivClassName
{
background-color: #BE2443;
}
.BgClassName
{
background-color: #BE2443;
}
</style>
border-color css
<style>
span { border-color: #BE2443; }
span { border-color: rgb(190,36,67); }
td.TdClassName
{
border-color: #BE2443;
}
.TagClassName
{
border-color: #BE2443;
}
</style>