Shades of Cardinal #BE1A2F
Tints of Cardinal #BE1A2F
RGB
CMYK
RGB Variations
Color information
#BE1A2F (or 0xBE1A2F) is known color: Cardinal. HEX triplet: BE, 1A and 2F. RGB value is (190,26,47). Sum of RGB (Red+Green+Blue) = 190+26+47=263 (34% of max value = 765). Red value is 190 (74.61% from 255 or 72.24% from 263); Green value is 26 (10.55% from 255 or 9.89% from 263); Blue value is 47 (18.75% from 255 or 17.87% from 263); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1A2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE1A2F is #41E5D0. Grayscale: #4D4D4D. Windows color (decimal): -4318673 or 3087038. OLE color: 3087038.
HSL color Cylindrical-coordinate representation of color #BE1A2F: hue angle of 352.32º 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 #BE1A2F is Cyan = 0, Magento = 0.86, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 26 | 47 | - |
| CMYK | 0 | 0.86 | 0.75 | 0.25 |
| HSL | 352.32º | 0.76% | 0.42% | - |
| HSV(B) | 352.32º | 0.86% | 0.75% | - |
| XYZ | 22.12 | 11.89 | 3.82 | - |
| YUV | 77.43 | 110.83 | 208.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 26 | 47 | 0 | 0.86 | 0.75 | 0.25 | 352.32 | 0.76 | 0.42 |
| Hex | BE | 1A | 2F | 0 | 56 | 4B | 19 | 160 | 4C | 2A |
| Octal | 276 | 32 | 57 | 0 | 126 | 113 | 31 | 540 | 114 | 52 |
| Binary | 10111110 | 11010 | 101111 | 0 | 1010110 | 1001011 | 11001 | 101100000 | 1001100 | 101010 |
Color Harmonies of #BE1A2F
Complementary color
Monochromatic Colors of #BE1A2F
Black with #BE1A2F
Text Example
Text Example
White with #BE1A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1A2F; }
p { color: rgb(190,26,47); }
H1.HeaderClassName
{
color: #BE1A2F;
}
.AnyTagClassName
{
color: #BE1A2F;
}
</style>
background-color css
<style>
a { background-color: #BE1A2F; }
a { background-color: rgb(190,26,47); }
div.DivClassName
{
background-color: #BE1A2F;
}
.BgClassName
{
background-color: #BE1A2F;
}
</style>
border-color css
<style>
span { border-color: #BE1A2F; }
span { border-color: rgb(190,26,47); }
td.TdClassName
{
border-color: #BE1A2F;
}
.TagClassName
{
border-color: #BE1A2F;
}
</style>