Shades of Cardinal #BE063E
Tints of Cardinal #BE063E
RGB
CMYK
RGB Variations
Color information
#BE063E (or 0xBE063E) is known color: Cardinal. HEX triplet: BE, 06 and 3E. RGB value is (190,6,62). Sum of RGB (Red+Green+Blue) = 190+6+62=258 (34% of max value = 765). Red value is 190 (74.61% from 255 or 73.64% from 258); Green value is 6 (2.73% from 255 or 2.33% from 258); Blue value is 62 (24.61% from 255 or 24.03% from 258); Max value from RGB is 190 - color contains mainly: red. Hex color #BE063E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE063E is #41F9C1. Grayscale: #434343. Windows color (decimal): -4323778 or 4064958. OLE color: 4064958.
HSL color Cylindrical-coordinate representation of color #BE063E: hue angle of 341.74º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BE063E is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 6 | 62 | - |
| CMYK | 0 | 0.97 | 0.67 | 0.25 |
| HSL | 341.74º | 0.94% | 0.38% | - |
| HSV(B) | 341.74º | 0.97% | 0.75% | - |
| XYZ | 22.17 | 11.43 | 5.59 | - |
| YUV | 67.4 | 124.96 | 215.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 6 | 62 | 0 | 0.97 | 0.67 | 0.25 | 341.74 | 0.94 | 0.38 |
| Hex | BE | 6 | 3E | 0 | 61 | 43 | 19 | 156 | 5E | 26 |
| Octal | 276 | 6 | 76 | 0 | 141 | 103 | 31 | 526 | 136 | 46 |
| Binary | 10111110 | 110 | 111110 | 0 | 1100001 | 1000011 | 11001 | 101010110 | 1011110 | 100110 |
Color Harmonies of #BE063E
Complementary color
Monochromatic Colors of #BE063E
Black with #BE063E
Text Example
Text Example
White with #BE063E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE063E; }
p { color: rgb(190,6,62); }
H1.HeaderClassName
{
color: #BE063E;
}
.AnyTagClassName
{
color: #BE063E;
}
</style>
background-color css
<style>
a { background-color: #BE063E; }
a { background-color: rgb(190,6,62); }
div.DivClassName
{
background-color: #BE063E;
}
.BgClassName
{
background-color: #BE063E;
}
</style>
border-color css
<style>
span { border-color: #BE063E; }
span { border-color: rgb(190,6,62); }
td.TdClassName
{
border-color: #BE063E;
}
.TagClassName
{
border-color: #BE063E;
}
</style>