Shades of Cardinal #BE112B
Tints of Cardinal #BE112B
RGB
CMYK
RGB Variations
Color information
#BE112B (or 0xBE112B) is known color: Cardinal. HEX triplet: BE, 11 and 2B. RGB value is (190,17,43). Sum of RGB (Red+Green+Blue) = 190+17+43=250 (33% of max value = 765). Red value is 190 (74.61% from 255 or 76% from 250); Green value is 17 (7.03% from 255 or 6.8% from 250); Blue value is 43 (17.19% from 255 or 17.2% from 250); Max value from RGB is 190 - color contains mainly: red. Hex color #BE112B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE112B is #41EED4. Grayscale: #474747. Windows color (decimal): -4320981 or 2822590. OLE color: 2822590.
HSL color Cylindrical-coordinate representation of color #BE112B: hue angle of 350.98º 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 #BE112B is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 17 | 43 | - |
| CMYK | 0 | 0.91 | 0.77 | 0.25 |
| HSL | 350.98º | 0.84% | 0.41% | - |
| HSV(B) | 350.98º | 0.91% | 0.75% | - |
| XYZ | 21.87 | 11.52 | 3.36 | - |
| YUV | 71.69 | 111.81 | 212.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 17 | 43 | 0 | 0.91 | 0.77 | 0.25 | 350.98 | 0.84 | 0.41 |
| Hex | BE | 11 | 2B | 0 | 5B | 4D | 19 | 15F | 54 | 29 |
| Octal | 276 | 21 | 53 | 0 | 133 | 115 | 31 | 537 | 124 | 51 |
| Binary | 10111110 | 10001 | 101011 | 0 | 1011011 | 1001101 | 11001 | 101011111 | 1010100 | 101001 |
Color Harmonies of #BE112B
Complementary color
Monochromatic Colors of #BE112B
Black with #BE112B
Text Example
Text Example
White with #BE112B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE112B; }
p { color: rgb(190,17,43); }
H1.HeaderClassName
{
color: #BE112B;
}
.AnyTagClassName
{
color: #BE112B;
}
</style>
background-color css
<style>
a { background-color: #BE112B; }
a { background-color: rgb(190,17,43); }
div.DivClassName
{
background-color: #BE112B;
}
.BgClassName
{
background-color: #BE112B;
}
</style>
border-color css
<style>
span { border-color: #BE112B; }
span { border-color: rgb(190,17,43); }
td.TdClassName
{
border-color: #BE112B;
}
.TagClassName
{
border-color: #BE112B;
}
</style>