Shades of Cardinal #BE2033
Tints of Cardinal #BE2033
RGB
CMYK
RGB Variations
Color information
#BE2033 (or 0xBE2033) is known color: Cardinal. HEX triplet: BE, 20 and 33. RGB value is (190,32,51). Sum of RGB (Red+Green+Blue) = 190+32+51=273 (36% of max value = 765). Red value is 190 (74.61% from 255 or 69.60% from 273); Green value is 32 (12.89% from 255 or 11.72% from 273); Blue value is 51 (20.31% from 255 or 18.68% from 273); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2033 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2033 is #41DFCC. Grayscale: #515151. Windows color (decimal): -4317133 or 3350718. OLE color: 3350718.
HSL color Cylindrical-coordinate representation of color #BE2033: hue angle of 352.78º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BE2033 is Cyan = 0, Magento = 0.83, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 32 | 51 | - |
| CMYK | 0 | 0.83 | 0.73 | 0.25 |
| HSL | 352.78º | 0.71% | 0.44% | - |
| HSV(B) | 352.78º | 0.83% | 0.75% | - |
| XYZ | 22.35 | 12.22 | 4.31 | - |
| YUV | 81.41 | 110.85 | 205.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 32 | 51 | 0 | 0.83 | 0.73 | 0.25 | 352.78 | 0.71 | 0.44 |
| Hex | BE | 20 | 33 | 0 | 53 | 49 | 19 | 161 | 47 | 2C |
| Octal | 276 | 40 | 63 | 0 | 123 | 111 | 31 | 541 | 107 | 54 |
| Binary | 10111110 | 100000 | 110011 | 0 | 1010011 | 1001001 | 11001 | 101100001 | 1000111 | 101100 |
Color Harmonies of #BE2033
Complementary color
Monochromatic Colors of #BE2033
Black with #BE2033
Text Example
Text Example
White with #BE2033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2033; }
p { color: rgb(190,32,51); }
H1.HeaderClassName
{
color: #BE2033;
}
.AnyTagClassName
{
color: #BE2033;
}
</style>
background-color css
<style>
a { background-color: #BE2033; }
a { background-color: rgb(190,32,51); }
div.DivClassName
{
background-color: #BE2033;
}
.BgClassName
{
background-color: #BE2033;
}
</style>
border-color css
<style>
span { border-color: #BE2033; }
span { border-color: rgb(190,32,51); }
td.TdClassName
{
border-color: #BE2033;
}
.TagClassName
{
border-color: #BE2033;
}
</style>