Shades of Cardinal #BE153C
Tints of Cardinal #BE153C
RGB
CMYK
RGB Variations
Color information
#BE153C (or 0xBE153C) is known color: Cardinal. HEX triplet: BE, 15 and 3C. RGB value is (190,21,60). Sum of RGB (Red+Green+Blue) = 190+21+60=271 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.11% from 271); Green value is 21 (8.59% from 255 or 7.75% from 271); Blue value is 60 (23.83% from 255 or 22.14% from 271); Max value from RGB is 190 - color contains mainly: red. Hex color #BE153C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE153C is #41EAC3. Grayscale: #4B4B4B. Windows color (decimal): -4319940 or 3937726. OLE color: 3937726.
HSL color Cylindrical-coordinate representation of color #BE153C: hue angle of 346.15º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BE153C is Cyan = 0, Magento = 0.89, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 21 | 60 | - |
| CMYK | 0 | 0.89 | 0.68 | 0.25 |
| HSL | 346.15º | 0.8% | 0.41% | - |
| HSV(B) | 346.15º | 0.89% | 0.75% | - |
| XYZ | 22.32 | 11.81 | 5.38 | - |
| YUV | 75.98 | 118.99 | 209.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 21 | 60 | 0 | 0.89 | 0.68 | 0.25 | 346.15 | 0.8 | 0.41 |
| Hex | BE | 15 | 3C | 0 | 59 | 44 | 19 | 15A | 50 | 29 |
| Octal | 276 | 25 | 74 | 0 | 131 | 104 | 31 | 532 | 120 | 51 |
| Binary | 10111110 | 10101 | 111100 | 0 | 1011001 | 1000100 | 11001 | 101011010 | 1010000 | 101001 |
Color Harmonies of #BE153C
Complementary color
Monochromatic Colors of #BE153C
Black with #BE153C
Text Example
Text Example
White with #BE153C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE153C; }
p { color: rgb(190,21,60); }
H1.HeaderClassName
{
color: #BE153C;
}
.AnyTagClassName
{
color: #BE153C;
}
</style>
background-color css
<style>
a { background-color: #BE153C; }
a { background-color: rgb(190,21,60); }
div.DivClassName
{
background-color: #BE153C;
}
.BgClassName
{
background-color: #BE153C;
}
</style>
border-color css
<style>
span { border-color: #BE153C; }
span { border-color: rgb(190,21,60); }
td.TdClassName
{
border-color: #BE153C;
}
.TagClassName
{
border-color: #BE153C;
}
</style>