Shades of Cardinal #BE212F
Tints of Cardinal #BE212F
RGB
CMYK
RGB Variations
Color information
#BE212F (or 0xBE212F) is known color: Cardinal. HEX triplet: BE, 21 and 2F. RGB value is (190,33,47). Sum of RGB (Red+Green+Blue) = 190+33+47=270 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.37% from 270); Green value is 33 (13.28% from 255 or 12.22% from 270); Blue value is 47 (18.75% from 255 or 17.41% from 270); Max value from RGB is 190 - color contains mainly: red. Hex color #BE212F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE212F is #41DED0. Grayscale: #515151. Windows color (decimal): -4316881 or 3088830. OLE color: 3088830.
HSL color Cylindrical-coordinate representation of color #BE212F: hue angle of 354.65º degrees, saturation: 0.7, 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 #BE212F is Cyan = 0, Magento = 0.83, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 33 | 47 | - |
| CMYK | 0 | 0.83 | 0.75 | 0.25 |
| HSL | 354.65º | 0.7% | 0.44% | - |
| HSV(B) | 354.65º | 0.83% | 0.75% | - |
| XYZ | 22.29 | 12.24 | 3.88 | - |
| YUV | 81.54 | 108.51 | 205.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 33 | 47 | 0 | 0.83 | 0.75 | 0.25 | 354.65 | 0.7 | 0.44 |
| Hex | BE | 21 | 2F | 0 | 53 | 4B | 19 | 163 | 46 | 2C |
| Octal | 276 | 41 | 57 | 0 | 123 | 113 | 31 | 543 | 106 | 54 |
| Binary | 10111110 | 100001 | 101111 | 0 | 1010011 | 1001011 | 11001 | 101100011 | 1000110 | 101100 |
Color Harmonies of #BE212F
Complementary color
Monochromatic Colors of #BE212F
Black with #BE212F
Text Example
Text Example
White with #BE212F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE212F; }
p { color: rgb(190,33,47); }
H1.HeaderClassName
{
color: #BE212F;
}
.AnyTagClassName
{
color: #BE212F;
}
</style>
background-color css
<style>
a { background-color: #BE212F; }
a { background-color: rgb(190,33,47); }
div.DivClassName
{
background-color: #BE212F;
}
.BgClassName
{
background-color: #BE212F;
}
</style>
border-color css
<style>
span { border-color: #BE212F; }
span { border-color: rgb(190,33,47); }
td.TdClassName
{
border-color: #BE212F;
}
.TagClassName
{
border-color: #BE212F;
}
</style>