Shades of Cardinal #BE0735
Tints of Cardinal #BE0735
RGB
CMYK
RGB Variations
Color information
#BE0735 (or 0xBE0735) is known color: Cardinal. HEX triplet: BE, 07 and 35. RGB value is (190,7,53). Sum of RGB (Red+Green+Blue) = 190+7+53=250 (33% of max value = 765). Red value is 190 (74.61% from 255 or 76% from 250); Green value is 7 (3.12% from 255 or 2.8% from 250); Blue value is 53 (21.09% from 255 or 21.2% from 250); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0735 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0735 is #41F8CA. Grayscale: #424242. Windows color (decimal): -4323531 or 3475390. OLE color: 3475390.
HSL color Cylindrical-coordinate representation of color #BE0735: hue angle of 344.92º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BE0735 is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 7 | 53 | - |
| CMYK | 0 | 0.96 | 0.72 | 0.25 |
| HSL | 344.92º | 0.93% | 0.39% | - |
| HSV(B) | 344.92º | 0.96% | 0.75% | - |
| XYZ | 21.95 | 11.36 | 4.4 | - |
| YUV | 66.96 | 120.13 | 215.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 7 | 53 | 0 | 0.96 | 0.72 | 0.25 | 344.92 | 0.93 | 0.39 |
| Hex | BE | 7 | 35 | 0 | 60 | 48 | 19 | 159 | 5D | 27 |
| Octal | 276 | 7 | 65 | 0 | 140 | 110 | 31 | 531 | 135 | 47 |
| Binary | 10111110 | 111 | 110101 | 0 | 1100000 | 1001000 | 11001 | 101011001 | 1011101 | 100111 |
Color Harmonies of #BE0735
Complementary color
Monochromatic Colors of #BE0735
Black with #BE0735
Text Example
Text Example
White with #BE0735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0735; }
p { color: rgb(190,7,53); }
H1.HeaderClassName
{
color: #BE0735;
}
.AnyTagClassName
{
color: #BE0735;
}
</style>
background-color css
<style>
a { background-color: #BE0735; }
a { background-color: rgb(190,7,53); }
div.DivClassName
{
background-color: #BE0735;
}
.BgClassName
{
background-color: #BE0735;
}
</style>
border-color css
<style>
span { border-color: #BE0735; }
span { border-color: rgb(190,7,53); }
td.TdClassName
{
border-color: #BE0735;
}
.TagClassName
{
border-color: #BE0735;
}
</style>