Shades of Cardinal #BE123C
Tints of Cardinal #BE123C
RGB
CMYK
RGB Variations
Color information
#BE123C (or 0xBE123C) is known color: Cardinal. HEX triplet: BE, 12 and 3C. RGB value is (190,18,60). Sum of RGB (Red+Green+Blue) = 190+18+60=268 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.90% from 268); Green value is 18 (7.42% from 255 or 6.72% from 268); Blue value is 60 (23.83% from 255 or 22.39% from 268); Max value from RGB is 190 - color contains mainly: red. Hex color #BE123C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE123C is #41EDC3. Grayscale: #4A4A4A. Windows color (decimal): -4320708 or 3936958. OLE color: 3936958.
HSL color Cylindrical-coordinate representation of color #BE123C: hue angle of 345.35º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BE123C is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 18 | 60 | - |
| CMYK | 0 | 0.91 | 0.68 | 0.25 |
| HSL | 345.35º | 0.83% | 0.41% | - |
| HSV(B) | 345.35º | 0.91% | 0.75% | - |
| XYZ | 22.27 | 11.71 | 5.36 | - |
| YUV | 74.22 | 119.98 | 210.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 18 | 60 | 0 | 0.91 | 0.68 | 0.25 | 345.35 | 0.83 | 0.41 |
| Hex | BE | 12 | 3C | 0 | 5B | 44 | 19 | 159 | 53 | 29 |
| Octal | 276 | 22 | 74 | 0 | 133 | 104 | 31 | 531 | 123 | 51 |
| Binary | 10111110 | 10010 | 111100 | 0 | 1011011 | 1000100 | 11001 | 101011001 | 1010011 | 101001 |
Color Harmonies of #BE123C
Complementary color
Monochromatic Colors of #BE123C
Black with #BE123C
Text Example
Text Example
White with #BE123C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE123C; }
p { color: rgb(190,18,60); }
H1.HeaderClassName
{
color: #BE123C;
}
.AnyTagClassName
{
color: #BE123C;
}
</style>
background-color css
<style>
a { background-color: #BE123C; }
a { background-color: rgb(190,18,60); }
div.DivClassName
{
background-color: #BE123C;
}
.BgClassName
{
background-color: #BE123C;
}
</style>
border-color css
<style>
span { border-color: #BE123C; }
span { border-color: rgb(190,18,60); }
td.TdClassName
{
border-color: #BE123C;
}
.TagClassName
{
border-color: #BE123C;
}
</style>