Shades of Cardinal #BE1837
Tints of Cardinal #BE1837
RGB
CMYK
RGB Variations
Color information
#BE1837 (or 0xBE1837) is known color: Cardinal. HEX triplet: BE, 18 and 37. RGB value is (190,24,55). Sum of RGB (Red+Green+Blue) = 190+24+55=269 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.63% from 269); Green value is 24 (9.77% from 255 or 8.92% from 269); Blue value is 55 (21.88% from 255 or 20.45% from 269); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1837 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE1837 is #41E7C8. Grayscale: #4D4D4D. Windows color (decimal): -4319177 or 3610814. OLE color: 3610814.
HSL color Cylindrical-coordinate representation of color #BE1837: hue angle of 348.8º degrees, saturation: 0.78, 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 #BE1837 is Cyan = 0, Magento = 0.87, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 24 | 55 | - |
| CMYK | 0 | 0.87 | 0.71 | 0.25 |
| HSL | 348.8º | 0.78% | 0.42% | - |
| HSV(B) | 348.8º | 0.87% | 0.75% | - |
| XYZ | 22.25 | 11.88 | 4.73 | - |
| YUV | 77.17 | 115.5 | 208.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 24 | 55 | 0 | 0.87 | 0.71 | 0.25 | 348.8 | 0.78 | 0.42 |
| Hex | BE | 18 | 37 | 0 | 57 | 47 | 19 | 15D | 4E | 2A |
| Octal | 276 | 30 | 67 | 0 | 127 | 107 | 31 | 535 | 116 | 52 |
| Binary | 10111110 | 11000 | 110111 | 0 | 1010111 | 1000111 | 11001 | 101011101 | 1001110 | 101010 |
Color Harmonies of #BE1837
Complementary color
Monochromatic Colors of #BE1837
Black with #BE1837
Text Example
Text Example
White with #BE1837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1837; }
p { color: rgb(190,24,55); }
H1.HeaderClassName
{
color: #BE1837;
}
.AnyTagClassName
{
color: #BE1837;
}
</style>
background-color css
<style>
a { background-color: #BE1837; }
a { background-color: rgb(190,24,55); }
div.DivClassName
{
background-color: #BE1837;
}
.BgClassName
{
background-color: #BE1837;
}
</style>
border-color css
<style>
span { border-color: #BE1837; }
span { border-color: rgb(190,24,55); }
td.TdClassName
{
border-color: #BE1837;
}
.TagClassName
{
border-color: #BE1837;
}
</style>