Shades of Cardinal #BE162F
Tints of Cardinal #BE162F
RGB
CMYK
RGB Variations
Color information
#BE162F (or 0xBE162F) is known color: Cardinal. HEX triplet: BE, 16 and 2F. RGB value is (190,22,47). Sum of RGB (Red+Green+Blue) = 190+22+47=259 (34% of max value = 765). Red value is 190 (74.61% from 255 or 73.36% from 259); Green value is 22 (8.98% from 255 or 8.49% from 259); Blue value is 47 (18.75% from 255 or 18.15% from 259); Max value from RGB is 190 - color contains mainly: red. Hex color #BE162F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE162F is #41E9D0. Grayscale: #4B4B4B. Windows color (decimal): -4319697 or 3086014. OLE color: 3086014.
HSL color Cylindrical-coordinate representation of color #BE162F: hue angle of 351.07º 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 #BE162F is Cyan = 0, Magento = 0.88, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 22 | 47 | - |
| CMYK | 0 | 0.88 | 0.75 | 0.25 |
| HSL | 351.07º | 0.79% | 0.42% | - |
| HSV(B) | 351.07º | 0.88% | 0.75% | - |
| XYZ | 22.04 | 11.73 | 3.79 | - |
| YUV | 75.08 | 112.16 | 209.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 22 | 47 | 0 | 0.88 | 0.75 | 0.25 | 351.07 | 0.79 | 0.42 |
| Hex | BE | 16 | 2F | 0 | 58 | 4B | 19 | 15F | 4F | 2A |
| Octal | 276 | 26 | 57 | 0 | 130 | 113 | 31 | 537 | 117 | 52 |
| Binary | 10111110 | 10110 | 101111 | 0 | 1011000 | 1001011 | 11001 | 101011111 | 1001111 | 101010 |
Color Harmonies of #BE162F
Complementary color
Monochromatic Colors of #BE162F
Black with #BE162F
Text Example
Text Example
White with #BE162F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE162F; }
p { color: rgb(190,22,47); }
H1.HeaderClassName
{
color: #BE162F;
}
.AnyTagClassName
{
color: #BE162F;
}
</style>
background-color css
<style>
a { background-color: #BE162F; }
a { background-color: rgb(190,22,47); }
div.DivClassName
{
background-color: #BE162F;
}
.BgClassName
{
background-color: #BE162F;
}
</style>
border-color css
<style>
span { border-color: #BE162F; }
span { border-color: rgb(190,22,47); }
td.TdClassName
{
border-color: #BE162F;
}
.TagClassName
{
border-color: #BE162F;
}
</style>