Shades of Cardinal #BE222E
Tints of Cardinal #BE222E
RGB
CMYK
RGB Variations
Color information
#BE222E (or 0xBE222E) is known color: Cardinal. HEX triplet: BE, 22 and 2E. RGB value is (190,34,46). Sum of RGB (Red+Green+Blue) = 190+34+46=270 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.37% from 270); Green value is 34 (13.67% from 255 or 12.59% from 270); Blue value is 46 (18.36% from 255 or 17.04% from 270); Max value from RGB is 190 - color contains mainly: red. Hex color #BE222E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE222E is #41DDD1. Grayscale: #525252. Windows color (decimal): -4316626 or 3023550. OLE color: 3023550.
HSL color Cylindrical-coordinate representation of color #BE222E: hue angle of 355.38º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BE222E is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 34 | 46 | - |
| CMYK | 0 | 0.82 | 0.76 | 0.25 |
| HSL | 355.38º | 0.7% | 0.44% | - |
| HSV(B) | 355.38º | 0.82% | 0.75% | - |
| XYZ | 22.3 | 12.29 | 3.78 | - |
| YUV | 82.01 | 107.68 | 205.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 34 | 46 | 0 | 0.82 | 0.76 | 0.25 | 355.38 | 0.7 | 0.44 |
| Hex | BE | 22 | 2E | 0 | 52 | 4C | 19 | 163 | 46 | 2C |
| Octal | 276 | 42 | 56 | 0 | 122 | 114 | 31 | 543 | 106 | 54 |
| Binary | 10111110 | 100010 | 101110 | 0 | 1010010 | 1001100 | 11001 | 101100011 | 1000110 | 101100 |
Color Harmonies of #BE222E
Complementary color
Monochromatic Colors of #BE222E
Black with #BE222E
Text Example
Text Example
White with #BE222E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE222E; }
p { color: rgb(190,34,46); }
H1.HeaderClassName
{
color: #BE222E;
}
.AnyTagClassName
{
color: #BE222E;
}
</style>
background-color css
<style>
a { background-color: #BE222E; }
a { background-color: rgb(190,34,46); }
div.DivClassName
{
background-color: #BE222E;
}
.BgClassName
{
background-color: #BE222E;
}
</style>
border-color css
<style>
span { border-color: #BE222E; }
span { border-color: rgb(190,34,46); }
td.TdClassName
{
border-color: #BE222E;
}
.TagClassName
{
border-color: #BE222E;
}
</style>