Shades of Cardinal #BE0547
Tints of Cardinal #BE0547
RGB
CMYK
RGB Variations
Color information
#BE0547 (or 0xBE0547) is known color: Cardinal. HEX triplet: BE, 05 and 47. RGB value is (190,5,71). Sum of RGB (Red+Green+Blue) = 190+5+71=266 (35% of max value = 765). Red value is 190 (74.61% from 255 or 71.43% from 266); Green value is 5 (2.34% from 255 or 1.88% from 266); Blue value is 71 (28.12% from 255 or 26.69% from 266); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0547 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0547 is #41FAB8. Grayscale: #434343. Windows color (decimal): -4324025 or 4654526. OLE color: 4654526.
HSL color Cylindrical-coordinate representation of color #BE0547: hue angle of 338.59º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BE0547 is Cyan = 0, Magento = 0.97, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 5 | 71 | - |
| CMYK | 0 | 0.97 | 0.63 | 0.25 |
| HSL | 338.59º | 0.95% | 0.38% | - |
| HSV(B) | 338.59º | 0.97% | 0.75% | - |
| XYZ | 22.43 | 11.51 | 7 | - |
| YUV | 67.84 | 129.79 | 215.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 5 | 71 | 0 | 0.97 | 0.63 | 0.25 | 338.59 | 0.95 | 0.38 |
| Hex | BE | 5 | 47 | 0 | 61 | 3F | 19 | 153 | 5F | 26 |
| Octal | 276 | 5 | 107 | 0 | 141 | 77 | 31 | 523 | 137 | 46 |
| Binary | 10111110 | 101 | 1000111 | 0 | 1100001 | 111111 | 11001 | 101010011 | 1011111 | 100110 |
Color Harmonies of #BE0547
Complementary color
Monochromatic Colors of #BE0547
Black with #BE0547
Text Example
Text Example
White with #BE0547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0547; }
p { color: rgb(190,5,71); }
H1.HeaderClassName
{
color: #BE0547;
}
.AnyTagClassName
{
color: #BE0547;
}
</style>
background-color css
<style>
a { background-color: #BE0547; }
a { background-color: rgb(190,5,71); }
div.DivClassName
{
background-color: #BE0547;
}
.BgClassName
{
background-color: #BE0547;
}
</style>
border-color css
<style>
span { border-color: #BE0547; }
span { border-color: rgb(190,5,71); }
td.TdClassName
{
border-color: #BE0547;
}
.TagClassName
{
border-color: #BE0547;
}
</style>