Shades of Cardinal #BE1A2D
Tints of Cardinal #BE1A2D
RGB
CMYK
RGB Variations
Color information
#BE1A2D (or 0xBE1A2D) is known color: Cardinal. HEX triplet: BE, 1A and 2D. RGB value is (190,26,45). Sum of RGB (Red+Green+Blue) = 190+26+45=261 (34% of max value = 765). Red value is 190 (74.61% from 255 or 72.80% from 261); Green value is 26 (10.55% from 255 or 9.96% from 261); Blue value is 45 (17.97% from 255 or 17.24% from 261); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1A2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE1A2D is #41E5D2. Grayscale: #4D4D4D. Windows color (decimal): -4318675 or 2955966. OLE color: 2955966.
HSL color Cylindrical-coordinate representation of color #BE1A2D: hue angle of 353.05º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BE1A2D is Cyan = 0, Magento = 0.86, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 26 | 45 | - |
| CMYK | 0 | 0.86 | 0.76 | 0.25 |
| HSL | 353.05º | 0.76% | 0.42% | - |
| HSV(B) | 353.05º | 0.86% | 0.75% | - |
| XYZ | 22.08 | 11.88 | 3.61 | - |
| YUV | 77.2 | 109.83 | 208.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 26 | 45 | 0 | 0.86 | 0.76 | 0.25 | 353.05 | 0.76 | 0.42 |
| Hex | BE | 1A | 2D | 0 | 56 | 4C | 19 | 161 | 4C | 2A |
| Octal | 276 | 32 | 55 | 0 | 126 | 114 | 31 | 541 | 114 | 52 |
| Binary | 10111110 | 11010 | 101101 | 0 | 1010110 | 1001100 | 11001 | 101100001 | 1001100 | 101010 |
Color Harmonies of #BE1A2D
Complementary color
Monochromatic Colors of #BE1A2D
Black with #BE1A2D
Text Example
Text Example
White with #BE1A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1A2D; }
p { color: rgb(190,26,45); }
H1.HeaderClassName
{
color: #BE1A2D;
}
.AnyTagClassName
{
color: #BE1A2D;
}
</style>
background-color css
<style>
a { background-color: #BE1A2D; }
a { background-color: rgb(190,26,45); }
div.DivClassName
{
background-color: #BE1A2D;
}
.BgClassName
{
background-color: #BE1A2D;
}
</style>
border-color css
<style>
span { border-color: #BE1A2D; }
span { border-color: rgb(190,26,45); }
td.TdClassName
{
border-color: #BE1A2D;
}
.TagClassName
{
border-color: #BE1A2D;
}
</style>