Shades of Cardinal #BE203E
Tints of Cardinal #BE203E
RGB
CMYK
RGB Variations
Color information
#BE203E (or 0xBE203E) is known color: Cardinal. HEX triplet: BE, 20 and 3E. RGB value is (190,32,62). Sum of RGB (Red+Green+Blue) = 190+32+62=284 (37% of max value = 765). Red value is 190 (74.61% from 255 or 66.90% from 284); Green value is 32 (12.89% from 255 or 11.27% from 284); Blue value is 62 (24.61% from 255 or 21.83% from 284); Max value from RGB is 190 - color contains mainly: red. Hex color #BE203E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE203E is #41DFC1. Grayscale: #525252. Windows color (decimal): -4317122 or 4071614. OLE color: 4071614.
HSL color Cylindrical-coordinate representation of color #BE203E: hue angle of 348.61º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BE203E is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 32 | 62 | - |
| CMYK | 0 | 0.83 | 0.67 | 0.25 |
| HSL | 348.61º | 0.71% | 0.44% | - |
| HSV(B) | 348.61º | 0.83% | 0.75% | - |
| XYZ | 22.62 | 12.33 | 5.74 | - |
| YUV | 82.66 | 116.35 | 204.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 32 | 62 | 0 | 0.83 | 0.67 | 0.25 | 348.61 | 0.71 | 0.44 |
| Hex | BE | 20 | 3E | 0 | 53 | 43 | 19 | 15D | 47 | 2C |
| Octal | 276 | 40 | 76 | 0 | 123 | 103 | 31 | 535 | 107 | 54 |
| Binary | 10111110 | 100000 | 111110 | 0 | 1010011 | 1000011 | 11001 | 101011101 | 1000111 | 101100 |
Color Harmonies of #BE203E
Complementary color
Monochromatic Colors of #BE203E
Black with #BE203E
Text Example
Text Example
White with #BE203E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE203E; }
p { color: rgb(190,32,62); }
H1.HeaderClassName
{
color: #BE203E;
}
.AnyTagClassName
{
color: #BE203E;
}
</style>
background-color css
<style>
a { background-color: #BE203E; }
a { background-color: rgb(190,32,62); }
div.DivClassName
{
background-color: #BE203E;
}
.BgClassName
{
background-color: #BE203E;
}
</style>
border-color css
<style>
span { border-color: #BE203E; }
span { border-color: rgb(190,32,62); }
td.TdClassName
{
border-color: #BE203E;
}
.TagClassName
{
border-color: #BE203E;
}
</style>