Shades of Cardinal #BE143D
Tints of Cardinal #BE143D
RGB
CMYK
RGB Variations
Color information
#BE143D (or 0xBE143D) is known color: Cardinal. HEX triplet: BE, 14 and 3D. RGB value is (190,20,61). Sum of RGB (Red+Green+Blue) = 190+20+61=271 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.11% from 271); Green value is 20 (8.20% from 255 or 7.38% from 271); Blue value is 61 (24.22% from 255 or 22.51% from 271); Max value from RGB is 190 - color contains mainly: red. Hex color #BE143D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE143D is #41EBC2. Grayscale: #4B4B4B. Windows color (decimal): -4320195 or 4003006. OLE color: 4003006.
HSL color Cylindrical-coordinate representation of color #BE143D: hue angle of 345.53º 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 #BE143D is Cyan = 0, Magento = 0.89, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 20 | 61 | - |
| CMYK | 0 | 0.89 | 0.68 | 0.25 |
| HSL | 345.53º | 0.81% | 0.41% | - |
| HSV(B) | 345.53º | 0.89% | 0.75% | - |
| XYZ | 22.33 | 11.78 | 5.51 | - |
| YUV | 75.5 | 119.82 | 209.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 20 | 61 | 0 | 0.89 | 0.68 | 0.25 | 345.53 | 0.81 | 0.41 |
| Hex | BE | 14 | 3D | 0 | 59 | 44 | 19 | 15A | 51 | 29 |
| Octal | 276 | 24 | 75 | 0 | 131 | 104 | 31 | 532 | 121 | 51 |
| Binary | 10111110 | 10100 | 111101 | 0 | 1011001 | 1000100 | 11001 | 101011010 | 1010001 | 101001 |
Color Harmonies of #BE143D
Complementary color
Monochromatic Colors of #BE143D
Black with #BE143D
Text Example
Text Example
White with #BE143D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE143D; }
p { color: rgb(190,20,61); }
H1.HeaderClassName
{
color: #BE143D;
}
.AnyTagClassName
{
color: #BE143D;
}
</style>
background-color css
<style>
a { background-color: #BE143D; }
a { background-color: rgb(190,20,61); }
div.DivClassName
{
background-color: #BE143D;
}
.BgClassName
{
background-color: #BE143D;
}
</style>
border-color css
<style>
span { border-color: #BE143D; }
span { border-color: rgb(190,20,61); }
td.TdClassName
{
border-color: #BE143D;
}
.TagClassName
{
border-color: #BE143D;
}
</style>