Shades of Cardinal #BE043B
Tints of Cardinal #BE043B
RGB
CMYK
RGB Variations
Color information
#BE043B (or 0xBE043B) is known color: Cardinal. HEX triplet: BE, 04 and 3B. RGB value is (190,4,59). Sum of RGB (Red+Green+Blue) = 190+4+59=253 (33% of max value = 765). Red value is 190 (74.61% from 255 or 75.10% from 253); Green value is 4 (1.95% from 255 or 1.58% from 253); Blue value is 59 (23.44% from 255 or 23.32% from 253); Max value from RGB is 190 - color contains mainly: red. Hex color #BE043B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE043B is #41FBC4. Grayscale: #414141. Windows color (decimal): -4324293 or 3867838. OLE color: 3867838.
HSL color Cylindrical-coordinate representation of color #BE043B: hue angle of 342.26º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BE043B is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 4 | 59 | - |
| CMYK | 0 | 0.98 | 0.69 | 0.25 |
| HSL | 342.26º | 0.96% | 0.38% | - |
| HSV(B) | 342.26º | 0.98% | 0.75% | - |
| XYZ | 22.07 | 11.35 | 5.17 | - |
| YUV | 65.88 | 124.12 | 216.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 4 | 59 | 0 | 0.98 | 0.69 | 0.25 | 342.26 | 0.96 | 0.38 |
| Hex | BE | 4 | 3B | 0 | 62 | 45 | 19 | 156 | 60 | 26 |
| Octal | 276 | 4 | 73 | 0 | 142 | 105 | 31 | 526 | 140 | 46 |
| Binary | 10111110 | 100 | 111011 | 0 | 1100010 | 1000101 | 11001 | 101010110 | 1100000 | 100110 |
Color Harmonies of #BE043B
Complementary color
Monochromatic Colors of #BE043B
Black with #BE043B
Text Example
Text Example
White with #BE043B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE043B; }
p { color: rgb(190,4,59); }
H1.HeaderClassName
{
color: #BE043B;
}
.AnyTagClassName
{
color: #BE043B;
}
</style>
background-color css
<style>
a { background-color: #BE043B; }
a { background-color: rgb(190,4,59); }
div.DivClassName
{
background-color: #BE043B;
}
.BgClassName
{
background-color: #BE043B;
}
</style>
border-color css
<style>
span { border-color: #BE043B; }
span { border-color: rgb(190,4,59); }
td.TdClassName
{
border-color: #BE043B;
}
.TagClassName
{
border-color: #BE043B;
}
</style>