Shades of Cardinal #BE1237
Tints of Cardinal #BE1237
RGB
CMYK
RGB Variations
Color information
#BE1237 (or 0xBE1237) is known color: Cardinal. HEX triplet: BE, 12 and 37. RGB value is (190,18,55). Sum of RGB (Red+Green+Blue) = 190+18+55=263 (34% of max value = 765). Red value is 190 (74.61% from 255 or 72.24% from 263); Green value is 18 (7.42% from 255 or 6.84% from 263); Blue value is 55 (21.88% from 255 or 20.91% from 263); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1237 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE1237 is #41EDC8. Grayscale: #494949. Windows color (decimal): -4320713 or 3609278. OLE color: 3609278.
HSL color Cylindrical-coordinate representation of color #BE1237: hue angle of 347.09º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BE1237 is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 18 | 55 | - |
| CMYK | 0 | 0.91 | 0.71 | 0.25 |
| HSL | 347.09º | 0.83% | 0.41% | - |
| HSV(B) | 347.09º | 0.91% | 0.75% | - |
| XYZ | 22.14 | 11.66 | 4.7 | - |
| YUV | 73.65 | 117.48 | 210.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 18 | 55 | 0 | 0.91 | 0.71 | 0.25 | 347.09 | 0.83 | 0.41 |
| Hex | BE | 12 | 37 | 0 | 5B | 47 | 19 | 15B | 53 | 29 |
| Octal | 276 | 22 | 67 | 0 | 133 | 107 | 31 | 533 | 123 | 51 |
| Binary | 10111110 | 10010 | 110111 | 0 | 1011011 | 1000111 | 11001 | 101011011 | 1010011 | 101001 |
Color Harmonies of #BE1237
Complementary color
Monochromatic Colors of #BE1237
Black with #BE1237
Text Example
Text Example
White with #BE1237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1237; }
p { color: rgb(190,18,55); }
H1.HeaderClassName
{
color: #BE1237;
}
.AnyTagClassName
{
color: #BE1237;
}
</style>
background-color css
<style>
a { background-color: #BE1237; }
a { background-color: rgb(190,18,55); }
div.DivClassName
{
background-color: #BE1237;
}
.BgClassName
{
background-color: #BE1237;
}
</style>
border-color css
<style>
span { border-color: #BE1237; }
span { border-color: rgb(190,18,55); }
td.TdClassName
{
border-color: #BE1237;
}
.TagClassName
{
border-color: #BE1237;
}
</style>