Shades of Cardinal #BE1632
Tints of Cardinal #BE1632
RGB
CMYK
RGB Variations
Color information
#BE1632 (or 0xBE1632) is known color: Cardinal. HEX triplet: BE, 16 and 32. RGB value is (190,22,50). Sum of RGB (Red+Green+Blue) = 190+22+50=262 (34% of max value = 765). Red value is 190 (74.61% from 255 or 72.52% from 262); Green value is 22 (8.98% from 255 or 8.40% from 262); Blue value is 50 (19.92% from 255 or 19.08% from 262); Max value from RGB is 190 - color contains mainly: red. Hex color #BE1632 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE1632 is #41E9CD. Grayscale: #4B4B4B. Windows color (decimal): -4319694 or 3282622. OLE color: 3282622.
HSL color Cylindrical-coordinate representation of color #BE1632: hue angle of 350º 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 #BE1632 is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 22 | 50 | - |
| CMYK | 0 | 0.88 | 0.74 | 0.25 |
| HSL | 350º | 0.79% | 0.42% | - |
| HSV(B) | 350º | 0.88% | 0.75% | - |
| XYZ | 22.1 | 11.75 | 4.12 | - |
| YUV | 75.42 | 113.66 | 209.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 22 | 50 | 0 | 0.88 | 0.74 | 0.25 | 350 | 0.79 | 0.42 |
| Hex | BE | 16 | 32 | 0 | 58 | 4A | 19 | 15E | 4F | 2A |
| Octal | 276 | 26 | 62 | 0 | 130 | 112 | 31 | 536 | 117 | 52 |
| Binary | 10111110 | 10110 | 110010 | 0 | 1011000 | 1001010 | 11001 | 101011110 | 1001111 | 101010 |
Color Harmonies of #BE1632
Complementary color
Monochromatic Colors of #BE1632
Black with #BE1632
Text Example
Text Example
White with #BE1632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE1632; }
p { color: rgb(190,22,50); }
H1.HeaderClassName
{
color: #BE1632;
}
.AnyTagClassName
{
color: #BE1632;
}
</style>
background-color css
<style>
a { background-color: #BE1632; }
a { background-color: rgb(190,22,50); }
div.DivClassName
{
background-color: #BE1632;
}
.BgClassName
{
background-color: #BE1632;
}
</style>
border-color css
<style>
span { border-color: #BE1632; }
span { border-color: rgb(190,22,50); }
td.TdClassName
{
border-color: #BE1632;
}
.TagClassName
{
border-color: #BE1632;
}
</style>