Shades of Cardinal #BE0441
Tints of Cardinal #BE0441
RGB
CMYK
RGB Variations
Color information
#BE0441 (or 0xBE0441) is known color: Cardinal. HEX triplet: BE, 04 and 41. RGB value is (190,4,65). Sum of RGB (Red+Green+Blue) = 190+4+65=259 (34% of max value = 765). Red value is 190 (74.61% from 255 or 73.36% from 259); Green value is 4 (1.95% from 255 or 1.54% from 259); Blue value is 65 (25.78% from 255 or 25.10% from 259); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0441 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0441 is #41FBBE. Grayscale: #424242. Windows color (decimal): -4324287 or 4261054. OLE color: 4261054.
HSL color Cylindrical-coordinate representation of color #BE0441: hue angle of 340.32º 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 #BE0441 is Cyan = 0, Magento = 0.98, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 4 | 65 | - |
| CMYK | 0 | 0.98 | 0.66 | 0.25 |
| HSL | 340.32º | 0.96% | 0.38% | - |
| HSV(B) | 340.32º | 0.98% | 0.75% | - |
| XYZ | 22.23 | 11.42 | 6.03 | - |
| YUV | 66.57 | 127.12 | 216.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 4 | 65 | 0 | 0.98 | 0.66 | 0.25 | 340.32 | 0.96 | 0.38 |
| Hex | BE | 4 | 41 | 0 | 62 | 42 | 19 | 154 | 60 | 26 |
| Octal | 276 | 4 | 101 | 0 | 142 | 102 | 31 | 524 | 140 | 46 |
| Binary | 10111110 | 100 | 1000001 | 0 | 1100010 | 1000010 | 11001 | 101010100 | 1100000 | 100110 |
Color Harmonies of #BE0441
Complementary color
Monochromatic Colors of #BE0441
Black with #BE0441
Text Example
Text Example
White with #BE0441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0441; }
p { color: rgb(190,4,65); }
H1.HeaderClassName
{
color: #BE0441;
}
.AnyTagClassName
{
color: #BE0441;
}
</style>
background-color css
<style>
a { background-color: #BE0441; }
a { background-color: rgb(190,4,65); }
div.DivClassName
{
background-color: #BE0441;
}
.BgClassName
{
background-color: #BE0441;
}
</style>
border-color css
<style>
span { border-color: #BE0441; }
span { border-color: rgb(190,4,65); }
td.TdClassName
{
border-color: #BE0441;
}
.TagClassName
{
border-color: #BE0441;
}
</style>