Shades of Cardinal #BE152A
Tints of Cardinal #BE152A
RGB
CMYK
RGB Variations
Color information
#BE152A (or 0xBE152A) is known color: Cardinal. HEX triplet: BE, 15 and 2A. RGB value is (190,21,42). Sum of RGB (Red+Green+Blue) = 190+21+42=253 (33% of max value = 765). Red value is 190 (74.61% from 255 or 75.10% from 253); Green value is 21 (8.59% from 255 or 8.30% from 253); Blue value is 42 (16.80% from 255 or 16.60% from 253); Max value from RGB is 190 - color contains mainly: red. Hex color #BE152A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE152A is #41EAD5. Grayscale: #4A4A4A. Windows color (decimal): -4319958 or 2758078. OLE color: 2758078.
HSL color Cylindrical-coordinate representation of color #BE152A: hue angle of 352.54º 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 #BE152A is Cyan = 0, Magento = 0.89, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 21 | 42 | - |
| CMYK | 0 | 0.89 | 0.78 | 0.25 |
| HSL | 352.54º | 0.8% | 0.41% | - |
| HSV(B) | 352.54º | 0.89% | 0.75% | - |
| XYZ | 21.92 | 11.65 | 3.28 | - |
| YUV | 73.93 | 109.99 | 210.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 21 | 42 | 0 | 0.89 | 0.78 | 0.25 | 352.54 | 0.8 | 0.41 |
| Hex | BE | 15 | 2A | 0 | 59 | 4E | 19 | 161 | 50 | 29 |
| Octal | 276 | 25 | 52 | 0 | 131 | 116 | 31 | 541 | 120 | 51 |
| Binary | 10111110 | 10101 | 101010 | 0 | 1011001 | 1001110 | 11001 | 101100001 | 1010000 | 101001 |
Color Harmonies of #BE152A
Complementary color
Monochromatic Colors of #BE152A
Black with #BE152A
Text Example
Text Example
White with #BE152A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE152A; }
p { color: rgb(190,21,42); }
H1.HeaderClassName
{
color: #BE152A;
}
.AnyTagClassName
{
color: #BE152A;
}
</style>
background-color css
<style>
a { background-color: #BE152A; }
a { background-color: rgb(190,21,42); }
div.DivClassName
{
background-color: #BE152A;
}
.BgClassName
{
background-color: #BE152A;
}
</style>
border-color css
<style>
span { border-color: #BE152A; }
span { border-color: rgb(190,21,42); }
td.TdClassName
{
border-color: #BE152A;
}
.TagClassName
{
border-color: #BE152A;
}
</style>