Shades of Cardinal #BE243E
Tints of Cardinal #BE243E
RGB
CMYK
RGB Variations
Color information
#BE243E (or 0xBE243E) is known color: Cardinal. HEX triplet: BE, 24 and 3E. RGB value is (190,36,62). Sum of RGB (Red+Green+Blue) = 190+36+62=288 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.97% from 288); Green value is 36 (14.45% from 255 or 12.5% from 288); Blue value is 62 (24.61% from 255 or 21.53% from 288); Max value from RGB is 190 - color contains mainly: red. Hex color #BE243E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE243E is #41DBC1. Grayscale: #555555. Windows color (decimal): -4316098 or 4072638. OLE color: 4072638.
HSL color Cylindrical-coordinate representation of color #BE243E: hue angle of 349.87º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BE243E is Cyan = 0, Magento = 0.81, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 36 | 62 | - |
| CMYK | 0 | 0.81 | 0.67 | 0.25 |
| HSL | 349.87º | 0.68% | 0.44% | - |
| HSV(B) | 349.87º | 0.81% | 0.75% | - |
| XYZ | 22.74 | 12.56 | 5.78 | - |
| YUV | 85.01 | 115.02 | 202.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 36 | 62 | 0 | 0.81 | 0.67 | 0.25 | 349.87 | 0.68 | 0.44 |
| Hex | BE | 24 | 3E | 0 | 51 | 43 | 19 | 15E | 44 | 2C |
| Octal | 276 | 44 | 76 | 0 | 121 | 103 | 31 | 536 | 104 | 54 |
| Binary | 10111110 | 100100 | 111110 | 0 | 1010001 | 1000011 | 11001 | 101011110 | 1000100 | 101100 |
Color Harmonies of #BE243E
Complementary color
Monochromatic Colors of #BE243E
Black with #BE243E
Text Example
Text Example
White with #BE243E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE243E; }
p { color: rgb(190,36,62); }
H1.HeaderClassName
{
color: #BE243E;
}
.AnyTagClassName
{
color: #BE243E;
}
</style>
background-color css
<style>
a { background-color: #BE243E; }
a { background-color: rgb(190,36,62); }
div.DivClassName
{
background-color: #BE243E;
}
.BgClassName
{
background-color: #BE243E;
}
</style>
border-color css
<style>
span { border-color: #BE243E; }
span { border-color: rgb(190,36,62); }
td.TdClassName
{
border-color: #BE243E;
}
.TagClassName
{
border-color: #BE243E;
}
</style>