Shades of Cardinal #BE2732
Tints of Cardinal #BE2732
RGB
CMYK
RGB Variations
Color information
#BE2732 (or 0xBE2732) is known color: Cardinal. HEX triplet: BE, 27 and 32. RGB value is (190,39,50). Sum of RGB (Red+Green+Blue) = 190+39+50=279 (36% of max value = 765). Red value is 190 (74.61% from 255 or 68.10% from 279); Green value is 39 (15.62% from 255 or 13.98% from 279); Blue value is 50 (19.92% from 255 or 17.92% from 279); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2732 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2732 is #41D8CD. Grayscale: #555555. Windows color (decimal): -4315342 or 3286974. OLE color: 3286974.
HSL color Cylindrical-coordinate representation of color #BE2732: hue angle of 355.63º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BE2732 is Cyan = 0, Magento = 0.79, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 39 | 50 | - |
| CMYK | 0 | 0.79 | 0.74 | 0.25 |
| HSL | 355.63º | 0.66% | 0.45% | - |
| HSV(B) | 355.63º | 0.79% | 0.75% | - |
| XYZ | 22.54 | 12.63 | 4.27 | - |
| YUV | 85.4 | 108.03 | 202.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 39 | 50 | 0 | 0.79 | 0.74 | 0.25 | 355.63 | 0.66 | 0.45 |
| Hex | BE | 27 | 32 | 0 | 4F | 4A | 19 | 164 | 42 | 2D |
| Octal | 276 | 47 | 62 | 0 | 117 | 112 | 31 | 544 | 102 | 55 |
| Binary | 10111110 | 100111 | 110010 | 0 | 1001111 | 1001010 | 11001 | 101100100 | 1000010 | 101101 |
Color Harmonies of #BE2732
Complementary color
Monochromatic Colors of #BE2732
Black with #BE2732
Text Example
Text Example
White with #BE2732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2732; }
p { color: rgb(190,39,50); }
H1.HeaderClassName
{
color: #BE2732;
}
.AnyTagClassName
{
color: #BE2732;
}
</style>
background-color css
<style>
a { background-color: #BE2732; }
a { background-color: rgb(190,39,50); }
div.DivClassName
{
background-color: #BE2732;
}
.BgClassName
{
background-color: #BE2732;
}
</style>
border-color css
<style>
span { border-color: #BE2732; }
span { border-color: rgb(190,39,50); }
td.TdClassName
{
border-color: #BE2732;
}
.TagClassName
{
border-color: #BE2732;
}
</style>