Shades of Cardinal #BE0B2D
Tints of Cardinal #BE0B2D
RGB
CMYK
RGB Variations
Color information
#BE0B2D (or 0xBE0B2D) is known color: Cardinal. HEX triplet: BE, 0B and 2D. RGB value is (190,11,45). Sum of RGB (Red+Green+Blue) = 190+11+45=246 (32% of max value = 765). Red value is 190 (74.61% from 255 or 77.24% from 246); Green value is 11 (4.69% from 255 or 4.47% from 246); Blue value is 45 (17.97% from 255 or 18.29% from 246); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0B2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0B2D is #41F4D2. Grayscale: #444444. Windows color (decimal): -4322515 or 2952126. OLE color: 2952126.
HSL color Cylindrical-coordinate representation of color #BE0B2D: hue angle of 348.6º 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 #BE0B2D is Cyan = 0, Magento = 0.94, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 11 | 45 | - |
| CMYK | 0 | 0.94 | 0.76 | 0.25 |
| HSL | 348.6º | 0.89% | 0.39% | - |
| HSV(B) | 348.6º | 0.94% | 0.75% | - |
| XYZ | 21.83 | 11.38 | 3.53 | - |
| YUV | 68.4 | 114.8 | 214.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 11 | 45 | 0 | 0.94 | 0.76 | 0.25 | 348.6 | 0.89 | 0.39 |
| Hex | BE | B | 2D | 0 | 5E | 4C | 19 | 15D | 59 | 27 |
| Octal | 276 | 13 | 55 | 0 | 136 | 114 | 31 | 535 | 131 | 47 |
| Binary | 10111110 | 1011 | 101101 | 0 | 1011110 | 1001100 | 11001 | 101011101 | 1011001 | 100111 |
Color Harmonies of #BE0B2D
Complementary color
Monochromatic Colors of #BE0B2D
Black with #BE0B2D
Text Example
Text Example
White with #BE0B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0B2D; }
p { color: rgb(190,11,45); }
H1.HeaderClassName
{
color: #BE0B2D;
}
.AnyTagClassName
{
color: #BE0B2D;
}
</style>
background-color css
<style>
a { background-color: #BE0B2D; }
a { background-color: rgb(190,11,45); }
div.DivClassName
{
background-color: #BE0B2D;
}
.BgClassName
{
background-color: #BE0B2D;
}
</style>
border-color css
<style>
span { border-color: #BE0B2D; }
span { border-color: rgb(190,11,45); }
td.TdClassName
{
border-color: #BE0B2D;
}
.TagClassName
{
border-color: #BE0B2D;
}
</style>