Shades of Cardinal #BE1736
Tints of Cardinal #BE1736
RGB
CMYK
RGB Variations
Color information
#BE1736 (or 0xBE1736) is known color: Cardinal. HEX triplet: BE, 17 and 36. RGB value is (190,23,54). Sum of RGB (Red+Green+Blue) = 190+23+54=267 (35% of max value = 765). Red value is 190 (74.61% from 255 or 71.16% from 267); Green value is 23 (9.38% from 255 or 8.61% from 267); Blue value is 54 (21.48% from 255 or 20.22% from 267); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1736 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE1736 is #41E8C9. Grayscale: #4C4C4C. Windows color (decimal): -4319434 or 3545022. OLE color: 3545022.
HSL color Cylindrical-coordinate representation of color #BE1736: hue angle of 348.86º 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 #BE1736 is Cyan = 0, Magento = 0.88, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 23 | 54 | - |
| CMYK | 0 | 0.88 | 0.72 | 0.25 |
| HSL | 348.86º | 0.78% | 0.42% | - |
| HSV(B) | 348.86º | 0.88% | 0.75% | - |
| XYZ | 22.21 | 11.83 | 4.6 | - |
| YUV | 76.47 | 115.33 | 208.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 23 | 54 | 0 | 0.88 | 0.72 | 0.25 | 348.86 | 0.78 | 0.42 |
| Hex | BE | 17 | 36 | 0 | 58 | 48 | 19 | 15D | 4E | 2A |
| Octal | 276 | 27 | 66 | 0 | 130 | 110 | 31 | 535 | 116 | 52 |
| Binary | 10111110 | 10111 | 110110 | 0 | 1011000 | 1001000 | 11001 | 101011101 | 1001110 | 101010 |
Color Harmonies of #BE1736
Complementary color
Monochromatic Colors of #BE1736
Black with #BE1736
Text Example
Text Example
White with #BE1736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1736; }
p { color: rgb(190,23,54); }
H1.HeaderClassName
{
color: #BE1736;
}
.AnyTagClassName
{
color: #BE1736;
}
</style>
background-color css
<style>
a { background-color: #BE1736; }
a { background-color: rgb(190,23,54); }
div.DivClassName
{
background-color: #BE1736;
}
.BgClassName
{
background-color: #BE1736;
}
</style>
border-color css
<style>
span { border-color: #BE1736; }
span { border-color: rgb(190,23,54); }
td.TdClassName
{
border-color: #BE1736;
}
.TagClassName
{
border-color: #BE1736;
}
</style>