Shades of Cardinal #BE0343
Tints of Cardinal #BE0343
RGB
CMYK
RGB Variations
Color information
#BE0343 (or 0xBE0343) is known color: Cardinal. HEX triplet: BE, 03 and 43. RGB value is (190,3,67). Sum of RGB (Red+Green+Blue) = 190+3+67=260 (34% of max value = 765). Red value is 190 (74.61% from 255 or 73.08% from 260); Green value is 3 (1.56% from 255 or 1.15% from 260); Blue value is 67 (26.56% from 255 or 25.77% from 260); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0343 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0343 is #41FCBC. Grayscale: #424242. Windows color (decimal): -4324541 or 4391870. OLE color: 4391870.
HSL color Cylindrical-coordinate representation of color #BE0343: hue angle of 339.47º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BE0343 is Cyan = 0, Magento = 0.98, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 3 | 67 | - |
| CMYK | 0 | 0.98 | 0.65 | 0.25 |
| HSL | 339.47º | 0.97% | 0.38% | - |
| HSV(B) | 339.47º | 0.98% | 0.75% | - |
| XYZ | 22.28 | 11.42 | 6.34 | - |
| YUV | 66.21 | 128.45 | 216.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 3 | 67 | 0 | 0.98 | 0.65 | 0.25 | 339.47 | 0.97 | 0.38 |
| Hex | BE | 3 | 43 | 0 | 62 | 41 | 19 | 153 | 61 | 26 |
| Octal | 276 | 3 | 103 | 0 | 142 | 101 | 31 | 523 | 141 | 46 |
| Binary | 10111110 | 11 | 1000011 | 0 | 1100010 | 1000001 | 11001 | 101010011 | 1100001 | 100110 |
Color Harmonies of #BE0343
Complementary color
Monochromatic Colors of #BE0343
Black with #BE0343
Text Example
Text Example
White with #BE0343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0343; }
p { color: rgb(190,3,67); }
H1.HeaderClassName
{
color: #BE0343;
}
.AnyTagClassName
{
color: #BE0343;
}
</style>
background-color css
<style>
a { background-color: #BE0343; }
a { background-color: rgb(190,3,67); }
div.DivClassName
{
background-color: #BE0343;
}
.BgClassName
{
background-color: #BE0343;
}
</style>
border-color css
<style>
span { border-color: #BE0343; }
span { border-color: rgb(190,3,67); }
td.TdClassName
{
border-color: #BE0343;
}
.TagClassName
{
border-color: #BE0343;
}
</style>