Shades of Cardinal #BE1748
Tints of Cardinal #BE1748
RGB
CMYK
RGB Variations
Color information
#BE1748 (or 0xBE1748) is known color: Cardinal. HEX triplet: BE, 17 and 48. RGB value is (190,23,72). Sum of RGB (Red+Green+Blue) = 190+23+72=285 (37% of max value = 765). Red value is 190 (74.61% from 255 or 66.67% from 285); Green value is 23 (9.38% from 255 or 8.07% from 285); Blue value is 72 (28.52% from 255 or 25.26% from 285); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1748 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE1748 is #41E8B7. Grayscale: #4E4E4E. Windows color (decimal): -4319416 or 4724670. OLE color: 4724670.
HSL color Cylindrical-coordinate representation of color #BE1748: hue angle of 342.4º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BE1748 is Cyan = 0, Magento = 0.88, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 23 | 72 | - |
| CMYK | 0 | 0.88 | 0.62 | 0.25 |
| HSL | 342.4º | 0.78% | 0.42% | - |
| HSV(B) | 342.4º | 0.88% | 0.75% | - |
| XYZ | 22.71 | 12.03 | 7.26 | - |
| YUV | 78.52 | 124.33 | 207.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 23 | 72 | 0 | 0.88 | 0.62 | 0.25 | 342.4 | 0.78 | 0.42 |
| Hex | BE | 17 | 48 | 0 | 58 | 3E | 19 | 156 | 4E | 2A |
| Octal | 276 | 27 | 110 | 0 | 130 | 76 | 31 | 526 | 116 | 52 |
| Binary | 10111110 | 10111 | 1001000 | 0 | 1011000 | 111110 | 11001 | 101010110 | 1001110 | 101010 |
Color Harmonies of #BE1748
Complementary color
Monochromatic Colors of #BE1748
Black with #BE1748
Text Example
Text Example
White with #BE1748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1748; }
p { color: rgb(190,23,72); }
H1.HeaderClassName
{
color: #BE1748;
}
.AnyTagClassName
{
color: #BE1748;
}
</style>
background-color css
<style>
a { background-color: #BE1748; }
a { background-color: rgb(190,23,72); }
div.DivClassName
{
background-color: #BE1748;
}
.BgClassName
{
background-color: #BE1748;
}
</style>
border-color css
<style>
span { border-color: #BE1748; }
span { border-color: rgb(190,23,72); }
td.TdClassName
{
border-color: #BE1748;
}
.TagClassName
{
border-color: #BE1748;
}
</style>