Shades of Cardinal #BE2432
Tints of Cardinal #BE2432
RGB
CMYK
RGB Variations
Color information
#BE2432 (or 0xBE2432) is known color: Cardinal. HEX triplet: BE, 24 and 32. RGB value is (190,36,50). Sum of RGB (Red+Green+Blue) = 190+36+50=276 (36% of max value = 765). Red value is 190 (74.61% from 255 or 68.84% from 276); Green value is 36 (14.45% from 255 or 13.04% from 276); Blue value is 50 (19.92% from 255 or 18.12% from 276); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2432 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2432 is #41DBCD. Grayscale: #535353. Windows color (decimal): -4316110 or 3286206. OLE color: 3286206.
HSL color Cylindrical-coordinate representation of color #BE2432: hue angle of 354.55º 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 #BE2432 is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 36 | 50 | - |
| CMYK | 0 | 0.81 | 0.74 | 0.25 |
| HSL | 354.55º | 0.68% | 0.44% | - |
| HSV(B) | 354.55º | 0.81% | 0.75% | - |
| XYZ | 22.44 | 12.44 | 4.24 | - |
| YUV | 83.64 | 109.02 | 203.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 36 | 50 | 0 | 0.81 | 0.74 | 0.25 | 354.55 | 0.68 | 0.44 |
| Hex | BE | 24 | 32 | 0 | 51 | 4A | 19 | 163 | 44 | 2C |
| Octal | 276 | 44 | 62 | 0 | 121 | 112 | 31 | 543 | 104 | 54 |
| Binary | 10111110 | 100100 | 110010 | 0 | 1010001 | 1001010 | 11001 | 101100011 | 1000100 | 101100 |
Color Harmonies of #BE2432
Complementary color
Monochromatic Colors of #BE2432
Black with #BE2432
Text Example
Text Example
White with #BE2432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2432; }
p { color: rgb(190,36,50); }
H1.HeaderClassName
{
color: #BE2432;
}
.AnyTagClassName
{
color: #BE2432;
}
</style>
background-color css
<style>
a { background-color: #BE2432; }
a { background-color: rgb(190,36,50); }
div.DivClassName
{
background-color: #BE2432;
}
.BgClassName
{
background-color: #BE2432;
}
</style>
border-color css
<style>
span { border-color: #BE2432; }
span { border-color: rgb(190,36,50); }
td.TdClassName
{
border-color: #BE2432;
}
.TagClassName
{
border-color: #BE2432;
}
</style>