Shades of Cardinal #BE2736
Tints of Cardinal #BE2736
RGB
CMYK
RGB Variations
Color information
#BE2736 (or 0xBE2736) is known color: Cardinal. HEX triplet: BE, 27 and 36. RGB value is (190,39,54). Sum of RGB (Red+Green+Blue) = 190+39+54=283 (37% of max value = 765). Red value is 190 (74.61% from 255 or 67.14% from 283); Green value is 39 (15.62% from 255 or 13.78% from 283); Blue value is 54 (21.48% from 255 or 19.08% from 283); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2736 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2736 is #41D8C9. Grayscale: #555555. Windows color (decimal): -4315338 or 3549118. OLE color: 3549118.
HSL color Cylindrical-coordinate representation of color #BE2736: hue angle of 354.04º 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 #BE2736 is Cyan = 0, Magento = 0.79, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 39 | 54 | - |
| CMYK | 0 | 0.79 | 0.72 | 0.25 |
| HSL | 354.04º | 0.66% | 0.45% | - |
| HSV(B) | 354.04º | 0.79% | 0.75% | - |
| XYZ | 22.63 | 12.66 | 4.74 | - |
| YUV | 85.86 | 110.03 | 202.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 39 | 54 | 0 | 0.79 | 0.72 | 0.25 | 354.04 | 0.66 | 0.45 |
| Hex | BE | 27 | 36 | 0 | 4F | 48 | 19 | 162 | 42 | 2D |
| Octal | 276 | 47 | 66 | 0 | 117 | 110 | 31 | 542 | 102 | 55 |
| Binary | 10111110 | 100111 | 110110 | 0 | 1001111 | 1001000 | 11001 | 101100010 | 1000010 | 101101 |
Color Harmonies of #BE2736
Complementary color
Monochromatic Colors of #BE2736
Black with #BE2736
Text Example
Text Example
White with #BE2736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2736; }
p { color: rgb(190,39,54); }
H1.HeaderClassName
{
color: #BE2736;
}
.AnyTagClassName
{
color: #BE2736;
}
</style>
background-color css
<style>
a { background-color: #BE2736; }
a { background-color: rgb(190,39,54); }
div.DivClassName
{
background-color: #BE2736;
}
.BgClassName
{
background-color: #BE2736;
}
</style>
border-color css
<style>
span { border-color: #BE2736; }
span { border-color: rgb(190,39,54); }
td.TdClassName
{
border-color: #BE2736;
}
.TagClassName
{
border-color: #BE2736;
}
</style>