Shades of Cardinal #BE2733
Tints of Cardinal #BE2733
RGB
CMYK
RGB Variations
Color information
#BE2733 (or 0xBE2733) is known color: Cardinal. HEX triplet: BE, 27 and 33. RGB value is (190,39,51). Sum of RGB (Red+Green+Blue) = 190+39+51=280 (37% of max value = 765). Red value is 190 (74.61% from 255 or 67.86% from 280); Green value is 39 (15.62% from 255 or 13.93% from 280); Blue value is 51 (20.31% from 255 or 18.21% from 280); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2733 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2733 is #41D8CC. Grayscale: #555555. Windows color (decimal): -4315341 or 3352510. OLE color: 3352510.
HSL color Cylindrical-coordinate representation of color #BE2733: hue angle of 355.23º degrees, saturation: 0.66, 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 #BE2733 is Cyan = 0, Magento = 0.79, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 39 | 51 | - |
| CMYK | 0 | 0.79 | 0.73 | 0.25 |
| HSL | 355.23º | 0.66% | 0.45% | - |
| HSV(B) | 355.23º | 0.79% | 0.75% | - |
| XYZ | 22.56 | 12.64 | 4.38 | - |
| YUV | 85.52 | 108.53 | 202.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 39 | 51 | 0 | 0.79 | 0.73 | 0.25 | 355.23 | 0.66 | 0.45 |
| Hex | BE | 27 | 33 | 0 | 4F | 49 | 19 | 163 | 42 | 2D |
| Octal | 276 | 47 | 63 | 0 | 117 | 111 | 31 | 543 | 102 | 55 |
| Binary | 10111110 | 100111 | 110011 | 0 | 1001111 | 1001001 | 11001 | 101100011 | 1000010 | 101101 |
Color Harmonies of #BE2733
Complementary color
Monochromatic Colors of #BE2733
Black with #BE2733
Text Example
Text Example
White with #BE2733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2733; }
p { color: rgb(190,39,51); }
H1.HeaderClassName
{
color: #BE2733;
}
.AnyTagClassName
{
color: #BE2733;
}
</style>
background-color css
<style>
a { background-color: #BE2733; }
a { background-color: rgb(190,39,51); }
div.DivClassName
{
background-color: #BE2733;
}
.BgClassName
{
background-color: #BE2733;
}
</style>
border-color css
<style>
span { border-color: #BE2733; }
span { border-color: rgb(190,39,51); }
td.TdClassName
{
border-color: #BE2733;
}
.TagClassName
{
border-color: #BE2733;
}
</style>