Shades of Cardinal #BE144B
Tints of Cardinal #BE144B
RGB
CMYK
RGB Variations
Color information
#BE144B (or 0xBE144B) is known color: Cardinal. HEX triplet: BE, 14 and 4B. RGB value is (190,20,75). Sum of RGB (Red+Green+Blue) = 190+20+75=285 (37% of max value = 765). Red value is 190 (74.61% from 255 or 66.67% from 285); Green value is 20 (8.20% from 255 or 7.02% from 285); Blue value is 75 (29.69% from 255 or 26.32% from 285); Max value from RGB is 190 - color contains mainly: red. Hex color #BE144B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE144B is #41EBB4. Grayscale: #4D4D4D. Windows color (decimal): -4320181 or 4920510. OLE color: 4920510.
HSL color Cylindrical-coordinate representation of color #BE144B: hue angle of 340.59º 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 #BE144B is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 20 | 75 | - |
| CMYK | 0 | 0.89 | 0.61 | 0.25 |
| HSL | 340.59º | 0.81% | 0.41% | - |
| HSV(B) | 340.59º | 0.89% | 0.75% | - |
| XYZ | 22.76 | 11.96 | 7.76 | - |
| YUV | 77.1 | 126.82 | 208.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 20 | 75 | 0 | 0.89 | 0.61 | 0.25 | 340.59 | 0.81 | 0.41 |
| Hex | BE | 14 | 4B | 0 | 59 | 3D | 19 | 155 | 51 | 29 |
| Octal | 276 | 24 | 113 | 0 | 131 | 75 | 31 | 525 | 121 | 51 |
| Binary | 10111110 | 10100 | 1001011 | 0 | 1011001 | 111101 | 11001 | 101010101 | 1010001 | 101001 |
Color Harmonies of #BE144B
Complementary color
Monochromatic Colors of #BE144B
Black with #BE144B
Text Example
Text Example
White with #BE144B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE144B; }
p { color: rgb(190,20,75); }
H1.HeaderClassName
{
color: #BE144B;
}
.AnyTagClassName
{
color: #BE144B;
}
</style>
background-color css
<style>
a { background-color: #BE144B; }
a { background-color: rgb(190,20,75); }
div.DivClassName
{
background-color: #BE144B;
}
.BgClassName
{
background-color: #BE144B;
}
</style>
border-color css
<style>
span { border-color: #BE144B; }
span { border-color: rgb(190,20,75); }
td.TdClassName
{
border-color: #BE144B;
}
.TagClassName
{
border-color: #BE144B;
}
</style>