Shades of Cardinal #BE154D
Tints of Cardinal #BE154D
RGB
CMYK
RGB Variations
Color information
#BE154D (or 0xBE154D) is known color: Cardinal. HEX triplet: BE, 15 and 4D. RGB value is (190,21,77). Sum of RGB (Red+Green+Blue) = 190+21+77=288 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.97% from 288); Green value is 21 (8.59% from 255 or 7.29% from 288); Blue value is 77 (30.47% from 255 or 26.74% from 288); Max value from RGB is 190 - color contains mainly: red. Hex color #BE154D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE154D is #41EAB2. Grayscale: #4D4D4D. Windows color (decimal): -4319923 or 5051838. OLE color: 5051838.
HSL color Cylindrical-coordinate representation of color #BE154D: hue angle of 340.12º 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 #BE154D is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 21 | 77 | - |
| CMYK | 0 | 0.89 | 0.59 | 0.25 |
| HSL | 340.12º | 0.8% | 0.41% | - |
| HSV(B) | 340.12º | 0.89% | 0.75% | - |
| XYZ | 22.84 | 12.02 | 8.14 | - |
| YUV | 77.92 | 127.49 | 207.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 21 | 77 | 0 | 0.89 | 0.59 | 0.25 | 340.12 | 0.8 | 0.41 |
| Hex | BE | 15 | 4D | 0 | 59 | 3B | 19 | 154 | 50 | 29 |
| Octal | 276 | 25 | 115 | 0 | 131 | 73 | 31 | 524 | 120 | 51 |
| Binary | 10111110 | 10101 | 1001101 | 0 | 1011001 | 111011 | 11001 | 101010100 | 1010000 | 101001 |
Color Harmonies of #BE154D
Complementary color
Monochromatic Colors of #BE154D
Black with #BE154D
Text Example
Text Example
White with #BE154D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE154D; }
p { color: rgb(190,21,77); }
H1.HeaderClassName
{
color: #BE154D;
}
.AnyTagClassName
{
color: #BE154D;
}
</style>
background-color css
<style>
a { background-color: #BE154D; }
a { background-color: rgb(190,21,77); }
div.DivClassName
{
background-color: #BE154D;
}
.BgClassName
{
background-color: #BE154D;
}
</style>
border-color css
<style>
span { border-color: #BE154D; }
span { border-color: rgb(190,21,77); }
td.TdClassName
{
border-color: #BE154D;
}
.TagClassName
{
border-color: #BE154D;
}
</style>