Shades of Cardinal #BE2034
Tints of Cardinal #BE2034
RGB
CMYK
RGB Variations
Color information
#BE2034 (or 0xBE2034) is known color: Cardinal. HEX triplet: BE, 20 and 34. RGB value is (190,32,52). Sum of RGB (Red+Green+Blue) = 190+32+52=274 (36% of max value = 765). Red value is 190 (74.61% from 255 or 69.34% from 274); Green value is 32 (12.89% from 255 or 11.68% from 274); Blue value is 52 (20.70% from 255 or 18.98% from 274); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2034 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2034 is #41DFCB. Grayscale: #515151. Windows color (decimal): -4317132 or 3416254. OLE color: 3416254.
HSL color Cylindrical-coordinate representation of color #BE2034: hue angle of 352.41º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BE2034 is Cyan = 0, Magento = 0.83, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 32 | 52 | - |
| CMYK | 0 | 0.83 | 0.73 | 0.25 |
| HSL | 352.41º | 0.71% | 0.44% | - |
| HSV(B) | 352.41º | 0.83% | 0.75% | - |
| XYZ | 22.37 | 12.23 | 4.43 | - |
| YUV | 81.52 | 111.35 | 205.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 32 | 52 | 0 | 0.83 | 0.73 | 0.25 | 352.41 | 0.71 | 0.44 |
| Hex | BE | 20 | 34 | 0 | 53 | 49 | 19 | 160 | 47 | 2C |
| Octal | 276 | 40 | 64 | 0 | 123 | 111 | 31 | 540 | 107 | 54 |
| Binary | 10111110 | 100000 | 110100 | 0 | 1010011 | 1001001 | 11001 | 101100000 | 1000111 | 101100 |
Color Harmonies of #BE2034
Complementary color
Monochromatic Colors of #BE2034
Black with #BE2034
Text Example
Text Example
White with #BE2034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2034; }
p { color: rgb(190,32,52); }
H1.HeaderClassName
{
color: #BE2034;
}
.AnyTagClassName
{
color: #BE2034;
}
</style>
background-color css
<style>
a { background-color: #BE2034; }
a { background-color: rgb(190,32,52); }
div.DivClassName
{
background-color: #BE2034;
}
.BgClassName
{
background-color: #BE2034;
}
</style>
border-color css
<style>
span { border-color: #BE2034; }
span { border-color: rgb(190,32,52); }
td.TdClassName
{
border-color: #BE2034;
}
.TagClassName
{
border-color: #BE2034;
}
</style>