Shades of Cardinal #BE0837
Tints of Cardinal #BE0837
RGB
CMYK
RGB Variations
Color information
#BE0837 (or 0xBE0837) is known color: Cardinal. HEX triplet: BE, 08 and 37. RGB value is (190,8,55). Sum of RGB (Red+Green+Blue) = 190+8+55=253 (33% of max value = 765). Red value is 190 (74.61% from 255 or 75.10% from 253); Green value is 8 (3.52% from 255 or 3.16% from 253); Blue value is 55 (21.88% from 255 or 21.74% from 253); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0837 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0837 is #41F7C8. Grayscale: #434343. Windows color (decimal): -4323273 or 3606718. OLE color: 3606718.
HSL color Cylindrical-coordinate representation of color #BE0837: hue angle of 344.51º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BE0837 is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 8 | 55 | - |
| CMYK | 0 | 0.96 | 0.71 | 0.25 |
| HSL | 344.51º | 0.92% | 0.39% | - |
| HSV(B) | 344.51º | 0.96% | 0.75% | - |
| XYZ | 22.01 | 11.4 | 4.65 | - |
| YUV | 67.78 | 120.8 | 215.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 8 | 55 | 0 | 0.96 | 0.71 | 0.25 | 344.51 | 0.92 | 0.39 |
| Hex | BE | 8 | 37 | 0 | 60 | 47 | 19 | 159 | 5C | 27 |
| Octal | 276 | 10 | 67 | 0 | 140 | 107 | 31 | 531 | 134 | 47 |
| Binary | 10111110 | 1000 | 110111 | 0 | 1100000 | 1000111 | 11001 | 101011001 | 1011100 | 100111 |
Color Harmonies of #BE0837
Complementary color
Monochromatic Colors of #BE0837
Black with #BE0837
Text Example
Text Example
White with #BE0837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0837; }
p { color: rgb(190,8,55); }
H1.HeaderClassName
{
color: #BE0837;
}
.AnyTagClassName
{
color: #BE0837;
}
</style>
background-color css
<style>
a { background-color: #BE0837; }
a { background-color: rgb(190,8,55); }
div.DivClassName
{
background-color: #BE0837;
}
.BgClassName
{
background-color: #BE0837;
}
</style>
border-color css
<style>
span { border-color: #BE0837; }
span { border-color: rgb(190,8,55); }
td.TdClassName
{
border-color: #BE0837;
}
.TagClassName
{
border-color: #BE0837;
}
</style>