Shades of Cardinal #BE253C
Tints of Cardinal #BE253C
RGB
CMYK
RGB Variations
Color information
#BE253C (or 0xBE253C) is known color: Cardinal. HEX triplet: BE, 25 and 3C. RGB value is (190,37,60). Sum of RGB (Red+Green+Blue) = 190+37+60=287 (38% of max value = 765). Red value is 190 (74.61% from 255 or 66.20% from 287); Green value is 37 (14.84% from 255 or 12.89% from 287); Blue value is 60 (23.83% from 255 or 20.91% from 287); Max value from RGB is 190 - color contains mainly: red. Hex color #BE253C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE253C is #41DAC3. Grayscale: #555555. Windows color (decimal): -4315844 or 3941822. OLE color: 3941822.
HSL color Cylindrical-coordinate representation of color #BE253C: hue angle of 350.98º 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 #BE253C is Cyan = 0, Magento = 0.81, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 37 | 60 | - |
| CMYK | 0 | 0.81 | 0.68 | 0.25 |
| HSL | 350.98º | 0.67% | 0.45% | - |
| HSV(B) | 350.98º | 0.81% | 0.75% | - |
| XYZ | 22.71 | 12.6 | 5.51 | - |
| YUV | 85.37 | 113.69 | 202.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 37 | 60 | 0 | 0.81 | 0.68 | 0.25 | 350.98 | 0.67 | 0.45 |
| Hex | BE | 25 | 3C | 0 | 51 | 44 | 19 | 15F | 43 | 2D |
| Octal | 276 | 45 | 74 | 0 | 121 | 104 | 31 | 537 | 103 | 55 |
| Binary | 10111110 | 100101 | 111100 | 0 | 1010001 | 1000100 | 11001 | 101011111 | 1000011 | 101101 |
Color Harmonies of #BE253C
Complementary color
Monochromatic Colors of #BE253C
Black with #BE253C
Text Example
Text Example
White with #BE253C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE253C; }
p { color: rgb(190,37,60); }
H1.HeaderClassName
{
color: #BE253C;
}
.AnyTagClassName
{
color: #BE253C;
}
</style>
background-color css
<style>
a { background-color: #BE253C; }
a { background-color: rgb(190,37,60); }
div.DivClassName
{
background-color: #BE253C;
}
.BgClassName
{
background-color: #BE253C;
}
</style>
border-color css
<style>
span { border-color: #BE253C; }
span { border-color: rgb(190,37,60); }
td.TdClassName
{
border-color: #BE253C;
}
.TagClassName
{
border-color: #BE253C;
}
</style>