Shades of Cardinal #BE0244
Tints of Cardinal #BE0244
RGB
CMYK
RGB Variations
Color information
#BE0244 (or 0xBE0244) is known color: Cardinal. HEX triplet: BE, 02 and 44. RGB value is (190,2,68). Sum of RGB (Red+Green+Blue) = 190+2+68=260 (34% of max value = 765). Red value is 190 (74.61% from 255 or 73.08% from 260); Green value is 2 (1.17% from 255 or 0.77% from 260); Blue value is 68 (26.95% from 255 or 26.15% from 260); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0244 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0244 is #41FDBB. Grayscale: #414141. Windows color (decimal): -4324796 or 4457150. OLE color: 4457150.
HSL color Cylindrical-coordinate representation of color #BE0244: hue angle of 338.94º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BE0244 is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 2 | 68 | - |
| CMYK | 0 | 0.99 | 0.64 | 0.25 |
| HSL | 338.94º | 0.98% | 0.38% | - |
| HSV(B) | 338.94º | 0.99% | 0.75% | - |
| XYZ | 22.3 | 11.41 | 6.5 | - |
| YUV | 65.74 | 129.28 | 216.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 2 | 68 | 0 | 0.99 | 0.64 | 0.25 | 338.94 | 0.98 | 0.38 |
| Hex | BE | 2 | 44 | 0 | 63 | 40 | 19 | 153 | 62 | 26 |
| Octal | 276 | 2 | 104 | 0 | 143 | 100 | 31 | 523 | 142 | 46 |
| Binary | 10111110 | 10 | 1000100 | 0 | 1100011 | 1000000 | 11001 | 101010011 | 1100010 | 100110 |
Color Harmonies of #BE0244
Complementary color
Monochromatic Colors of #BE0244
Black with #BE0244
Text Example
Text Example
White with #BE0244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0244; }
p { color: rgb(190,2,68); }
H1.HeaderClassName
{
color: #BE0244;
}
.AnyTagClassName
{
color: #BE0244;
}
</style>
background-color css
<style>
a { background-color: #BE0244; }
a { background-color: rgb(190,2,68); }
div.DivClassName
{
background-color: #BE0244;
}
.BgClassName
{
background-color: #BE0244;
}
</style>
border-color css
<style>
span { border-color: #BE0244; }
span { border-color: rgb(190,2,68); }
td.TdClassName
{
border-color: #BE0244;
}
.TagClassName
{
border-color: #BE0244;
}
</style>