Shades of Cardinal #BC083E
Tints of Cardinal #BC083E
RGB
CMYK
RGB Variations
Color information
#BC083E (or 0xBC083E) is known color: Cardinal. HEX triplet: BC, 08 and 3E. RGB value is (188,8,62). Sum of RGB (Red+Green+Blue) = 188+8+62=258 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.87% from 258); Green value is 8 (3.52% from 255 or 3.10% from 258); Blue value is 62 (24.61% from 255 or 24.03% from 258); Max value from RGB is 188 - color contains mainly: red. Hex color #BC083E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC083E is #43F7C1. Grayscale: #434343. Windows color (decimal): -4454338 or 4065468. OLE color: 4065468.
HSL color Cylindrical-coordinate representation of color #BC083E: hue angle of 342º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BC083E is Cyan = 0, Magento = 0.96, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 8 | 62 | - |
| CMYK | 0 | 0.96 | 0.67 | 0.26 |
| HSL | 342º | 0.92% | 0.38% | - |
| HSV(B) | 342º | 0.96% | 0.74% | - |
| XYZ | 21.7 | 11.21 | 5.58 | - |
| YUV | 67.98 | 124.63 | 213.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 8 | 62 | 0 | 0.96 | 0.67 | 0.26 | 342 | 0.92 | 0.38 |
| Hex | BC | 8 | 3E | 0 | 60 | 43 | 1A | 156 | 5C | 26 |
| Octal | 274 | 10 | 76 | 0 | 140 | 103 | 32 | 526 | 134 | 46 |
| Binary | 10111100 | 1000 | 111110 | 0 | 1100000 | 1000011 | 11010 | 101010110 | 1011100 | 100110 |
Color Harmonies of #BC083E
Complementary color
Monochromatic Colors of #BC083E
Black with #BC083E
Text Example
Text Example
White with #BC083E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC083E; }
p { color: rgb(188,8,62); }
H1.HeaderClassName
{
color: #BC083E;
}
.AnyTagClassName
{
color: #BC083E;
}
</style>
background-color css
<style>
a { background-color: #BC083E; }
a { background-color: rgb(188,8,62); }
div.DivClassName
{
background-color: #BC083E;
}
.BgClassName
{
background-color: #BC083E;
}
</style>
border-color css
<style>
span { border-color: #BC083E; }
span { border-color: rgb(188,8,62); }
td.TdClassName
{
border-color: #BC083E;
}
.TagClassName
{
border-color: #BC083E;
}
</style>