Shades of Cardinal #BE1036
Tints of Cardinal #BE1036
RGB
CMYK
RGB Variations
Color information
#BE1036 (or 0xBE1036) is known color: Cardinal. HEX triplet: BE, 10 and 36. RGB value is (190,16,54). Sum of RGB (Red+Green+Blue) = 190+16+54=260 (34% of max value = 765). Red value is 190 (74.61% from 255 or 73.08% from 260); Green value is 16 (6.64% from 255 or 6.15% from 260); Blue value is 54 (21.48% from 255 or 20.77% from 260); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1036 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE1036 is #41EFC9. Grayscale: #484848. Windows color (decimal): -4321226 or 3543230. OLE color: 3543230.
HSL color Cylindrical-coordinate representation of color #BE1036: hue angle of 346.9º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BE1036 is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 16 | 54 | - |
| CMYK | 0 | 0.92 | 0.72 | 0.25 |
| HSL | 346.9º | 0.84% | 0.4% | - |
| HSV(B) | 346.9º | 0.92% | 0.75% | - |
| XYZ | 22.09 | 11.58 | 4.56 | - |
| YUV | 72.36 | 117.65 | 211.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 16 | 54 | 0 | 0.92 | 0.72 | 0.25 | 346.9 | 0.84 | 0.4 |
| Hex | BE | 10 | 36 | 0 | 5C | 48 | 19 | 15B | 54 | 28 |
| Octal | 276 | 20 | 66 | 0 | 134 | 110 | 31 | 533 | 124 | 50 |
| Binary | 10111110 | 10000 | 110110 | 0 | 1011100 | 1001000 | 11001 | 101011011 | 1010100 | 101000 |
Color Harmonies of #BE1036
Complementary color
Monochromatic Colors of #BE1036
Black with #BE1036
Text Example
Text Example
White with #BE1036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1036; }
p { color: rgb(190,16,54); }
H1.HeaderClassName
{
color: #BE1036;
}
.AnyTagClassName
{
color: #BE1036;
}
</style>
background-color css
<style>
a { background-color: #BE1036; }
a { background-color: rgb(190,16,54); }
div.DivClassName
{
background-color: #BE1036;
}
.BgClassName
{
background-color: #BE1036;
}
</style>
border-color css
<style>
span { border-color: #BE1036; }
span { border-color: rgb(190,16,54); }
td.TdClassName
{
border-color: #BE1036;
}
.TagClassName
{
border-color: #BE1036;
}
</style>