Shades of Cardinal #BE123D
Tints of Cardinal #BE123D
RGB
CMYK
RGB Variations
Color information
#BE123D (or 0xBE123D) is known color: Cardinal. HEX triplet: BE, 12 and 3D. RGB value is (190,18,61). Sum of RGB (Red+Green+Blue) = 190+18+61=269 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.63% from 269); Green value is 18 (7.42% from 255 or 6.69% from 269); Blue value is 61 (24.22% from 255 or 22.68% from 269); Max value from RGB is 190 - color contains mainly: red. Hex color #BE123D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE123D is #41EDC2. Grayscale: #4A4A4A. Windows color (decimal): -4320707 or 4002494. OLE color: 4002494.
HSL color Cylindrical-coordinate representation of color #BE123D: hue angle of 345º 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 #BE123D is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 18 | 61 | - |
| CMYK | 0 | 0.91 | 0.68 | 0.25 |
| HSL | 345º | 0.83% | 0.41% | - |
| HSV(B) | 345º | 0.91% | 0.75% | - |
| XYZ | 22.29 | 11.72 | 5.5 | - |
| YUV | 74.33 | 120.48 | 210.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 18 | 61 | 0 | 0.91 | 0.68 | 0.25 | 345 | 0.83 | 0.41 |
| Hex | BE | 12 | 3D | 0 | 5B | 44 | 19 | 159 | 53 | 29 |
| Octal | 276 | 22 | 75 | 0 | 133 | 104 | 31 | 531 | 123 | 51 |
| Binary | 10111110 | 10010 | 111101 | 0 | 1011011 | 1000100 | 11001 | 101011001 | 1010011 | 101001 |
Color Harmonies of #BE123D
Complementary color
Monochromatic Colors of #BE123D
Black with #BE123D
Text Example
Text Example
White with #BE123D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE123D; }
p { color: rgb(190,18,61); }
H1.HeaderClassName
{
color: #BE123D;
}
.AnyTagClassName
{
color: #BE123D;
}
</style>
background-color css
<style>
a { background-color: #BE123D; }
a { background-color: rgb(190,18,61); }
div.DivClassName
{
background-color: #BE123D;
}
.BgClassName
{
background-color: #BE123D;
}
</style>
border-color css
<style>
span { border-color: #BE123D; }
span { border-color: rgb(190,18,61); }
td.TdClassName
{
border-color: #BE123D;
}
.TagClassName
{
border-color: #BE123D;
}
</style>