Shades of Cardinal #BE1443
Tints of Cardinal #BE1443
RGB
CMYK
RGB Variations
Color information
#BE1443 (or 0xBE1443) is known color: Cardinal. HEX triplet: BE, 14 and 43. RGB value is (190,20,67). Sum of RGB (Red+Green+Blue) = 190+20+67=277 (36% of max value = 765). Red value is 190 (74.61% from 255 or 68.59% from 277); Green value is 20 (8.20% from 255 or 7.22% from 277); Blue value is 67 (26.56% from 255 or 24.19% from 277); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1443 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE1443 is #41EBBC. Grayscale: #4C4C4C. Windows color (decimal): -4320189 or 4396222. OLE color: 4396222.
HSL color Cylindrical-coordinate representation of color #BE1443: hue angle of 343.41º 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 #BE1443 is Cyan = 0, Magento = 0.89, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 20 | 67 | - |
| CMYK | 0 | 0.89 | 0.65 | 0.25 |
| HSL | 343.41º | 0.81% | 0.41% | - |
| HSV(B) | 343.41º | 0.89% | 0.75% | - |
| XYZ | 22.5 | 11.85 | 6.41 | - |
| YUV | 76.19 | 122.82 | 209.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 20 | 67 | 0 | 0.89 | 0.65 | 0.25 | 343.41 | 0.81 | 0.41 |
| Hex | BE | 14 | 43 | 0 | 59 | 41 | 19 | 157 | 51 | 29 |
| Octal | 276 | 24 | 103 | 0 | 131 | 101 | 31 | 527 | 121 | 51 |
| Binary | 10111110 | 10100 | 1000011 | 0 | 1011001 | 1000001 | 11001 | 101010111 | 1010001 | 101001 |
Color Harmonies of #BE1443
Complementary color
Monochromatic Colors of #BE1443
Black with #BE1443
Text Example
Text Example
White with #BE1443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1443; }
p { color: rgb(190,20,67); }
H1.HeaderClassName
{
color: #BE1443;
}
.AnyTagClassName
{
color: #BE1443;
}
</style>
background-color css
<style>
a { background-color: #BE1443; }
a { background-color: rgb(190,20,67); }
div.DivClassName
{
background-color: #BE1443;
}
.BgClassName
{
background-color: #BE1443;
}
</style>
border-color css
<style>
span { border-color: #BE1443; }
span { border-color: rgb(190,20,67); }
td.TdClassName
{
border-color: #BE1443;
}
.TagClassName
{
border-color: #BE1443;
}
</style>