Shades of Cardinal #BE0F41
Tints of Cardinal #BE0F41
RGB
CMYK
RGB Variations
Color information
#BE0F41 (or 0xBE0F41) is known color: Cardinal. HEX triplet: BE, 0F and 41. RGB value is (190,15,65). Sum of RGB (Red+Green+Blue) = 190+15+65=270 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.37% from 270); Green value is 15 (6.25% from 255 or 5.56% from 270); Blue value is 65 (25.78% from 255 or 24.07% from 270); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0F41 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0F41 is #41F0BE. Grayscale: #494949. Windows color (decimal): -4321471 or 4263870. OLE color: 4263870.
HSL color Cylindrical-coordinate representation of color #BE0F41: hue angle of 342.86º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BE0F41 is Cyan = 0, Magento = 0.92, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 15 | 65 | - |
| CMYK | 0 | 0.92 | 0.66 | 0.25 |
| HSL | 342.86º | 0.85% | 0.4% | - |
| HSV(B) | 342.86º | 0.92% | 0.75% | - |
| XYZ | 22.36 | 11.67 | 6.08 | - |
| YUV | 73.03 | 123.48 | 211.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 15 | 65 | 0 | 0.92 | 0.66 | 0.25 | 342.86 | 0.85 | 0.4 |
| Hex | BE | F | 41 | 0 | 5C | 42 | 19 | 157 | 55 | 28 |
| Octal | 276 | 17 | 101 | 0 | 134 | 102 | 31 | 527 | 125 | 50 |
| Binary | 10111110 | 1111 | 1000001 | 0 | 1011100 | 1000010 | 11001 | 101010111 | 1010101 | 101000 |
Color Harmonies of #BE0F41
Complementary color
Monochromatic Colors of #BE0F41
Black with #BE0F41
Text Example
Text Example
White with #BE0F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0F41; }
p { color: rgb(190,15,65); }
H1.HeaderClassName
{
color: #BE0F41;
}
.AnyTagClassName
{
color: #BE0F41;
}
</style>
background-color css
<style>
a { background-color: #BE0F41; }
a { background-color: rgb(190,15,65); }
div.DivClassName
{
background-color: #BE0F41;
}
.BgClassName
{
background-color: #BE0F41;
}
</style>
border-color css
<style>
span { border-color: #BE0F41; }
span { border-color: rgb(190,15,65); }
td.TdClassName
{
border-color: #BE0F41;
}
.TagClassName
{
border-color: #BE0F41;
}
</style>