Shades of Cardinal #BE1D3E
Tints of Cardinal #BE1D3E
RGB
CMYK
RGB Variations
Color information
#BE1D3E (or 0xBE1D3E) is known color: Cardinal. HEX triplet: BE, 1D and 3E. RGB value is (190,29,62). Sum of RGB (Red+Green+Blue) = 190+29+62=281 (37% of max value = 765). Red value is 190 (74.61% from 255 or 67.62% from 281); Green value is 29 (11.72% from 255 or 10.32% from 281); Blue value is 62 (24.61% from 255 or 22.06% from 281); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1D3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE1D3E is #41E2C1. Grayscale: #505050. Windows color (decimal): -4317890 or 4070846. OLE color: 4070846.
HSL color Cylindrical-coordinate representation of color #BE1D3E: hue angle of 347.7º 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 #BE1D3E is Cyan = 0, Magento = 0.85, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 29 | 62 | - |
| CMYK | 0 | 0.85 | 0.67 | 0.25 |
| HSL | 347.7º | 0.74% | 0.43% | - |
| HSV(B) | 347.7º | 0.85% | 0.75% | - |
| XYZ | 22.54 | 12.17 | 5.72 | - |
| YUV | 80.9 | 117.34 | 205.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 29 | 62 | 0 | 0.85 | 0.67 | 0.25 | 347.7 | 0.74 | 0.43 |
| Hex | BE | 1D | 3E | 0 | 55 | 43 | 19 | 15C | 4A | 2B |
| Octal | 276 | 35 | 76 | 0 | 125 | 103 | 31 | 534 | 112 | 53 |
| Binary | 10111110 | 11101 | 111110 | 0 | 1010101 | 1000011 | 11001 | 101011100 | 1001010 | 101011 |
Color Harmonies of #BE1D3E
Complementary color
Monochromatic Colors of #BE1D3E
Black with #BE1D3E
Text Example
Text Example
White with #BE1D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1D3E; }
p { color: rgb(190,29,62); }
H1.HeaderClassName
{
color: #BE1D3E;
}
.AnyTagClassName
{
color: #BE1D3E;
}
</style>
background-color css
<style>
a { background-color: #BE1D3E; }
a { background-color: rgb(190,29,62); }
div.DivClassName
{
background-color: #BE1D3E;
}
.BgClassName
{
background-color: #BE1D3E;
}
</style>
border-color css
<style>
span { border-color: #BE1D3E; }
span { border-color: rgb(190,29,62); }
td.TdClassName
{
border-color: #BE1D3E;
}
.TagClassName
{
border-color: #BE1D3E;
}
</style>