Shades of Cardinal #BE1D3A
Tints of Cardinal #BE1D3A
RGB
CMYK
RGB Variations
Color information
#BE1D3A (or 0xBE1D3A) is known color: Cardinal. HEX triplet: BE, 1D and 3A. RGB value is (190,29,58). Sum of RGB (Red+Green+Blue) = 190+29+58=277 (36% of max value = 765). Red value is 190 (74.61% from 255 or 68.59% from 277); Green value is 29 (11.72% from 255 or 10.47% from 277); Blue value is 58 (23.05% from 255 or 20.94% from 277); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1D3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE1D3A is #41E2C5. Grayscale: #505050. Windows color (decimal): -4317894 or 3808702. OLE color: 3808702.
HSL color Cylindrical-coordinate representation of color #BE1D3A: hue angle of 349.19º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BE1D3A is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 29 | 58 | - |
| CMYK | 0 | 0.85 | 0.69 | 0.25 |
| HSL | 349.19º | 0.74% | 0.43% | - |
| HSV(B) | 349.19º | 0.85% | 0.75% | - |
| XYZ | 22.44 | 12.13 | 5.16 | - |
| YUV | 80.45 | 115.34 | 206.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 29 | 58 | 0 | 0.85 | 0.69 | 0.25 | 349.19 | 0.74 | 0.43 |
| Hex | BE | 1D | 3A | 0 | 55 | 45 | 19 | 15D | 4A | 2B |
| Octal | 276 | 35 | 72 | 0 | 125 | 105 | 31 | 535 | 112 | 53 |
| Binary | 10111110 | 11101 | 111010 | 0 | 1010101 | 1000101 | 11001 | 101011101 | 1001010 | 101011 |
Color Harmonies of #BE1D3A
Complementary color
Monochromatic Colors of #BE1D3A
Black with #BE1D3A
Text Example
Text Example
White with #BE1D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1D3A; }
p { color: rgb(190,29,58); }
H1.HeaderClassName
{
color: #BE1D3A;
}
.AnyTagClassName
{
color: #BE1D3A;
}
</style>
background-color css
<style>
a { background-color: #BE1D3A; }
a { background-color: rgb(190,29,58); }
div.DivClassName
{
background-color: #BE1D3A;
}
.BgClassName
{
background-color: #BE1D3A;
}
</style>
border-color css
<style>
span { border-color: #BE1D3A; }
span { border-color: rgb(190,29,58); }
td.TdClassName
{
border-color: #BE1D3A;
}
.TagClassName
{
border-color: #BE1D3A;
}
</style>