Shades of Cardinal #BE113D
Tints of Cardinal #BE113D
RGB
CMYK
RGB Variations
Color information
#BE113D (or 0xBE113D) is known color: Cardinal. HEX triplet: BE, 11 and 3D. RGB value is (190,17,61). Sum of RGB (Red+Green+Blue) = 190+17+61=268 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.90% from 268); Green value is 17 (7.03% from 255 or 6.34% from 268); Blue value is 61 (24.22% from 255 or 22.76% from 268); Max value from RGB is 190 - color contains mainly: red. Hex color #BE113D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE113D is #41EEC2. Grayscale: #494949. Windows color (decimal): -4320963 or 4002238. OLE color: 4002238.
HSL color Cylindrical-coordinate representation of color #BE113D: hue angle of 344.74º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BE113D is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 17 | 61 | - |
| CMYK | 0 | 0.91 | 0.68 | 0.25 |
| HSL | 344.74º | 0.84% | 0.41% | - |
| HSV(B) | 344.74º | 0.91% | 0.75% | - |
| XYZ | 22.28 | 11.68 | 5.5 | - |
| YUV | 73.74 | 120.81 | 210.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 17 | 61 | 0 | 0.91 | 0.68 | 0.25 | 344.74 | 0.84 | 0.41 |
| Hex | BE | 11 | 3D | 0 | 5B | 44 | 19 | 159 | 54 | 29 |
| Octal | 276 | 21 | 75 | 0 | 133 | 104 | 31 | 531 | 124 | 51 |
| Binary | 10111110 | 10001 | 111101 | 0 | 1011011 | 1000100 | 11001 | 101011001 | 1010100 | 101001 |
Color Harmonies of #BE113D
Complementary color
Monochromatic Colors of #BE113D
Black with #BE113D
Text Example
Text Example
White with #BE113D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE113D; }
p { color: rgb(190,17,61); }
H1.HeaderClassName
{
color: #BE113D;
}
.AnyTagClassName
{
color: #BE113D;
}
</style>
background-color css
<style>
a { background-color: #BE113D; }
a { background-color: rgb(190,17,61); }
div.DivClassName
{
background-color: #BE113D;
}
.BgClassName
{
background-color: #BE113D;
}
</style>
border-color css
<style>
span { border-color: #BE113D; }
span { border-color: rgb(190,17,61); }
td.TdClassName
{
border-color: #BE113D;
}
.TagClassName
{
border-color: #BE113D;
}
</style>