Shades of Cardinal #BE203C
Tints of Cardinal #BE203C
RGB
CMYK
RGB Variations
Color information
#BE203C (or 0xBE203C) is known color: Cardinal. HEX triplet: BE, 20 and 3C. RGB value is (190,32,60). Sum of RGB (Red+Green+Blue) = 190+32+60=282 (37% of max value = 765). Red value is 190 (74.61% from 255 or 67.38% from 282); Green value is 32 (12.89% from 255 or 11.35% from 282); Blue value is 60 (23.83% from 255 or 21.28% from 282); Max value from RGB is 190 - color contains mainly: red. Hex color #BE203C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE203C is #41DFC3. Grayscale: #525252. Windows color (decimal): -4317124 or 3940542. OLE color: 3940542.
HSL color Cylindrical-coordinate representation of color #BE203C: hue angle of 349.37º 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 #BE203C is Cyan = 0, Magento = 0.83, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 32 | 60 | - |
| CMYK | 0 | 0.83 | 0.68 | 0.25 |
| HSL | 349.37º | 0.71% | 0.44% | - |
| HSV(B) | 349.37º | 0.83% | 0.75% | - |
| XYZ | 22.57 | 12.31 | 5.46 | - |
| YUV | 82.43 | 115.35 | 204.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 32 | 60 | 0 | 0.83 | 0.68 | 0.25 | 349.37 | 0.71 | 0.44 |
| Hex | BE | 20 | 3C | 0 | 53 | 44 | 19 | 15D | 47 | 2C |
| Octal | 276 | 40 | 74 | 0 | 123 | 104 | 31 | 535 | 107 | 54 |
| Binary | 10111110 | 100000 | 111100 | 0 | 1010011 | 1000100 | 11001 | 101011101 | 1000111 | 101100 |
Color Harmonies of #BE203C
Complementary color
Monochromatic Colors of #BE203C
Black with #BE203C
Text Example
Text Example
White with #BE203C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE203C; }
p { color: rgb(190,32,60); }
H1.HeaderClassName
{
color: #BE203C;
}
.AnyTagClassName
{
color: #BE203C;
}
</style>
background-color css
<style>
a { background-color: #BE203C; }
a { background-color: rgb(190,32,60); }
div.DivClassName
{
background-color: #BE203C;
}
.BgClassName
{
background-color: #BE203C;
}
</style>
border-color css
<style>
span { border-color: #BE203C; }
span { border-color: rgb(190,32,60); }
td.TdClassName
{
border-color: #BE203C;
}
.TagClassName
{
border-color: #BE203C;
}
</style>