Shades of Cardinal #BE1B3E
Tints of Cardinal #BE1B3E
RGB
CMYK
RGB Variations
Color information
#BE1B3E (or 0xBE1B3E) is known color: Cardinal. HEX triplet: BE, 1B and 3E. RGB value is (190,27,62). Sum of RGB (Red+Green+Blue) = 190+27+62=279 (36% of max value = 765). Red value is 190 (74.61% from 255 or 68.10% from 279); Green value is 27 (10.94% from 255 or 9.68% from 279); Blue value is 62 (24.61% from 255 or 22.22% from 279); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1B3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE1B3E is #41E4C1. Grayscale: #4F4F4F. Windows color (decimal): -4318402 or 4070334. OLE color: 4070334.
HSL color Cylindrical-coordinate representation of color #BE1B3E: hue angle of 347.12º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BE1B3E is Cyan = 0, Magento = 0.86, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 27 | 62 | - |
| CMYK | 0 | 0.86 | 0.67 | 0.25 |
| HSL | 347.12º | 0.75% | 0.43% | - |
| HSV(B) | 347.12º | 0.86% | 0.75% | - |
| XYZ | 22.5 | 12.08 | 5.7 | - |
| YUV | 79.73 | 118 | 206.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 27 | 62 | 0 | 0.86 | 0.67 | 0.25 | 347.12 | 0.75 | 0.43 |
| Hex | BE | 1B | 3E | 0 | 56 | 43 | 19 | 15B | 4B | 2B |
| Octal | 276 | 33 | 76 | 0 | 126 | 103 | 31 | 533 | 113 | 53 |
| Binary | 10111110 | 11011 | 111110 | 0 | 1010110 | 1000011 | 11001 | 101011011 | 1001011 | 101011 |
Color Harmonies of #BE1B3E
Complementary color
Monochromatic Colors of #BE1B3E
Black with #BE1B3E
Text Example
Text Example
White with #BE1B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1B3E; }
p { color: rgb(190,27,62); }
H1.HeaderClassName
{
color: #BE1B3E;
}
.AnyTagClassName
{
color: #BE1B3E;
}
</style>
background-color css
<style>
a { background-color: #BE1B3E; }
a { background-color: rgb(190,27,62); }
div.DivClassName
{
background-color: #BE1B3E;
}
.BgClassName
{
background-color: #BE1B3E;
}
</style>
border-color css
<style>
span { border-color: #BE1B3E; }
span { border-color: rgb(190,27,62); }
td.TdClassName
{
border-color: #BE1B3E;
}
.TagClassName
{
border-color: #BE1B3E;
}
</style>