Shades of Cardinal #BE142E
Tints of Cardinal #BE142E
RGB
CMYK
RGB Variations
Color information
#BE142E (or 0xBE142E) is known color: Cardinal. HEX triplet: BE, 14 and 2E. RGB value is (190,20,46). Sum of RGB (Red+Green+Blue) = 190+20+46=256 (33% of max value = 765). Red value is 190 (74.61% from 255 or 74.22% from 256); Green value is 20 (8.20% from 255 or 7.81% from 256); Blue value is 46 (18.36% from 255 or 17.97% from 256); Max value from RGB is 190 - color contains mainly: red. Hex color #BE142E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE142E is #41EBD1. Grayscale: #494949. Windows color (decimal): -4320210 or 3019966. OLE color: 3019966.
HSL color Cylindrical-coordinate representation of color #BE142E: hue angle of 350.82º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BE142E is Cyan = 0, Magento = 0.89, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 20 | 46 | - |
| CMYK | 0 | 0.89 | 0.76 | 0.25 |
| HSL | 350.82º | 0.81% | 0.41% | - |
| HSV(B) | 350.82º | 0.89% | 0.75% | - |
| XYZ | 21.98 | 11.64 | 3.67 | - |
| YUV | 73.79 | 112.32 | 210.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 20 | 46 | 0 | 0.89 | 0.76 | 0.25 | 350.82 | 0.81 | 0.41 |
| Hex | BE | 14 | 2E | 0 | 59 | 4C | 19 | 15F | 51 | 29 |
| Octal | 276 | 24 | 56 | 0 | 131 | 114 | 31 | 537 | 121 | 51 |
| Binary | 10111110 | 10100 | 101110 | 0 | 1011001 | 1001100 | 11001 | 101011111 | 1010001 | 101001 |
Color Harmonies of #BE142E
Complementary color
Monochromatic Colors of #BE142E
Black with #BE142E
Text Example
Text Example
White with #BE142E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE142E; }
p { color: rgb(190,20,46); }
H1.HeaderClassName
{
color: #BE142E;
}
.AnyTagClassName
{
color: #BE142E;
}
</style>
background-color css
<style>
a { background-color: #BE142E; }
a { background-color: rgb(190,20,46); }
div.DivClassName
{
background-color: #BE142E;
}
.BgClassName
{
background-color: #BE142E;
}
</style>
border-color css
<style>
span { border-color: #BE142E; }
span { border-color: rgb(190,20,46); }
td.TdClassName
{
border-color: #BE142E;
}
.TagClassName
{
border-color: #BE142E;
}
</style>