Shades of Cardinal #BE0730
Tints of Cardinal #BE0730
RGB
CMYK
RGB Variations
Color information
#BE0730 (or 0xBE0730) is known color: Cardinal. HEX triplet: BE, 07 and 30. RGB value is (190,7,48). Sum of RGB (Red+Green+Blue) = 190+7+48=245 (32% of max value = 765). Red value is 190 (74.61% from 255 or 77.55% from 245); Green value is 7 (3.12% from 255 or 2.86% from 245); Blue value is 48 (19.14% from 255 or 19.59% from 245); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0730 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0730 is #41F8CF. Grayscale: #424242. Windows color (decimal): -4323536 or 3147710. OLE color: 3147710.
HSL color Cylindrical-coordinate representation of color #BE0730: hue angle of 346.56º 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 #BE0730 is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 7 | 48 | - |
| CMYK | 0 | 0.96 | 0.75 | 0.25 |
| HSL | 346.56º | 0.93% | 0.39% | - |
| HSV(B) | 346.56º | 0.96% | 0.75% | - |
| XYZ | 21.84 | 11.31 | 3.83 | - |
| YUV | 66.39 | 117.63 | 216.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 7 | 48 | 0 | 0.96 | 0.75 | 0.25 | 346.56 | 0.93 | 0.39 |
| Hex | BE | 7 | 30 | 0 | 60 | 4B | 19 | 15B | 5D | 27 |
| Octal | 276 | 7 | 60 | 0 | 140 | 113 | 31 | 533 | 135 | 47 |
| Binary | 10111110 | 111 | 110000 | 0 | 1100000 | 1001011 | 11001 | 101011011 | 1011101 | 100111 |
Color Harmonies of #BE0730
Complementary color
Monochromatic Colors of #BE0730
Black with #BE0730
Text Example
Text Example
White with #BE0730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0730; }
p { color: rgb(190,7,48); }
H1.HeaderClassName
{
color: #BE0730;
}
.AnyTagClassName
{
color: #BE0730;
}
</style>
background-color css
<style>
a { background-color: #BE0730; }
a { background-color: rgb(190,7,48); }
div.DivClassName
{
background-color: #BE0730;
}
.BgClassName
{
background-color: #BE0730;
}
</style>
border-color css
<style>
span { border-color: #BE0730; }
span { border-color: rgb(190,7,48); }
td.TdClassName
{
border-color: #BE0730;
}
.TagClassName
{
border-color: #BE0730;
}
</style>