Shades of Cardinal #BC053C
Tints of Cardinal #BC053C
RGB
CMYK
RGB Variations
Color information
#BC053C (or 0xBC053C) is known color: Cardinal. HEX triplet: BC, 05 and 3C. RGB value is (188,5,60). Sum of RGB (Red+Green+Blue) = 188+5+60=253 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.31% from 253); Green value is 5 (2.34% from 255 or 1.98% from 253); Blue value is 60 (23.83% from 255 or 23.72% from 253); Max value from RGB is 188 - color contains mainly: red. Hex color #BC053C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC053C is #43FAC3. Grayscale: #414141. Windows color (decimal): -4455108 or 3933628. OLE color: 3933628.
HSL color Cylindrical-coordinate representation of color #BC053C: hue angle of 341.97º degrees, saturation: 0.95, 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 #BC053C is Cyan = 0, Magento = 0.97, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 5 | 60 | - |
| CMYK | 0 | 0.97 | 0.68 | 0.26 |
| HSL | 341.97º | 0.95% | 0.38% | - |
| HSV(B) | 341.97º | 0.97% | 0.74% | - |
| XYZ | 21.61 | 11.13 | 5.28 | - |
| YUV | 65.99 | 124.63 | 215.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 5 | 60 | 0 | 0.97 | 0.68 | 0.26 | 341.97 | 0.95 | 0.38 |
| Hex | BC | 5 | 3C | 0 | 61 | 44 | 1A | 156 | 5F | 26 |
| Octal | 274 | 5 | 74 | 0 | 141 | 104 | 32 | 526 | 137 | 46 |
| Binary | 10111100 | 101 | 111100 | 0 | 1100001 | 1000100 | 11010 | 101010110 | 1011111 | 100110 |
Color Harmonies of #BC053C
Complementary color
Monochromatic Colors of #BC053C
Black with #BC053C
Text Example
Text Example
White with #BC053C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC053C; }
p { color: rgb(188,5,60); }
H1.HeaderClassName
{
color: #BC053C;
}
.AnyTagClassName
{
color: #BC053C;
}
</style>
background-color css
<style>
a { background-color: #BC053C; }
a { background-color: rgb(188,5,60); }
div.DivClassName
{
background-color: #BC053C;
}
.BgClassName
{
background-color: #BC053C;
}
</style>
border-color css
<style>
span { border-color: #BC053C; }
span { border-color: rgb(188,5,60); }
td.TdClassName
{
border-color: #BC053C;
}
.TagClassName
{
border-color: #BC053C;
}
</style>