Shades of Cardinal #BE1633
Tints of Cardinal #BE1633
RGB
CMYK
RGB Variations
Color information
#BE1633 (or 0xBE1633) is known color: Cardinal. HEX triplet: BE, 16 and 33. RGB value is (190,22,51). Sum of RGB (Red+Green+Blue) = 190+22+51=263 (34% of max value = 765). Red value is 190 (74.61% from 255 or 72.24% from 263); Green value is 22 (8.98% from 255 or 8.37% from 263); Blue value is 51 (20.31% from 255 or 19.39% from 263); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1633 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE1633 is #41E9CC. Grayscale: #4B4B4B. Windows color (decimal): -4319693 or 3348158. OLE color: 3348158.
HSL color Cylindrical-coordinate representation of color #BE1633: hue angle of 349.64º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BE1633 is Cyan = 0, Magento = 0.88, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 22 | 51 | - |
| CMYK | 0 | 0.88 | 0.73 | 0.25 |
| HSL | 349.64º | 0.79% | 0.42% | - |
| HSV(B) | 349.64º | 0.88% | 0.75% | - |
| XYZ | 22.12 | 11.76 | 4.24 | - |
| YUV | 75.54 | 114.16 | 209.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 22 | 51 | 0 | 0.88 | 0.73 | 0.25 | 349.64 | 0.79 | 0.42 |
| Hex | BE | 16 | 33 | 0 | 58 | 49 | 19 | 15E | 4F | 2A |
| Octal | 276 | 26 | 63 | 0 | 130 | 111 | 31 | 536 | 117 | 52 |
| Binary | 10111110 | 10110 | 110011 | 0 | 1011000 | 1001001 | 11001 | 101011110 | 1001111 | 101010 |
Color Harmonies of #BE1633
Complementary color
Monochromatic Colors of #BE1633
Black with #BE1633
Text Example
Text Example
White with #BE1633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1633; }
p { color: rgb(190,22,51); }
H1.HeaderClassName
{
color: #BE1633;
}
.AnyTagClassName
{
color: #BE1633;
}
</style>
background-color css
<style>
a { background-color: #BE1633; }
a { background-color: rgb(190,22,51); }
div.DivClassName
{
background-color: #BE1633;
}
.BgClassName
{
background-color: #BE1633;
}
</style>
border-color css
<style>
span { border-color: #BE1633; }
span { border-color: rgb(190,22,51); }
td.TdClassName
{
border-color: #BE1633;
}
.TagClassName
{
border-color: #BE1633;
}
</style>