Shades of Cardinal #BE0C2D
Tints of Cardinal #BE0C2D
RGB
CMYK
RGB Variations
Color information
#BE0C2D (or 0xBE0C2D) is known color: Cardinal. HEX triplet: BE, 0C and 2D. RGB value is (190,12,45). Sum of RGB (Red+Green+Blue) = 190+12+45=247 (32% of max value = 765). Red value is 190 (74.61% from 255 or 76.92% from 247); Green value is 12 (5.08% from 255 or 4.86% from 247); Blue value is 45 (17.97% from 255 or 18.22% from 247); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0C2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0C2D is #41F3D2. Grayscale: #454545. Windows color (decimal): -4322259 or 2952382. OLE color: 2952382.
HSL color Cylindrical-coordinate representation of color #BE0C2D: hue angle of 348.88º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BE0C2D is Cyan = 0, Magento = 0.94, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 12 | 45 | - |
| CMYK | 0 | 0.94 | 0.76 | 0.25 |
| HSL | 348.88º | 0.88% | 0.4% | - |
| HSV(B) | 348.88º | 0.94% | 0.75% | - |
| XYZ | 21.84 | 11.4 | 3.53 | - |
| YUV | 68.98 | 114.47 | 214.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 12 | 45 | 0 | 0.94 | 0.76 | 0.25 | 348.88 | 0.88 | 0.4 |
| Hex | BE | C | 2D | 0 | 5E | 4C | 19 | 15D | 58 | 28 |
| Octal | 276 | 14 | 55 | 0 | 136 | 114 | 31 | 535 | 130 | 50 |
| Binary | 10111110 | 1100 | 101101 | 0 | 1011110 | 1001100 | 11001 | 101011101 | 1011000 | 101000 |
Color Harmonies of #BE0C2D
Complementary color
Monochromatic Colors of #BE0C2D
Black with #BE0C2D
Text Example
Text Example
White with #BE0C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0C2D; }
p { color: rgb(190,12,45); }
H1.HeaderClassName
{
color: #BE0C2D;
}
.AnyTagClassName
{
color: #BE0C2D;
}
</style>
background-color css
<style>
a { background-color: #BE0C2D; }
a { background-color: rgb(190,12,45); }
div.DivClassName
{
background-color: #BE0C2D;
}
.BgClassName
{
background-color: #BE0C2D;
}
</style>
border-color css
<style>
span { border-color: #BE0C2D; }
span { border-color: rgb(190,12,45); }
td.TdClassName
{
border-color: #BE0C2D;
}
.TagClassName
{
border-color: #BE0C2D;
}
</style>