Shades of Cardinal #BE0038
Tints of Cardinal #BE0038
RGB
CMYK
RGB Variations
Color information
#BE0038 (or 0xBE0038) is known color: Cardinal. HEX triplet: BE, 00 and 38. RGB value is (190,0,56). Sum of RGB (Red+Green+Blue) = 190+0+56=246 (32% of max value = 765). Red value is 190 (74.61% from 255 or 77.24% from 246); Green value is 0 (0.39% from 255 or 0% from 246); Blue value is 56 (22.27% from 255 or 22.76% from 246); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0038 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0038 is #41FFC7. Grayscale: #3F3F3F. Windows color (decimal): -4325320 or 3670206. OLE color: 3670206.
HSL color Cylindrical-coordinate representation of color #BE0038: hue angle of 342.32º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BE0038 is Cyan = 0, Magento = 1, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 0 | 56 | - |
| CMYK | 0 | 1 | 0.71 | 0.25 |
| HSL | 342.32º | 1% | 0.37% | - |
| HSV(B) | 342.32º | 1% | 0.75% | - |
| XYZ | 21.95 | 11.23 | 4.75 | - |
| YUV | 63.19 | 123.95 | 218.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 0 | 56 | 0 | 1 | 0.71 | 0.25 | 342.32 | 1 | 0.37 |
| Hex | BE | 0 | 38 | 0 | 64 | 47 | 19 | 156 | 64 | 25 |
| Octal | 276 | 0 | 70 | 0 | 144 | 107 | 31 | 526 | 144 | 45 |
| Binary | 10111110 | 0 | 111000 | 0 | 1100100 | 1000111 | 11001 | 101010110 | 1100100 | 100101 |
Color Harmonies of #BE0038
Complementary color
Monochromatic Colors of #BE0038
Black with #BE0038
Text Example
Text Example
White with #BE0038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0038; }
p { color: rgb(190,0,56); }
H1.HeaderClassName
{
color: #BE0038;
}
.AnyTagClassName
{
color: #BE0038;
}
</style>
background-color css
<style>
a { background-color: #BE0038; }
a { background-color: rgb(190,0,56); }
div.DivClassName
{
background-color: #BE0038;
}
.BgClassName
{
background-color: #BE0038;
}
</style>
border-color css
<style>
span { border-color: #BE0038; }
span { border-color: rgb(190,0,56); }
td.TdClassName
{
border-color: #BE0038;
}
.TagClassName
{
border-color: #BE0038;
}
</style>