Shades of Cardinal #BE003A
Tints of Cardinal #BE003A
RGB
CMYK
RGB Variations
Color information
#BE003A (or 0xBE003A) is known color: Cardinal. HEX triplet: BE, 00 and 3A. RGB value is (190,0,58). Sum of RGB (Red+Green+Blue) = 190+0+58=248 (32% of max value = 765). Red value is 190 (74.61% from 255 or 76.61% from 248); Green value is 0 (0.39% from 255 or 0% from 248); Blue value is 58 (23.05% from 255 or 23.39% from 248); Max value from RGB is 190 - color contains mainly: red. Hex color #BE003A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE003A is #41FFC5. Grayscale: #3F3F3F. Windows color (decimal): -4325318 or 3801278. OLE color: 3801278.
HSL color Cylindrical-coordinate representation of color #BE003A: hue angle of 341.68º 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 #BE003A is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 0 | 58 | - |
| CMYK | 0 | 1 | 0.69 | 0.25 |
| HSL | 341.68º | 1% | 0.37% | - |
| HSV(B) | 341.68º | 1% | 0.75% | - |
| XYZ | 22 | 11.25 | 5.02 | - |
| YUV | 63.42 | 124.95 | 218.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 0 | 58 | 0 | 1 | 0.69 | 0.25 | 341.68 | 1 | 0.37 |
| Hex | BE | 0 | 3A | 0 | 64 | 45 | 19 | 156 | 64 | 25 |
| Octal | 276 | 0 | 72 | 0 | 144 | 105 | 31 | 526 | 144 | 45 |
| Binary | 10111110 | 0 | 111010 | 0 | 1100100 | 1000101 | 11001 | 101010110 | 1100100 | 100101 |
Color Harmonies of #BE003A
Complementary color
Monochromatic Colors of #BE003A
Black with #BE003A
Text Example
Text Example
White with #BE003A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE003A; }
p { color: rgb(190,0,58); }
H1.HeaderClassName
{
color: #BE003A;
}
.AnyTagClassName
{
color: #BE003A;
}
</style>
background-color css
<style>
a { background-color: #BE003A; }
a { background-color: rgb(190,0,58); }
div.DivClassName
{
background-color: #BE003A;
}
.BgClassName
{
background-color: #BE003A;
}
</style>
border-color css
<style>
span { border-color: #BE003A; }
span { border-color: rgb(190,0,58); }
td.TdClassName
{
border-color: #BE003A;
}
.TagClassName
{
border-color: #BE003A;
}
</style>