Shades of Cardinal #BE073C
Tints of Cardinal #BE073C
RGB
CMYK
RGB Variations
Color information
#BE073C (or 0xBE073C) is known color: Cardinal. HEX triplet: BE, 07 and 3C. RGB value is (190,7,60). Sum of RGB (Red+Green+Blue) = 190+7+60=257 (34% of max value = 765). Red value is 190 (74.61% from 255 or 73.93% from 257); Green value is 7 (3.12% from 255 or 2.72% from 257); Blue value is 60 (23.83% from 255 or 23.35% from 257); Max value from RGB is 190 - color contains mainly: red. Hex color #BE073C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE073C is #41F8C3. Grayscale: #434343. Windows color (decimal): -4323524 or 3934142. OLE color: 3934142.
HSL color Cylindrical-coordinate representation of color #BE073C: hue angle of 342.62º 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 #BE073C is Cyan = 0, Magento = 0.96, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 7 | 60 | - |
| CMYK | 0 | 0.96 | 0.68 | 0.25 |
| HSL | 342.62º | 0.93% | 0.39% | - |
| HSV(B) | 342.62º | 0.96% | 0.75% | - |
| XYZ | 22.13 | 11.43 | 5.31 | - |
| YUV | 67.76 | 123.63 | 215.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 7 | 60 | 0 | 0.96 | 0.68 | 0.25 | 342.62 | 0.93 | 0.39 |
| Hex | BE | 7 | 3C | 0 | 60 | 44 | 19 | 157 | 5D | 27 |
| Octal | 276 | 7 | 74 | 0 | 140 | 104 | 31 | 527 | 135 | 47 |
| Binary | 10111110 | 111 | 111100 | 0 | 1100000 | 1000100 | 11001 | 101010111 | 1011101 | 100111 |
Color Harmonies of #BE073C
Complementary color
Monochromatic Colors of #BE073C
Black with #BE073C
Text Example
Text Example
White with #BE073C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE073C; }
p { color: rgb(190,7,60); }
H1.HeaderClassName
{
color: #BE073C;
}
.AnyTagClassName
{
color: #BE073C;
}
</style>
background-color css
<style>
a { background-color: #BE073C; }
a { background-color: rgb(190,7,60); }
div.DivClassName
{
background-color: #BE073C;
}
.BgClassName
{
background-color: #BE073C;
}
</style>
border-color css
<style>
span { border-color: #BE073C; }
span { border-color: rgb(190,7,60); }
td.TdClassName
{
border-color: #BE073C;
}
.TagClassName
{
border-color: #BE073C;
}
</style>