Shades of Cardinal #BE2131
Tints of Cardinal #BE2131
RGB
CMYK
RGB Variations
Color information
#BE2131 (or 0xBE2131) is known color: Cardinal. HEX triplet: BE, 21 and 31. RGB value is (190,33,49). Sum of RGB (Red+Green+Blue) = 190+33+49=272 (36% of max value = 765). Red value is 190 (74.61% from 255 or 69.85% from 272); Green value is 33 (13.28% from 255 or 12.13% from 272); Blue value is 49 (19.53% from 255 or 18.01% from 272); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2131 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2131 is #41DECE. Grayscale: #515151. Windows color (decimal): -4316879 or 3219902. OLE color: 3219902.
HSL color Cylindrical-coordinate representation of color #BE2131: hue angle of 353.89º 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 #BE2131 is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 33 | 49 | - |
| CMYK | 0 | 0.83 | 0.74 | 0.25 |
| HSL | 353.89º | 0.7% | 0.44% | - |
| HSV(B) | 353.89º | 0.83% | 0.75% | - |
| XYZ | 22.33 | 12.26 | 4.09 | - |
| YUV | 81.77 | 109.51 | 205.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 33 | 49 | 0 | 0.83 | 0.74 | 0.25 | 353.89 | 0.7 | 0.44 |
| Hex | BE | 21 | 31 | 0 | 53 | 4A | 19 | 162 | 46 | 2C |
| Octal | 276 | 41 | 61 | 0 | 123 | 112 | 31 | 542 | 106 | 54 |
| Binary | 10111110 | 100001 | 110001 | 0 | 1010011 | 1001010 | 11001 | 101100010 | 1000110 | 101100 |
Color Harmonies of #BE2131
Complementary color
Monochromatic Colors of #BE2131
Black with #BE2131
Text Example
Text Example
White with #BE2131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2131; }
p { color: rgb(190,33,49); }
H1.HeaderClassName
{
color: #BE2131;
}
.AnyTagClassName
{
color: #BE2131;
}
</style>
background-color css
<style>
a { background-color: #BE2131; }
a { background-color: rgb(190,33,49); }
div.DivClassName
{
background-color: #BE2131;
}
.BgClassName
{
background-color: #BE2131;
}
</style>
border-color css
<style>
span { border-color: #BE2131; }
span { border-color: rgb(190,33,49); }
td.TdClassName
{
border-color: #BE2131;
}
.TagClassName
{
border-color: #BE2131;
}
</style>