Shades of Cardinal #BE0231
Tints of Cardinal #BE0231
RGB
CMYK
RGB Variations
Color information
#BE0231 (or 0xBE0231) is known color: Cardinal. HEX triplet: BE, 02 and 31. RGB value is (190,2,49). Sum of RGB (Red+Green+Blue) = 190+2+49=241 (31% of max value = 765). Red value is 190 (74.61% from 255 or 78.84% from 241); Green value is 2 (1.17% from 255 or 0.83% from 241); Blue value is 49 (19.53% from 255 or 20.33% from 241); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0231 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0231 is #41FDCE. Grayscale: #3F3F3F. Windows color (decimal): -4324815 or 3211966. OLE color: 3211966.
HSL color Cylindrical-coordinate representation of color #BE0231: hue angle of 345º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BE0231 is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 2 | 49 | - |
| CMYK | 0 | 0.99 | 0.74 | 0.25 |
| HSL | 345º | 0.98% | 0.38% | - |
| HSV(B) | 345º | 0.99% | 0.75% | - |
| XYZ | 21.81 | 11.21 | 3.92 | - |
| YUV | 63.57 | 119.78 | 218.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 2 | 49 | 0 | 0.99 | 0.74 | 0.25 | 345 | 0.98 | 0.38 |
| Hex | BE | 2 | 31 | 0 | 63 | 4A | 19 | 159 | 62 | 26 |
| Octal | 276 | 2 | 61 | 0 | 143 | 112 | 31 | 531 | 142 | 46 |
| Binary | 10111110 | 10 | 110001 | 0 | 1100011 | 1001010 | 11001 | 101011001 | 1100010 | 100110 |
Color Harmonies of #BE0231
Complementary color
Monochromatic Colors of #BE0231
Black with #BE0231
Text Example
Text Example
White with #BE0231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0231; }
p { color: rgb(190,2,49); }
H1.HeaderClassName
{
color: #BE0231;
}
.AnyTagClassName
{
color: #BE0231;
}
</style>
background-color css
<style>
a { background-color: #BE0231; }
a { background-color: rgb(190,2,49); }
div.DivClassName
{
background-color: #BE0231;
}
.BgClassName
{
background-color: #BE0231;
}
</style>
border-color css
<style>
span { border-color: #BE0231; }
span { border-color: rgb(190,2,49); }
td.TdClassName
{
border-color: #BE0231;
}
.TagClassName
{
border-color: #BE0231;
}
</style>