Shades of Cardinal #BE1946
Tints of Cardinal #BE1946
RGB
CMYK
RGB Variations
Color information
#BE1946 (or 0xBE1946) is known color: Cardinal. HEX triplet: BE, 19 and 46. RGB value is (190,25,70). Sum of RGB (Red+Green+Blue) = 190+25+70=285 (37% of max value = 765). Red value is 190 (74.61% from 255 or 66.67% from 285); Green value is 25 (10.16% from 255 or 8.77% from 285); Blue value is 70 (27.73% from 255 or 24.56% from 285); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1946 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE1946 is #41E6B9. Grayscale: #4F4F4F. Windows color (decimal): -4318906 or 4594110. OLE color: 4594110.
HSL color Cylindrical-coordinate representation of color #BE1946: hue angle of 343.64º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BE1946 is Cyan = 0, Magento = 0.87, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 25 | 70 | - |
| CMYK | 0 | 0.87 | 0.63 | 0.25 |
| HSL | 343.64º | 0.77% | 0.42% | - |
| HSV(B) | 343.64º | 0.87% | 0.75% | - |
| XYZ | 22.69 | 12.08 | 6.93 | - |
| YUV | 79.47 | 122.66 | 206.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 25 | 70 | 0 | 0.87 | 0.63 | 0.25 | 343.64 | 0.77 | 0.42 |
| Hex | BE | 19 | 46 | 0 | 57 | 3F | 19 | 158 | 4D | 2A |
| Octal | 276 | 31 | 106 | 0 | 127 | 77 | 31 | 530 | 115 | 52 |
| Binary | 10111110 | 11001 | 1000110 | 0 | 1010111 | 111111 | 11001 | 101011000 | 1001101 | 101010 |
Color Harmonies of #BE1946
Complementary color
Monochromatic Colors of #BE1946
Black with #BE1946
Text Example
Text Example
White with #BE1946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1946; }
p { color: rgb(190,25,70); }
H1.HeaderClassName
{
color: #BE1946;
}
.AnyTagClassName
{
color: #BE1946;
}
</style>
background-color css
<style>
a { background-color: #BE1946; }
a { background-color: rgb(190,25,70); }
div.DivClassName
{
background-color: #BE1946;
}
.BgClassName
{
background-color: #BE1946;
}
</style>
border-color css
<style>
span { border-color: #BE1946; }
span { border-color: rgb(190,25,70); }
td.TdClassName
{
border-color: #BE1946;
}
.TagClassName
{
border-color: #BE1946;
}
</style>