Shades of Cardinal #BC063C
Tints of Cardinal #BC063C
RGB
CMYK
RGB Variations
Color information
#BC063C (or 0xBC063C) is known color: Cardinal. HEX triplet: BC, 06 and 3C. RGB value is (188,6,60). Sum of RGB (Red+Green+Blue) = 188+6+60=254 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.02% from 254); Green value is 6 (2.73% from 255 or 2.36% from 254); Blue value is 60 (23.83% from 255 or 23.62% from 254); Max value from RGB is 188 - color contains mainly: red. Hex color #BC063C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC063C is #43F9C3. Grayscale: #424242. Windows color (decimal): -4454852 or 3933884. OLE color: 3933884.
HSL color Cylindrical-coordinate representation of color #BC063C: hue angle of 342.2º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC063C is Cyan = 0, Magento = 0.97, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 6 | 60 | - |
| CMYK | 0 | 0.97 | 0.68 | 0.26 |
| HSL | 342.2º | 0.94% | 0.38% | - |
| HSV(B) | 342.2º | 0.97% | 0.74% | - |
| XYZ | 21.62 | 11.15 | 5.29 | - |
| YUV | 66.57 | 124.3 | 214.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 6 | 60 | 0 | 0.97 | 0.68 | 0.26 | 342.2 | 0.94 | 0.38 |
| Hex | BC | 6 | 3C | 0 | 61 | 44 | 1A | 156 | 5E | 26 |
| Octal | 274 | 6 | 74 | 0 | 141 | 104 | 32 | 526 | 136 | 46 |
| Binary | 10111100 | 110 | 111100 | 0 | 1100001 | 1000100 | 11010 | 101010110 | 1011110 | 100110 |
Color Harmonies of #BC063C
Complementary color
Monochromatic Colors of #BC063C
Black with #BC063C
Text Example
Text Example
White with #BC063C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC063C; }
p { color: rgb(188,6,60); }
H1.HeaderClassName
{
color: #BC063C;
}
.AnyTagClassName
{
color: #BC063C;
}
</style>
background-color css
<style>
a { background-color: #BC063C; }
a { background-color: rgb(188,6,60); }
div.DivClassName
{
background-color: #BC063C;
}
.BgClassName
{
background-color: #BC063C;
}
</style>
border-color css
<style>
span { border-color: #BC063C; }
span { border-color: rgb(188,6,60); }
td.TdClassName
{
border-color: #BC063C;
}
.TagClassName
{
border-color: #BC063C;
}
</style>