Shades of Cardinal #BE1A2A
Tints of Cardinal #BE1A2A
RGB
CMYK
RGB Variations
Color information
#BE1A2A (or 0xBE1A2A) is known color: Cardinal. HEX triplet: BE, 1A and 2A. RGB value is (190,26,42). Sum of RGB (Red+Green+Blue) = 190+26+42=258 (34% of max value = 765). Red value is 190 (74.61% from 255 or 73.64% from 258); Green value is 26 (10.55% from 255 or 10.08% from 258); Blue value is 42 (16.80% from 255 or 16.28% from 258); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1A2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE1A2A is #41E5D5. Grayscale: #4C4C4C. Windows color (decimal): -4318678 or 2759358. OLE color: 2759358.
HSL color Cylindrical-coordinate representation of color #BE1A2A: hue angle of 354.15º 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 #BE1A2A is Cyan = 0, Magento = 0.86, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 26 | 42 | - |
| CMYK | 0 | 0.86 | 0.78 | 0.25 |
| HSL | 354.15º | 0.76% | 0.42% | - |
| HSV(B) | 354.15º | 0.86% | 0.75% | - |
| XYZ | 22.02 | 11.85 | 3.32 | - |
| YUV | 76.86 | 108.33 | 208.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 26 | 42 | 0 | 0.86 | 0.78 | 0.25 | 354.15 | 0.76 | 0.42 |
| Hex | BE | 1A | 2A | 0 | 56 | 4E | 19 | 162 | 4C | 2A |
| Octal | 276 | 32 | 52 | 0 | 126 | 116 | 31 | 542 | 114 | 52 |
| Binary | 10111110 | 11010 | 101010 | 0 | 1010110 | 1001110 | 11001 | 101100010 | 1001100 | 101010 |
Color Harmonies of #BE1A2A
Complementary color
Monochromatic Colors of #BE1A2A
Black with #BE1A2A
Text Example
Text Example
White with #BE1A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1A2A; }
p { color: rgb(190,26,42); }
H1.HeaderClassName
{
color: #BE1A2A;
}
.AnyTagClassName
{
color: #BE1A2A;
}
</style>
background-color css
<style>
a { background-color: #BE1A2A; }
a { background-color: rgb(190,26,42); }
div.DivClassName
{
background-color: #BE1A2A;
}
.BgClassName
{
background-color: #BE1A2A;
}
</style>
border-color css
<style>
span { border-color: #BE1A2A; }
span { border-color: rgb(190,26,42); }
td.TdClassName
{
border-color: #BE1A2A;
}
.TagClassName
{
border-color: #BE1A2A;
}
</style>