Shades of Cardinal #BE2833
Tints of Cardinal #BE2833
RGB
CMYK
RGB Variations
Color information
#BE2833 (or 0xBE2833) is known color: Cardinal. HEX triplet: BE, 28 and 33. RGB value is (190,40,51). Sum of RGB (Red+Green+Blue) = 190+40+51=281 (37% of max value = 765). Red value is 190 (74.61% from 255 or 67.62% from 281); Green value is 40 (16.02% from 255 or 14.23% from 281); Blue value is 51 (20.31% from 255 or 18.15% from 281); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2833 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2833 is #41D7CC. Grayscale: #565656. Windows color (decimal): -4315085 or 3352766. OLE color: 3352766.
HSL color Cylindrical-coordinate representation of color #BE2833: hue angle of 355.6º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BE2833 is Cyan = 0, Magento = 0.79, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 40 | 51 | - |
| CMYK | 0 | 0.79 | 0.73 | 0.25 |
| HSL | 355.6º | 0.65% | 0.45% | - |
| HSV(B) | 355.6º | 0.79% | 0.75% | - |
| XYZ | 22.59 | 12.7 | 4.39 | - |
| YUV | 86.1 | 108.2 | 202.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 40 | 51 | 0 | 0.79 | 0.73 | 0.25 | 355.6 | 0.65 | 0.45 |
| Hex | BE | 28 | 33 | 0 | 4F | 49 | 19 | 164 | 41 | 2D |
| Octal | 276 | 50 | 63 | 0 | 117 | 111 | 31 | 544 | 101 | 55 |
| Binary | 10111110 | 101000 | 110011 | 0 | 1001111 | 1001001 | 11001 | 101100100 | 1000001 | 101101 |
Color Harmonies of #BE2833
Complementary color
Monochromatic Colors of #BE2833
Black with #BE2833
Text Example
Text Example
White with #BE2833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2833; }
p { color: rgb(190,40,51); }
H1.HeaderClassName
{
color: #BE2833;
}
.AnyTagClassName
{
color: #BE2833;
}
</style>
background-color css
<style>
a { background-color: #BE2833; }
a { background-color: rgb(190,40,51); }
div.DivClassName
{
background-color: #BE2833;
}
.BgClassName
{
background-color: #BE2833;
}
</style>
border-color css
<style>
span { border-color: #BE2833; }
span { border-color: rgb(190,40,51); }
td.TdClassName
{
border-color: #BE2833;
}
.TagClassName
{
border-color: #BE2833;
}
</style>