Shades of Cardinal #BE194B
Tints of Cardinal #BE194B
RGB
CMYK
RGB Variations
Color information
#BE194B (or 0xBE194B) is known color: Cardinal. HEX triplet: BE, 19 and 4B. RGB value is (190,25,75). Sum of RGB (Red+Green+Blue) = 190+25+75=290 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.52% from 290); Green value is 25 (10.16% from 255 or 8.62% from 290); Blue value is 75 (29.69% from 255 or 25.86% from 290); Max value from RGB is 190 - color contains mainly: red. Hex color #BE194B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE194B is #41E6B4. Grayscale: #505050. Windows color (decimal): -4318901 or 4921790. OLE color: 4921790.
HSL color Cylindrical-coordinate representation of color #BE194B: hue angle of 341.82º 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 #BE194B is Cyan = 0, Magento = 0.87, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 25 | 75 | - |
| CMYK | 0 | 0.87 | 0.61 | 0.25 |
| HSL | 341.82º | 0.77% | 0.42% | - |
| HSV(B) | 341.82º | 0.87% | 0.75% | - |
| XYZ | 22.85 | 12.15 | 7.8 | - |
| YUV | 80.04 | 125.16 | 206.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 25 | 75 | 0 | 0.87 | 0.61 | 0.25 | 341.82 | 0.77 | 0.42 |
| Hex | BE | 19 | 4B | 0 | 57 | 3D | 19 | 156 | 4D | 2A |
| Octal | 276 | 31 | 113 | 0 | 127 | 75 | 31 | 526 | 115 | 52 |
| Binary | 10111110 | 11001 | 1001011 | 0 | 1010111 | 111101 | 11001 | 101010110 | 1001101 | 101010 |
Color Harmonies of #BE194B
Complementary color
Monochromatic Colors of #BE194B
Black with #BE194B
Text Example
Text Example
White with #BE194B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE194B; }
p { color: rgb(190,25,75); }
H1.HeaderClassName
{
color: #BE194B;
}
.AnyTagClassName
{
color: #BE194B;
}
</style>
background-color css
<style>
a { background-color: #BE194B; }
a { background-color: rgb(190,25,75); }
div.DivClassName
{
background-color: #BE194B;
}
.BgClassName
{
background-color: #BE194B;
}
</style>
border-color css
<style>
span { border-color: #BE194B; }
span { border-color: rgb(190,25,75); }
td.TdClassName
{
border-color: #BE194B;
}
.TagClassName
{
border-color: #BE194B;
}
</style>