Shades of Cardinal #BE122B
Tints of Cardinal #BE122B
RGB
CMYK
RGB Variations
Color information
#BE122B (or 0xBE122B) is known color: Cardinal. HEX triplet: BE, 12 and 2B. RGB value is (190,18,43). Sum of RGB (Red+Green+Blue) = 190+18+43=251 (33% of max value = 765). Red value is 190 (74.61% from 255 or 75.70% from 251); Green value is 18 (7.42% from 255 or 7.17% from 251); Blue value is 43 (17.19% from 255 or 17.13% from 251); Max value from RGB is 190 - color contains mainly: red. Hex color #BE122B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE122B is #41EDD4. Grayscale: #484848. Windows color (decimal): -4320725 or 2822846. OLE color: 2822846.
HSL color Cylindrical-coordinate representation of color #BE122B: hue angle of 351.28º degrees, saturation: 0.83, 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 #BE122B is Cyan = 0, Magento = 0.91, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 18 | 43 | - |
| CMYK | 0 | 0.91 | 0.77 | 0.25 |
| HSL | 351.28º | 0.83% | 0.41% | - |
| HSV(B) | 351.28º | 0.91% | 0.75% | - |
| XYZ | 21.89 | 11.55 | 3.36 | - |
| YUV | 72.28 | 111.48 | 211.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 18 | 43 | 0 | 0.91 | 0.77 | 0.25 | 351.28 | 0.83 | 0.41 |
| Hex | BE | 12 | 2B | 0 | 5B | 4D | 19 | 15F | 53 | 29 |
| Octal | 276 | 22 | 53 | 0 | 133 | 115 | 31 | 537 | 123 | 51 |
| Binary | 10111110 | 10010 | 101011 | 0 | 1011011 | 1001101 | 11001 | 101011111 | 1010011 | 101001 |
Color Harmonies of #BE122B
Complementary color
Monochromatic Colors of #BE122B
Black with #BE122B
Text Example
Text Example
White with #BE122B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE122B; }
p { color: rgb(190,18,43); }
H1.HeaderClassName
{
color: #BE122B;
}
.AnyTagClassName
{
color: #BE122B;
}
</style>
background-color css
<style>
a { background-color: #BE122B; }
a { background-color: rgb(190,18,43); }
div.DivClassName
{
background-color: #BE122B;
}
.BgClassName
{
background-color: #BE122B;
}
</style>
border-color css
<style>
span { border-color: #BE122B; }
span { border-color: rgb(190,18,43); }
td.TdClassName
{
border-color: #BE122B;
}
.TagClassName
{
border-color: #BE122B;
}
</style>