Shades of Cardinal #BE1738
Tints of Cardinal #BE1738
RGB
CMYK
RGB Variations
Color information
#BE1738 (or 0xBE1738) is known color: Cardinal. HEX triplet: BE, 17 and 38. RGB value is (190,23,56). Sum of RGB (Red+Green+Blue) = 190+23+56=269 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.63% from 269); Green value is 23 (9.38% from 255 or 8.55% from 269); Blue value is 56 (22.27% from 255 or 20.82% from 269); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1738 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE1738 is #41E8C7. Grayscale: #4C4C4C. Windows color (decimal): -4319432 or 3676094. OLE color: 3676094.
HSL color Cylindrical-coordinate representation of color #BE1738: hue angle of 348.14º 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 #BE1738 is Cyan = 0, Magento = 0.88, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 23 | 56 | - |
| CMYK | 0 | 0.88 | 0.71 | 0.25 |
| HSL | 348.14º | 0.78% | 0.42% | - |
| HSV(B) | 348.14º | 0.88% | 0.75% | - |
| XYZ | 22.26 | 11.85 | 4.85 | - |
| YUV | 76.7 | 116.33 | 208.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 23 | 56 | 0 | 0.88 | 0.71 | 0.25 | 348.14 | 0.78 | 0.42 |
| Hex | BE | 17 | 38 | 0 | 58 | 47 | 19 | 15C | 4E | 2A |
| Octal | 276 | 27 | 70 | 0 | 130 | 107 | 31 | 534 | 116 | 52 |
| Binary | 10111110 | 10111 | 111000 | 0 | 1011000 | 1000111 | 11001 | 101011100 | 1001110 | 101010 |
Color Harmonies of #BE1738
Complementary color
Monochromatic Colors of #BE1738
Black with #BE1738
Text Example
Text Example
White with #BE1738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1738; }
p { color: rgb(190,23,56); }
H1.HeaderClassName
{
color: #BE1738;
}
.AnyTagClassName
{
color: #BE1738;
}
</style>
background-color css
<style>
a { background-color: #BE1738; }
a { background-color: rgb(190,23,56); }
div.DivClassName
{
background-color: #BE1738;
}
.BgClassName
{
background-color: #BE1738;
}
</style>
border-color css
<style>
span { border-color: #BE1738; }
span { border-color: rgb(190,23,56); }
td.TdClassName
{
border-color: #BE1738;
}
.TagClassName
{
border-color: #BE1738;
}
</style>