Shades of Cardinal #BE1045
Tints of Cardinal #BE1045
RGB
CMYK
RGB Variations
Color information
#BE1045 (or 0xBE1045) is known color: Cardinal. HEX triplet: BE, 10 and 45. RGB value is (190,16,69). Sum of RGB (Red+Green+Blue) = 190+16+69=275 (36% of max value = 765). Red value is 190 (74.61% from 255 or 69.09% from 275); Green value is 16 (6.64% from 255 or 5.82% from 275); Blue value is 69 (27.34% from 255 or 25.09% from 275); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1045 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE1045 is #41EFBA. Grayscale: #4A4A4A. Windows color (decimal): -4321211 or 4526270. OLE color: 4526270.
HSL color Cylindrical-coordinate representation of color #BE1045: hue angle of 341.72º 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 #BE1045 is Cyan = 0, Magento = 0.92, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 16 | 69 | - |
| CMYK | 0 | 0.92 | 0.64 | 0.25 |
| HSL | 341.72º | 0.84% | 0.4% | - |
| HSV(B) | 341.72º | 0.92% | 0.75% | - |
| XYZ | 22.49 | 11.75 | 6.71 | - |
| YUV | 74.07 | 125.15 | 210.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 16 | 69 | 0 | 0.92 | 0.64 | 0.25 | 341.72 | 0.84 | 0.4 |
| Hex | BE | 10 | 45 | 0 | 5C | 40 | 19 | 156 | 54 | 28 |
| Octal | 276 | 20 | 105 | 0 | 134 | 100 | 31 | 526 | 124 | 50 |
| Binary | 10111110 | 10000 | 1000101 | 0 | 1011100 | 1000000 | 11001 | 101010110 | 1010100 | 101000 |
Color Harmonies of #BE1045
Complementary color
Monochromatic Colors of #BE1045
Black with #BE1045
Text Example
Text Example
White with #BE1045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1045; }
p { color: rgb(190,16,69); }
H1.HeaderClassName
{
color: #BE1045;
}
.AnyTagClassName
{
color: #BE1045;
}
</style>
background-color css
<style>
a { background-color: #BE1045; }
a { background-color: rgb(190,16,69); }
div.DivClassName
{
background-color: #BE1045;
}
.BgClassName
{
background-color: #BE1045;
}
</style>
border-color css
<style>
span { border-color: #BE1045; }
span { border-color: rgb(190,16,69); }
td.TdClassName
{
border-color: #BE1045;
}
.TagClassName
{
border-color: #BE1045;
}
</style>