Shades of Cardinal #BE003C
Tints of Cardinal #BE003C
RGB
CMYK
RGB Variations
Color information
#BE003C (or 0xBE003C) is known color: Cardinal. HEX triplet: BE, 00 and 3C. RGB value is (190,0,60). Sum of RGB (Red+Green+Blue) = 190+0+60=250 (33% of max value = 765). Red value is 190 (74.61% from 255 or 76% from 250); Green value is 0 (0.39% from 255 or 0% from 250); Blue value is 60 (23.83% from 255 or 24% from 250); Max value from RGB is 190 - color contains mainly: red. Hex color #BE003C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE003C is #41FFC3. Grayscale: #3F3F3F. Windows color (decimal): -4325316 or 3932350. OLE color: 3932350.
HSL color Cylindrical-coordinate representation of color #BE003C: hue angle of 341.05º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BE003C is Cyan = 0, Magento = 1, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 0 | 60 | - |
| CMYK | 0 | 1 | 0.68 | 0.25 |
| HSL | 341.05º | 1% | 0.37% | - |
| HSV(B) | 341.05º | 1% | 0.75% | - |
| XYZ | 22.05 | 11.27 | 5.29 | - |
| YUV | 63.65 | 125.95 | 218.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 0 | 60 | 0 | 1 | 0.68 | 0.25 | 341.05 | 1 | 0.37 |
| Hex | BE | 0 | 3C | 0 | 64 | 44 | 19 | 155 | 64 | 25 |
| Octal | 276 | 0 | 74 | 0 | 144 | 104 | 31 | 525 | 144 | 45 |
| Binary | 10111110 | 0 | 111100 | 0 | 1100100 | 1000100 | 11001 | 101010101 | 1100100 | 100101 |
Color Harmonies of #BE003C
Complementary color
Monochromatic Colors of #BE003C
Black with #BE003C
Text Example
Text Example
White with #BE003C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE003C; }
p { color: rgb(190,0,60); }
H1.HeaderClassName
{
color: #BE003C;
}
.AnyTagClassName
{
color: #BE003C;
}
</style>
background-color css
<style>
a { background-color: #BE003C; }
a { background-color: rgb(190,0,60); }
div.DivClassName
{
background-color: #BE003C;
}
.BgClassName
{
background-color: #BE003C;
}
</style>
border-color css
<style>
span { border-color: #BE003C; }
span { border-color: rgb(190,0,60); }
td.TdClassName
{
border-color: #BE003C;
}
.TagClassName
{
border-color: #BE003C;
}
</style>