Shades of Cardinal #BE203B
Tints of Cardinal #BE203B
RGB
CMYK
RGB Variations
Color information
#BE203B (or 0xBE203B) is known color: Cardinal. HEX triplet: BE, 20 and 3B. RGB value is (190,32,59). Sum of RGB (Red+Green+Blue) = 190+32+59=281 (37% of max value = 765). Red value is 190 (74.61% from 255 or 67.62% from 281); Green value is 32 (12.89% from 255 or 11.39% from 281); Blue value is 59 (23.44% from 255 or 21.00% from 281); Max value from RGB is 190 - color contains mainly: red. Hex color #BE203B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE203B is #41DFC4. Grayscale: #525252. Windows color (decimal): -4317125 or 3875006. OLE color: 3875006.
HSL color Cylindrical-coordinate representation of color #BE203B: hue angle of 349.75º 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 #BE203B is Cyan = 0, Magento = 0.83, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 32 | 59 | - |
| CMYK | 0 | 0.83 | 0.69 | 0.25 |
| HSL | 349.75º | 0.71% | 0.44% | - |
| HSV(B) | 349.75º | 0.83% | 0.75% | - |
| XYZ | 22.54 | 12.3 | 5.32 | - |
| YUV | 82.32 | 114.85 | 204.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 32 | 59 | 0 | 0.83 | 0.69 | 0.25 | 349.75 | 0.71 | 0.44 |
| Hex | BE | 20 | 3B | 0 | 53 | 45 | 19 | 15E | 47 | 2C |
| Octal | 276 | 40 | 73 | 0 | 123 | 105 | 31 | 536 | 107 | 54 |
| Binary | 10111110 | 100000 | 111011 | 0 | 1010011 | 1000101 | 11001 | 101011110 | 1000111 | 101100 |
Color Harmonies of #BE203B
Complementary color
Monochromatic Colors of #BE203B
Black with #BE203B
Text Example
Text Example
White with #BE203B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE203B; }
p { color: rgb(190,32,59); }
H1.HeaderClassName
{
color: #BE203B;
}
.AnyTagClassName
{
color: #BE203B;
}
</style>
background-color css
<style>
a { background-color: #BE203B; }
a { background-color: rgb(190,32,59); }
div.DivClassName
{
background-color: #BE203B;
}
.BgClassName
{
background-color: #BE203B;
}
</style>
border-color css
<style>
span { border-color: #BE203B; }
span { border-color: rgb(190,32,59); }
td.TdClassName
{
border-color: #BE203B;
}
.TagClassName
{
border-color: #BE203B;
}
</style>