Shades of Cardinal #BE0442
Tints of Cardinal #BE0442
RGB
CMYK
RGB Variations
Color information
#BE0442 (or 0xBE0442) is known color: Cardinal. HEX triplet: BE, 04 and 42. RGB value is (190,4,66). Sum of RGB (Red+Green+Blue) = 190+4+66=260 (34% of max value = 765). Red value is 190 (74.61% from 255 or 73.08% from 260); Green value is 4 (1.95% from 255 or 1.54% from 260); Blue value is 66 (26.17% from 255 or 25.38% from 260); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0442 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0442 is #41FBBD. Grayscale: #424242. Windows color (decimal): -4324286 or 4326590. OLE color: 4326590.
HSL color Cylindrical-coordinate representation of color #BE0442: hue angle of 340º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BE0442 is Cyan = 0, Magento = 0.98, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 4 | 66 | - |
| CMYK | 0 | 0.98 | 0.65 | 0.25 |
| HSL | 340º | 0.96% | 0.38% | - |
| HSV(B) | 340º | 0.98% | 0.75% | - |
| XYZ | 22.26 | 11.43 | 6.19 | - |
| YUV | 66.68 | 127.62 | 215.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 4 | 66 | 0 | 0.98 | 0.65 | 0.25 | 340 | 0.96 | 0.38 |
| Hex | BE | 4 | 42 | 0 | 62 | 41 | 19 | 154 | 60 | 26 |
| Octal | 276 | 4 | 102 | 0 | 142 | 101 | 31 | 524 | 140 | 46 |
| Binary | 10111110 | 100 | 1000010 | 0 | 1100010 | 1000001 | 11001 | 101010100 | 1100000 | 100110 |
Color Harmonies of #BE0442
Complementary color
Monochromatic Colors of #BE0442
Black with #BE0442
Text Example
Text Example
White with #BE0442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0442; }
p { color: rgb(190,4,66); }
H1.HeaderClassName
{
color: #BE0442;
}
.AnyTagClassName
{
color: #BE0442;
}
</style>
background-color css
<style>
a { background-color: #BE0442; }
a { background-color: rgb(190,4,66); }
div.DivClassName
{
background-color: #BE0442;
}
.BgClassName
{
background-color: #BE0442;
}
</style>
border-color css
<style>
span { border-color: #BE0442; }
span { border-color: rgb(190,4,66); }
td.TdClassName
{
border-color: #BE0442;
}
.TagClassName
{
border-color: #BE0442;
}
</style>