Shades of Cardinal #BE0139
Tints of Cardinal #BE0139
RGB
CMYK
RGB Variations
Color information
#BE0139 (or 0xBE0139) is known color: Cardinal. HEX triplet: BE, 01 and 39. RGB value is (190,1,57). Sum of RGB (Red+Green+Blue) = 190+1+57=248 (32% of max value = 765). Red value is 190 (74.61% from 255 or 76.61% from 248); Green value is 1 (0.78% from 255 or 0.40% from 248); Blue value is 57 (22.66% from 255 or 22.98% from 248); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0139 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0139 is #41FEC6. Grayscale: #3F3F3F. Windows color (decimal): -4325063 or 3735998. OLE color: 3735998.
HSL color Cylindrical-coordinate representation of color #BE0139: hue angle of 342.22º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BE0139 is Cyan = 0, Magento = 0.99, Yellow = 0.7 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 1 | 57 | - |
| CMYK | 0 | 0.99 | 0.7 | 0.25 |
| HSL | 342.22º | 0.99% | 0.37% | - |
| HSV(B) | 342.22º | 0.99% | 0.75% | - |
| XYZ | 21.98 | 11.26 | 4.89 | - |
| YUV | 63.9 | 124.12 | 217.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 1 | 57 | 0 | 0.99 | 0.7 | 0.25 | 342.22 | 0.99 | 0.37 |
| Hex | BE | 1 | 39 | 0 | 63 | 46 | 19 | 156 | 63 | 25 |
| Octal | 276 | 1 | 71 | 0 | 143 | 106 | 31 | 526 | 143 | 45 |
| Binary | 10111110 | 1 | 111001 | 0 | 1100011 | 1000110 | 11001 | 101010110 | 1100011 | 100101 |
Color Harmonies of #BE0139
Complementary color
Monochromatic Colors of #BE0139
Black with #BE0139
Text Example
Text Example
White with #BE0139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0139; }
p { color: rgb(190,1,57); }
H1.HeaderClassName
{
color: #BE0139;
}
.AnyTagClassName
{
color: #BE0139;
}
</style>
background-color css
<style>
a { background-color: #BE0139; }
a { background-color: rgb(190,1,57); }
div.DivClassName
{
background-color: #BE0139;
}
.BgClassName
{
background-color: #BE0139;
}
</style>
border-color css
<style>
span { border-color: #BE0139; }
span { border-color: rgb(190,1,57); }
td.TdClassName
{
border-color: #BE0139;
}
.TagClassName
{
border-color: #BE0139;
}
</style>