Shades of Cardinal #BE0446
Tints of Cardinal #BE0446
RGB
CMYK
RGB Variations
Color information
#BE0446 (or 0xBE0446) is known color: Cardinal. HEX triplet: BE, 04 and 46. RGB value is (190,4,70). Sum of RGB (Red+Green+Blue) = 190+4+70=264 (34% of max value = 765). Red value is 190 (74.61% from 255 or 71.97% from 264); Green value is 4 (1.95% from 255 or 1.52% from 264); Blue value is 70 (27.73% from 255 or 26.52% from 264); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0446 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0446 is #41FBB9. Grayscale: #434343. Windows color (decimal): -4324282 or 4588734. OLE color: 4588734.
HSL color Cylindrical-coordinate representation of color #BE0446: hue angle of 338.71º 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 #BE0446 is Cyan = 0, Magento = 0.98, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 4 | 70 | - |
| CMYK | 0 | 0.98 | 0.63 | 0.25 |
| HSL | 338.71º | 0.96% | 0.38% | - |
| HSV(B) | 338.71º | 0.98% | 0.75% | - |
| XYZ | 22.38 | 11.48 | 6.83 | - |
| YUV | 67.14 | 129.62 | 215.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 4 | 70 | 0 | 0.98 | 0.63 | 0.25 | 338.71 | 0.96 | 0.38 |
| Hex | BE | 4 | 46 | 0 | 62 | 3F | 19 | 153 | 60 | 26 |
| Octal | 276 | 4 | 106 | 0 | 142 | 77 | 31 | 523 | 140 | 46 |
| Binary | 10111110 | 100 | 1000110 | 0 | 1100010 | 111111 | 11001 | 101010011 | 1100000 | 100110 |
Color Harmonies of #BE0446
Complementary color
Monochromatic Colors of #BE0446
Black with #BE0446
Text Example
Text Example
White with #BE0446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0446; }
p { color: rgb(190,4,70); }
H1.HeaderClassName
{
color: #BE0446;
}
.AnyTagClassName
{
color: #BE0446;
}
</style>
background-color css
<style>
a { background-color: #BE0446; }
a { background-color: rgb(190,4,70); }
div.DivClassName
{
background-color: #BE0446;
}
.BgClassName
{
background-color: #BE0446;
}
</style>
border-color css
<style>
span { border-color: #BE0446; }
span { border-color: rgb(190,4,70); }
td.TdClassName
{
border-color: #BE0446;
}
.TagClassName
{
border-color: #BE0446;
}
</style>