Shades of Cardinal #BE184C
Tints of Cardinal #BE184C
RGB
CMYK
RGB Variations
Color information
#BE184C (or 0xBE184C) is known color: Cardinal. HEX triplet: BE, 18 and 4C. RGB value is (190,24,76). Sum of RGB (Red+Green+Blue) = 190+24+76=290 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.52% from 290); Green value is 24 (9.77% from 255 or 8.28% from 290); Blue value is 76 (30.08% from 255 or 26.21% from 290); Max value from RGB is 190 - color contains mainly: red. Hex color #BE184C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE184C is #41E7B3. Grayscale: #4F4F4F. Windows color (decimal): -4319156 or 4987070. OLE color: 4987070.
HSL color Cylindrical-coordinate representation of color #BE184C: hue angle of 341.2º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BE184C is Cyan = 0, Magento = 0.87, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 24 | 76 | - |
| CMYK | 0 | 0.87 | 0.60 | 0.25 |
| HSL | 341.2º | 0.78% | 0.42% | - |
| HSV(B) | 341.2º | 0.87% | 0.75% | - |
| XYZ | 22.87 | 12.12 | 7.97 | - |
| YUV | 79.56 | 126 | 206.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 24 | 76 | 0 | 0.87 | 0.60 | 0.25 | 341.2 | 0.78 | 0.42 |
| Hex | BE | 18 | 4C | 0 | 57 | 3C | 19 | 155 | 4E | 2A |
| Octal | 276 | 30 | 114 | 0 | 127 | 74 | 31 | 525 | 116 | 52 |
| Binary | 10111110 | 11000 | 1001100 | 0 | 1010111 | 111100 | 11001 | 101010101 | 1001110 | 101010 |
Color Harmonies of #BE184C
Complementary color
Monochromatic Colors of #BE184C
Black with #BE184C
Text Example
Text Example
White with #BE184C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE184C; }
p { color: rgb(190,24,76); }
H1.HeaderClassName
{
color: #BE184C;
}
.AnyTagClassName
{
color: #BE184C;
}
</style>
background-color css
<style>
a { background-color: #BE184C; }
a { background-color: rgb(190,24,76); }
div.DivClassName
{
background-color: #BE184C;
}
.BgClassName
{
background-color: #BE184C;
}
</style>
border-color css
<style>
span { border-color: #BE184C; }
span { border-color: rgb(190,24,76); }
td.TdClassName
{
border-color: #BE184C;
}
.TagClassName
{
border-color: #BE184C;
}
</style>