Shades of Cardinal #BC0538
Tints of Cardinal #BC0538
RGB
CMYK
RGB Variations
Color information
#BC0538 (or 0xBC0538) is known color: Cardinal. HEX triplet: BC, 05 and 38. RGB value is (188,5,56). Sum of RGB (Red+Green+Blue) = 188+5+56=249 (32% of max value = 765). Red value is 188 (73.83% from 255 or 75.50% from 249); Green value is 5 (2.34% from 255 or 2.01% from 249); Blue value is 56 (22.27% from 255 or 22.49% from 249); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0538 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0538 is #43FAC7. Grayscale: #414141. Windows color (decimal): -4455112 or 3671484. OLE color: 3671484.
HSL color Cylindrical-coordinate representation of color #BC0538: hue angle of 343.28º 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 #BC0538 is Cyan = 0, Magento = 0.97, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 5 | 56 | - |
| CMYK | 0 | 0.97 | 0.70 | 0.26 |
| HSL | 343.28º | 0.95% | 0.38% | - |
| HSV(B) | 343.28º | 0.97% | 0.74% | - |
| XYZ | 21.51 | 11.09 | 4.75 | - |
| YUV | 65.53 | 122.63 | 215.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 5 | 56 | 0 | 0.97 | 0.70 | 0.26 | 343.28 | 0.95 | 0.38 |
| Hex | BC | 5 | 38 | 0 | 61 | 46 | 1A | 157 | 5F | 26 |
| Octal | 274 | 5 | 70 | 0 | 141 | 106 | 32 | 527 | 137 | 46 |
| Binary | 10111100 | 101 | 111000 | 0 | 1100001 | 1000110 | 11010 | 101010111 | 1011111 | 100110 |
Color Harmonies of #BC0538
Complementary color
Monochromatic Colors of #BC0538
Black with #BC0538
Text Example
Text Example
White with #BC0538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0538; }
p { color: rgb(188,5,56); }
H1.HeaderClassName
{
color: #BC0538;
}
.AnyTagClassName
{
color: #BC0538;
}
</style>
background-color css
<style>
a { background-color: #BC0538; }
a { background-color: rgb(188,5,56); }
div.DivClassName
{
background-color: #BC0538;
}
.BgClassName
{
background-color: #BC0538;
}
</style>
border-color css
<style>
span { border-color: #BC0538; }
span { border-color: rgb(188,5,56); }
td.TdClassName
{
border-color: #BC0538;
}
.TagClassName
{
border-color: #BC0538;
}
</style>