Shades of Cardinal #BE1034
Tints of Cardinal #BE1034
RGB
CMYK
RGB Variations
Color information
#BE1034 (or 0xBE1034) is known color: Cardinal. HEX triplet: BE, 10 and 34. RGB value is (190,16,52). Sum of RGB (Red+Green+Blue) = 190+16+52=258 (34% of max value = 765). Red value is 190 (74.61% from 255 or 73.64% from 258); Green value is 16 (6.64% from 255 or 6.20% from 258); Blue value is 52 (20.70% from 255 or 20.16% from 258); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1034 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE1034 is #41EFCB. Grayscale: #484848. Windows color (decimal): -4321228 or 3412158. OLE color: 3412158.
HSL color Cylindrical-coordinate representation of color #BE1034: hue angle of 347.59º 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 #BE1034 is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 16 | 52 | - |
| CMYK | 0 | 0.92 | 0.73 | 0.25 |
| HSL | 347.59º | 0.84% | 0.4% | - |
| HSV(B) | 347.59º | 0.92% | 0.75% | - |
| XYZ | 22.04 | 11.57 | 4.32 | - |
| YUV | 72.13 | 116.65 | 212.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 16 | 52 | 0 | 0.92 | 0.73 | 0.25 | 347.59 | 0.84 | 0.4 |
| Hex | BE | 10 | 34 | 0 | 5C | 49 | 19 | 15C | 54 | 28 |
| Octal | 276 | 20 | 64 | 0 | 134 | 111 | 31 | 534 | 124 | 50 |
| Binary | 10111110 | 10000 | 110100 | 0 | 1011100 | 1001001 | 11001 | 101011100 | 1010100 | 101000 |
Color Harmonies of #BE1034
Complementary color
Monochromatic Colors of #BE1034
Black with #BE1034
Text Example
Text Example
White with #BE1034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1034; }
p { color: rgb(190,16,52); }
H1.HeaderClassName
{
color: #BE1034;
}
.AnyTagClassName
{
color: #BE1034;
}
</style>
background-color css
<style>
a { background-color: #BE1034; }
a { background-color: rgb(190,16,52); }
div.DivClassName
{
background-color: #BE1034;
}
.BgClassName
{
background-color: #BE1034;
}
</style>
border-color css
<style>
span { border-color: #BE1034; }
span { border-color: rgb(190,16,52); }
td.TdClassName
{
border-color: #BE1034;
}
.TagClassName
{
border-color: #BE1034;
}
</style>