Shades of Cardinal #BE2838
Tints of Cardinal #BE2838
RGB
CMYK
RGB Variations
Color information
#BE2838 (or 0xBE2838) is known color: Cardinal. HEX triplet: BE, 28 and 38. RGB value is (190,40,56). Sum of RGB (Red+Green+Blue) = 190+40+56=286 (37% of max value = 765). Red value is 190 (74.61% from 255 or 66.43% from 286); Green value is 40 (16.02% from 255 or 13.99% from 286); Blue value is 56 (22.27% from 255 or 19.58% from 286); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2838 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2838 is #41D7C7. Grayscale: #565656. Windows color (decimal): -4315080 or 3680446. OLE color: 3680446.
HSL color Cylindrical-coordinate representation of color #BE2838: hue angle of 353.6º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BE2838 is Cyan = 0, Magento = 0.79, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 40 | 56 | - |
| CMYK | 0 | 0.79 | 0.71 | 0.25 |
| HSL | 353.6º | 0.65% | 0.45% | - |
| HSV(B) | 353.6º | 0.79% | 0.75% | - |
| XYZ | 22.71 | 12.75 | 5.01 | - |
| YUV | 86.67 | 110.7 | 201.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 40 | 56 | 0 | 0.79 | 0.71 | 0.25 | 353.6 | 0.65 | 0.45 |
| Hex | BE | 28 | 38 | 0 | 4F | 47 | 19 | 162 | 41 | 2D |
| Octal | 276 | 50 | 70 | 0 | 117 | 107 | 31 | 542 | 101 | 55 |
| Binary | 10111110 | 101000 | 111000 | 0 | 1001111 | 1000111 | 11001 | 101100010 | 1000001 | 101101 |
Color Harmonies of #BE2838
Complementary color
Monochromatic Colors of #BE2838
Black with #BE2838
Text Example
Text Example
White with #BE2838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2838; }
p { color: rgb(190,40,56); }
H1.HeaderClassName
{
color: #BE2838;
}
.AnyTagClassName
{
color: #BE2838;
}
</style>
background-color css
<style>
a { background-color: #BE2838; }
a { background-color: rgb(190,40,56); }
div.DivClassName
{
background-color: #BE2838;
}
.BgClassName
{
background-color: #BE2838;
}
</style>
border-color css
<style>
span { border-color: #BE2838; }
span { border-color: rgb(190,40,56); }
td.TdClassName
{
border-color: #BE2838;
}
.TagClassName
{
border-color: #BE2838;
}
</style>