Shades of Cardinal #BE143F
Tints of Cardinal #BE143F
RGB
CMYK
RGB Variations
Color information
#BE143F (or 0xBE143F) is known color: Cardinal. HEX triplet: BE, 14 and 3F. RGB value is (190,20,63). Sum of RGB (Red+Green+Blue) = 190+20+63=273 (36% of max value = 765). Red value is 190 (74.61% from 255 or 69.60% from 273); Green value is 20 (8.20% from 255 or 7.33% from 273); Blue value is 63 (25% from 255 or 23.08% from 273); Max value from RGB is 190 - color contains mainly: red. Hex color #BE143F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE143F is #41EBC0. Grayscale: #4B4B4B. Windows color (decimal): -4320193 or 4134078. OLE color: 4134078.
HSL color Cylindrical-coordinate representation of color #BE143F: hue angle of 344.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 #BE143F is Cyan = 0, Magento = 0.89, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 20 | 63 | - |
| CMYK | 0 | 0.89 | 0.67 | 0.25 |
| HSL | 344.82º | 0.81% | 0.41% | - |
| HSV(B) | 344.82º | 0.89% | 0.75% | - |
| XYZ | 22.38 | 11.81 | 5.8 | - |
| YUV | 75.73 | 120.82 | 209.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 20 | 63 | 0 | 0.89 | 0.67 | 0.25 | 344.82 | 0.81 | 0.41 |
| Hex | BE | 14 | 3F | 0 | 59 | 43 | 19 | 159 | 51 | 29 |
| Octal | 276 | 24 | 77 | 0 | 131 | 103 | 31 | 531 | 121 | 51 |
| Binary | 10111110 | 10100 | 111111 | 0 | 1011001 | 1000011 | 11001 | 101011001 | 1010001 | 101001 |
Color Harmonies of #BE143F
Complementary color
Monochromatic Colors of #BE143F
Black with #BE143F
Text Example
Text Example
White with #BE143F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE143F; }
p { color: rgb(190,20,63); }
H1.HeaderClassName
{
color: #BE143F;
}
.AnyTagClassName
{
color: #BE143F;
}
</style>
background-color css
<style>
a { background-color: #BE143F; }
a { background-color: rgb(190,20,63); }
div.DivClassName
{
background-color: #BE143F;
}
.BgClassName
{
background-color: #BE143F;
}
</style>
border-color css
<style>
span { border-color: #BE143F; }
span { border-color: rgb(190,20,63); }
td.TdClassName
{
border-color: #BE143F;
}
.TagClassName
{
border-color: #BE143F;
}
</style>