Shades of Cardinal #BE193C
Tints of Cardinal #BE193C
RGB
CMYK
RGB Variations
Color information
#BE193C (or 0xBE193C) is known color: Cardinal. HEX triplet: BE, 19 and 3C. RGB value is (190,25,60). Sum of RGB (Red+Green+Blue) = 190+25+60=275 (36% of max value = 765). Red value is 190 (74.61% from 255 or 69.09% from 275); Green value is 25 (10.16% from 255 or 9.09% from 275); Blue value is 60 (23.83% from 255 or 21.82% from 275); Max value from RGB is 190 - color contains mainly: red. Hex color #BE193C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE193C is #41E6C3. Grayscale: #4E4E4E. Windows color (decimal): -4318916 or 3938750. OLE color: 3938750.
HSL color Cylindrical-coordinate representation of color #BE193C: hue angle of 347.27º degrees, saturation: 0.77, 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 #BE193C is Cyan = 0, Magento = 0.87, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 25 | 60 | - |
| CMYK | 0 | 0.87 | 0.68 | 0.25 |
| HSL | 347.27º | 0.77% | 0.42% | - |
| HSV(B) | 347.27º | 0.87% | 0.75% | - |
| XYZ | 22.4 | 11.97 | 5.4 | - |
| YUV | 78.33 | 117.66 | 207.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 25 | 60 | 0 | 0.87 | 0.68 | 0.25 | 347.27 | 0.77 | 0.42 |
| Hex | BE | 19 | 3C | 0 | 57 | 44 | 19 | 15B | 4D | 2A |
| Octal | 276 | 31 | 74 | 0 | 127 | 104 | 31 | 533 | 115 | 52 |
| Binary | 10111110 | 11001 | 111100 | 0 | 1010111 | 1000100 | 11001 | 101011011 | 1001101 | 101010 |
Color Harmonies of #BE193C
Complementary color
Monochromatic Colors of #BE193C
Black with #BE193C
Text Example
Text Example
White with #BE193C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE193C; }
p { color: rgb(190,25,60); }
H1.HeaderClassName
{
color: #BE193C;
}
.AnyTagClassName
{
color: #BE193C;
}
</style>
background-color css
<style>
a { background-color: #BE193C; }
a { background-color: rgb(190,25,60); }
div.DivClassName
{
background-color: #BE193C;
}
.BgClassName
{
background-color: #BE193C;
}
</style>
border-color css
<style>
span { border-color: #BE193C; }
span { border-color: rgb(190,25,60); }
td.TdClassName
{
border-color: #BE193C;
}
.TagClassName
{
border-color: #BE193C;
}
</style>