Shades of Cardinal #BE253B
Tints of Cardinal #BE253B
RGB
CMYK
RGB Variations
Color information
#BE253B (or 0xBE253B) is known color: Cardinal. HEX triplet: BE, 25 and 3B. RGB value is (190,37,59). Sum of RGB (Red+Green+Blue) = 190+37+59=286 (37% of max value = 765). Red value is 190 (74.61% from 255 or 66.43% from 286); Green value is 37 (14.84% from 255 or 12.94% from 286); Blue value is 59 (23.44% from 255 or 20.63% from 286); Max value from RGB is 190 - color contains mainly: red. Hex color #BE253B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE253B is #41DAC4. Grayscale: #555555. Windows color (decimal): -4315845 or 3876286. OLE color: 3876286.
HSL color Cylindrical-coordinate representation of color #BE253B: hue angle of 351.37º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BE253B is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 37 | 59 | - |
| CMYK | 0 | 0.81 | 0.69 | 0.25 |
| HSL | 351.37º | 0.67% | 0.45% | - |
| HSV(B) | 351.37º | 0.81% | 0.75% | - |
| XYZ | 22.69 | 12.59 | 5.37 | - |
| YUV | 85.26 | 113.19 | 202.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 37 | 59 | 0 | 0.81 | 0.69 | 0.25 | 351.37 | 0.67 | 0.45 |
| Hex | BE | 25 | 3B | 0 | 51 | 45 | 19 | 15F | 43 | 2D |
| Octal | 276 | 45 | 73 | 0 | 121 | 105 | 31 | 537 | 103 | 55 |
| Binary | 10111110 | 100101 | 111011 | 0 | 1010001 | 1000101 | 11001 | 101011111 | 1000011 | 101101 |
Color Harmonies of #BE253B
Complementary color
Monochromatic Colors of #BE253B
Black with #BE253B
Text Example
Text Example
White with #BE253B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE253B; }
p { color: rgb(190,37,59); }
H1.HeaderClassName
{
color: #BE253B;
}
.AnyTagClassName
{
color: #BE253B;
}
</style>
background-color css
<style>
a { background-color: #BE253B; }
a { background-color: rgb(190,37,59); }
div.DivClassName
{
background-color: #BE253B;
}
.BgClassName
{
background-color: #BE253B;
}
</style>
border-color css
<style>
span { border-color: #BE253B; }
span { border-color: rgb(190,37,59); }
td.TdClassName
{
border-color: #BE253B;
}
.TagClassName
{
border-color: #BE253B;
}
</style>