Shades of Cardinal #BE0B2C
Tints of Cardinal #BE0B2C
RGB
CMYK
RGB Variations
Color information
#BE0B2C (or 0xBE0B2C) is known color: Cardinal. HEX triplet: BE, 0B and 2C. RGB value is (190,11,44). Sum of RGB (Red+Green+Blue) = 190+11+44=245 (32% of max value = 765). Red value is 190 (74.61% from 255 or 77.55% from 245); Green value is 11 (4.69% from 255 or 4.49% from 245); Blue value is 44 (17.58% from 255 or 17.96% from 245); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0B2C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0B2C is #41F4D3. Grayscale: #444444. Windows color (decimal): -4322516 or 2886590. OLE color: 2886590.
HSL color Cylindrical-coordinate representation of color #BE0B2C: hue angle of 348.94º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BE0B2C is Cyan = 0, Magento = 0.94, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 11 | 44 | - |
| CMYK | 0 | 0.94 | 0.77 | 0.25 |
| HSL | 348.94º | 0.89% | 0.39% | - |
| HSV(B) | 348.94º | 0.94% | 0.75% | - |
| XYZ | 21.81 | 11.37 | 3.43 | - |
| YUV | 68.28 | 114.3 | 214.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 11 | 44 | 0 | 0.94 | 0.77 | 0.25 | 348.94 | 0.89 | 0.39 |
| Hex | BE | B | 2C | 0 | 5E | 4D | 19 | 15D | 59 | 27 |
| Octal | 276 | 13 | 54 | 0 | 136 | 115 | 31 | 535 | 131 | 47 |
| Binary | 10111110 | 1011 | 101100 | 0 | 1011110 | 1001101 | 11001 | 101011101 | 1011001 | 100111 |
Color Harmonies of #BE0B2C
Complementary color
Monochromatic Colors of #BE0B2C
Black with #BE0B2C
Text Example
Text Example
White with #BE0B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0B2C; }
p { color: rgb(190,11,44); }
H1.HeaderClassName
{
color: #BE0B2C;
}
.AnyTagClassName
{
color: #BE0B2C;
}
</style>
background-color css
<style>
a { background-color: #BE0B2C; }
a { background-color: rgb(190,11,44); }
div.DivClassName
{
background-color: #BE0B2C;
}
.BgClassName
{
background-color: #BE0B2C;
}
</style>
border-color css
<style>
span { border-color: #BE0B2C; }
span { border-color: rgb(190,11,44); }
td.TdClassName
{
border-color: #BE0B2C;
}
.TagClassName
{
border-color: #BE0B2C;
}
</style>