Shades of Cardinal #BE103F
Tints of Cardinal #BE103F
RGB
CMYK
RGB Variations
Color information
#BE103F (or 0xBE103F) is known color: Cardinal. HEX triplet: BE, 10 and 3F. RGB value is (190,16,63). Sum of RGB (Red+Green+Blue) = 190+16+63=269 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.63% from 269); Green value is 16 (6.64% from 255 or 5.95% from 269); Blue value is 63 (25% from 255 or 23.42% from 269); Max value from RGB is 190 - color contains mainly: red. Hex color #BE103F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE103F is #41EFC0. Grayscale: #494949. Windows color (decimal): -4321217 or 4133054. OLE color: 4133054.
HSL color Cylindrical-coordinate representation of color #BE103F: hue angle of 343.79º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BE103F is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 16 | 63 | - |
| CMYK | 0 | 0.92 | 0.67 | 0.25 |
| HSL | 343.79º | 0.84% | 0.4% | - |
| HSV(B) | 343.79º | 0.92% | 0.75% | - |
| XYZ | 22.32 | 11.68 | 5.78 | - |
| YUV | 73.38 | 122.15 | 211.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 16 | 63 | 0 | 0.92 | 0.67 | 0.25 | 343.79 | 0.84 | 0.4 |
| Hex | BE | 10 | 3F | 0 | 5C | 43 | 19 | 158 | 54 | 28 |
| Octal | 276 | 20 | 77 | 0 | 134 | 103 | 31 | 530 | 124 | 50 |
| Binary | 10111110 | 10000 | 111111 | 0 | 1011100 | 1000011 | 11001 | 101011000 | 1010100 | 101000 |
Color Harmonies of #BE103F
Complementary color
Monochromatic Colors of #BE103F
Black with #BE103F
Text Example
Text Example
White with #BE103F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE103F; }
p { color: rgb(190,16,63); }
H1.HeaderClassName
{
color: #BE103F;
}
.AnyTagClassName
{
color: #BE103F;
}
</style>
background-color css
<style>
a { background-color: #BE103F; }
a { background-color: rgb(190,16,63); }
div.DivClassName
{
background-color: #BE103F;
}
.BgClassName
{
background-color: #BE103F;
}
</style>
border-color css
<style>
span { border-color: #BE103F; }
span { border-color: rgb(190,16,63); }
td.TdClassName
{
border-color: #BE103F;
}
.TagClassName
{
border-color: #BE103F;
}
</style>