Shades of Cardinal #BE0F44
Tints of Cardinal #BE0F44
RGB
CMYK
RGB Variations
Color information
#BE0F44 (or 0xBE0F44) is known color: Cardinal. HEX triplet: BE, 0F and 44. RGB value is (190,15,68). Sum of RGB (Red+Green+Blue) = 190+15+68=273 (36% of max value = 765). Red value is 190 (74.61% from 255 or 69.60% from 273); Green value is 15 (6.25% from 255 or 5.49% from 273); Blue value is 68 (26.95% from 255 or 24.91% from 273); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0F44 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0F44 is #41F0BB. Grayscale: #494949. Windows color (decimal): -4321468 or 4460478. OLE color: 4460478.
HSL color Cylindrical-coordinate representation of color #BE0F44: hue angle of 341.83º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BE0F44 is Cyan = 0, Magento = 0.92, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 15 | 68 | - |
| CMYK | 0 | 0.92 | 0.64 | 0.25 |
| HSL | 341.83º | 0.85% | 0.4% | - |
| HSV(B) | 341.83º | 0.92% | 0.75% | - |
| XYZ | 22.45 | 11.71 | 6.55 | - |
| YUV | 73.37 | 124.98 | 211.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 15 | 68 | 0 | 0.92 | 0.64 | 0.25 | 341.83 | 0.85 | 0.4 |
| Hex | BE | F | 44 | 0 | 5C | 40 | 19 | 156 | 55 | 28 |
| Octal | 276 | 17 | 104 | 0 | 134 | 100 | 31 | 526 | 125 | 50 |
| Binary | 10111110 | 1111 | 1000100 | 0 | 1011100 | 1000000 | 11001 | 101010110 | 1010101 | 101000 |
Color Harmonies of #BE0F44
Complementary color
Monochromatic Colors of #BE0F44
Black with #BE0F44
Text Example
Text Example
White with #BE0F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0F44; }
p { color: rgb(190,15,68); }
H1.HeaderClassName
{
color: #BE0F44;
}
.AnyTagClassName
{
color: #BE0F44;
}
</style>
background-color css
<style>
a { background-color: #BE0F44; }
a { background-color: rgb(190,15,68); }
div.DivClassName
{
background-color: #BE0F44;
}
.BgClassName
{
background-color: #BE0F44;
}
</style>
border-color css
<style>
span { border-color: #BE0F44; }
span { border-color: rgb(190,15,68); }
td.TdClassName
{
border-color: #BE0F44;
}
.TagClassName
{
border-color: #BE0F44;
}
</style>