Shades of Cardinal #BE1A2E
Tints of Cardinal #BE1A2E
RGB
CMYK
RGB Variations
Color information
#BE1A2E (or 0xBE1A2E) is known color: Cardinal. HEX triplet: BE, 1A and 2E. RGB value is (190,26,46). Sum of RGB (Red+Green+Blue) = 190+26+46=262 (34% of max value = 765). Red value is 190 (74.61% from 255 or 72.52% from 262); Green value is 26 (10.55% from 255 or 9.92% from 262); Blue value is 46 (18.36% from 255 or 17.56% from 262); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1A2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE1A2E is #41E5D1. Grayscale: #4D4D4D. Windows color (decimal): -4318674 or 3021502. OLE color: 3021502.
HSL color Cylindrical-coordinate representation of color #BE1A2E: hue angle of 352.68º 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 #BE1A2E is Cyan = 0, Magento = 0.86, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 26 | 46 | - |
| CMYK | 0 | 0.86 | 0.76 | 0.25 |
| HSL | 352.68º | 0.76% | 0.42% | - |
| HSV(B) | 352.68º | 0.86% | 0.75% | - |
| XYZ | 22.1 | 11.88 | 3.71 | - |
| YUV | 77.32 | 110.33 | 208.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 26 | 46 | 0 | 0.86 | 0.76 | 0.25 | 352.68 | 0.76 | 0.42 |
| Hex | BE | 1A | 2E | 0 | 56 | 4C | 19 | 161 | 4C | 2A |
| Octal | 276 | 32 | 56 | 0 | 126 | 114 | 31 | 541 | 114 | 52 |
| Binary | 10111110 | 11010 | 101110 | 0 | 1010110 | 1001100 | 11001 | 101100001 | 1001100 | 101010 |
Color Harmonies of #BE1A2E
Complementary color
Monochromatic Colors of #BE1A2E
Black with #BE1A2E
Text Example
Text Example
White with #BE1A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1A2E; }
p { color: rgb(190,26,46); }
H1.HeaderClassName
{
color: #BE1A2E;
}
.AnyTagClassName
{
color: #BE1A2E;
}
</style>
background-color css
<style>
a { background-color: #BE1A2E; }
a { background-color: rgb(190,26,46); }
div.DivClassName
{
background-color: #BE1A2E;
}
.BgClassName
{
background-color: #BE1A2E;
}
</style>
border-color css
<style>
span { border-color: #BE1A2E; }
span { border-color: rgb(190,26,46); }
td.TdClassName
{
border-color: #BE1A2E;
}
.TagClassName
{
border-color: #BE1A2E;
}
</style>