Shades of Cardinal #BC053E
Tints of Cardinal #BC053E
RGB
CMYK
RGB Variations
Color information
#BC053E (or 0xBC053E) is known color: Cardinal. HEX triplet: BC, 05 and 3E. RGB value is (188,5,62). Sum of RGB (Red+Green+Blue) = 188+5+62=255 (33% of max value = 765). Red value is 188 (73.83% from 255 or 73.73% from 255); Green value is 5 (2.34% from 255 or 1.96% from 255); Blue value is 62 (24.61% from 255 or 24.31% from 255); Max value from RGB is 188 - color contains mainly: red. Hex color #BC053E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC053E is #43FAC1. Grayscale: #424242. Windows color (decimal): -4455106 or 4064700. OLE color: 4064700.
HSL color Cylindrical-coordinate representation of color #BC053E: hue angle of 341.31º 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 #BC053E is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 5 | 62 | - |
| CMYK | 0 | 0.97 | 0.67 | 0.26 |
| HSL | 341.31º | 0.95% | 0.38% | - |
| HSV(B) | 341.31º | 0.97% | 0.74% | - |
| XYZ | 21.66 | 11.15 | 5.57 | - |
| YUV | 66.22 | 125.63 | 214.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 5 | 62 | 0 | 0.97 | 0.67 | 0.26 | 341.31 | 0.95 | 0.38 |
| Hex | BC | 5 | 3E | 0 | 61 | 43 | 1A | 155 | 5F | 26 |
| Octal | 274 | 5 | 76 | 0 | 141 | 103 | 32 | 525 | 137 | 46 |
| Binary | 10111100 | 101 | 111110 | 0 | 1100001 | 1000011 | 11010 | 101010101 | 1011111 | 100110 |
Color Harmonies of #BC053E
Complementary color
Monochromatic Colors of #BC053E
Black with #BC053E
Text Example
Text Example
White with #BC053E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC053E; }
p { color: rgb(188,5,62); }
H1.HeaderClassName
{
color: #BC053E;
}
.AnyTagClassName
{
color: #BC053E;
}
</style>
background-color css
<style>
a { background-color: #BC053E; }
a { background-color: rgb(188,5,62); }
div.DivClassName
{
background-color: #BC053E;
}
.BgClassName
{
background-color: #BC053E;
}
</style>
border-color css
<style>
span { border-color: #BC053E; }
span { border-color: rgb(188,5,62); }
td.TdClassName
{
border-color: #BC053E;
}
.TagClassName
{
border-color: #BC053E;
}
</style>