Shades of Cardinal #BE123F
Tints of Cardinal #BE123F
RGB
CMYK
RGB Variations
Color information
#BE123F (or 0xBE123F) is known color: Cardinal. HEX triplet: BE, 12 and 3F. RGB value is (190,18,63). Sum of RGB (Red+Green+Blue) = 190+18+63=271 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.11% from 271); Green value is 18 (7.42% from 255 or 6.64% from 271); Blue value is 63 (25% from 255 or 23.25% from 271); Max value from RGB is 190 - color contains mainly: red. Hex color #BE123F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE123F is #41EDC0. Grayscale: #4A4A4A. Windows color (decimal): -4320705 or 4133566. OLE color: 4133566.
HSL color Cylindrical-coordinate representation of color #BE123F: hue angle of 344.3º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BE123F is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 18 | 63 | - |
| CMYK | 0 | 0.91 | 0.67 | 0.25 |
| HSL | 344.3º | 0.83% | 0.41% | - |
| HSV(B) | 344.3º | 0.91% | 0.75% | - |
| XYZ | 22.35 | 11.74 | 5.79 | - |
| YUV | 74.56 | 121.48 | 210.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 18 | 63 | 0 | 0.91 | 0.67 | 0.25 | 344.3 | 0.83 | 0.41 |
| Hex | BE | 12 | 3F | 0 | 5B | 43 | 19 | 158 | 53 | 29 |
| Octal | 276 | 22 | 77 | 0 | 133 | 103 | 31 | 530 | 123 | 51 |
| Binary | 10111110 | 10010 | 111111 | 0 | 1011011 | 1000011 | 11001 | 101011000 | 1010011 | 101001 |
Color Harmonies of #BE123F
Complementary color
Monochromatic Colors of #BE123F
Black with #BE123F
Text Example
Text Example
White with #BE123F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE123F; }
p { color: rgb(190,18,63); }
H1.HeaderClassName
{
color: #BE123F;
}
.AnyTagClassName
{
color: #BE123F;
}
</style>
background-color css
<style>
a { background-color: #BE123F; }
a { background-color: rgb(190,18,63); }
div.DivClassName
{
background-color: #BE123F;
}
.BgClassName
{
background-color: #BE123F;
}
</style>
border-color css
<style>
span { border-color: #BE123F; }
span { border-color: rgb(190,18,63); }
td.TdClassName
{
border-color: #BE123F;
}
.TagClassName
{
border-color: #BE123F;
}
</style>