Shades of Cardinal #BE212C
Tints of Cardinal #BE212C
RGB
CMYK
RGB Variations
Color information
#BE212C (or 0xBE212C) is known color: Cardinal. HEX triplet: BE, 21 and 2C. RGB value is (190,33,44). Sum of RGB (Red+Green+Blue) = 190+33+44=267 (35% of max value = 765). Red value is 190 (74.61% from 255 or 71.16% from 267); Green value is 33 (13.28% from 255 or 12.36% from 267); Blue value is 44 (17.58% from 255 or 16.48% from 267); Max value from RGB is 190 - color contains mainly: red. Hex color #BE212C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE212C is #41DED3. Grayscale: #515151. Windows color (decimal): -4316884 or 2892222. OLE color: 2892222.
HSL color Cylindrical-coordinate representation of color #BE212C: hue angle of 355.8º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BE212C is Cyan = 0, Magento = 0.83, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 33 | 44 | - |
| CMYK | 0 | 0.83 | 0.77 | 0.25 |
| HSL | 355.8º | 0.7% | 0.44% | - |
| HSV(B) | 355.8º | 0.83% | 0.75% | - |
| XYZ | 22.23 | 12.22 | 3.57 | - |
| YUV | 81.2 | 107.01 | 205.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 33 | 44 | 0 | 0.83 | 0.77 | 0.25 | 355.8 | 0.7 | 0.44 |
| Hex | BE | 21 | 2C | 0 | 53 | 4D | 19 | 164 | 46 | 2C |
| Octal | 276 | 41 | 54 | 0 | 123 | 115 | 31 | 544 | 106 | 54 |
| Binary | 10111110 | 100001 | 101100 | 0 | 1010011 | 1001101 | 11001 | 101100100 | 1000110 | 101100 |
Color Harmonies of #BE212C
Complementary color
Monochromatic Colors of #BE212C
Black with #BE212C
Text Example
Text Example
White with #BE212C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE212C; }
p { color: rgb(190,33,44); }
H1.HeaderClassName
{
color: #BE212C;
}
.AnyTagClassName
{
color: #BE212C;
}
</style>
background-color css
<style>
a { background-color: #BE212C; }
a { background-color: rgb(190,33,44); }
div.DivClassName
{
background-color: #BE212C;
}
.BgClassName
{
background-color: #BE212C;
}
</style>
border-color css
<style>
span { border-color: #BE212C; }
span { border-color: rgb(190,33,44); }
td.TdClassName
{
border-color: #BE212C;
}
.TagClassName
{
border-color: #BE212C;
}
</style>