Shades of Cardinal #BC0438
Tints of Cardinal #BC0438
RGB
CMYK
RGB Variations
Color information
#BC0438 (or 0xBC0438) is known color: Cardinal. HEX triplet: BC, 04 and 38. RGB value is (188,4,56). Sum of RGB (Red+Green+Blue) = 188+4+56=248 (32% of max value = 765). Red value is 188 (73.83% from 255 or 75.81% from 248); Green value is 4 (1.95% from 255 or 1.61% from 248); Blue value is 56 (22.27% from 255 or 22.58% from 248); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0438 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0438 is #43FBC7. Grayscale: #404040. Windows color (decimal): -4455368 or 3671228. OLE color: 3671228.
HSL color Cylindrical-coordinate representation of color #BC0438: hue angle of 343.04º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC0438 is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 4 | 56 | - |
| CMYK | 0 | 0.98 | 0.70 | 0.26 |
| HSL | 343.04º | 0.96% | 0.38% | - |
| HSV(B) | 343.04º | 0.98% | 0.74% | - |
| XYZ | 21.5 | 11.06 | 4.74 | - |
| YUV | 64.94 | 122.96 | 215.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 4 | 56 | 0 | 0.98 | 0.70 | 0.26 | 343.04 | 0.96 | 0.38 |
| Hex | BC | 4 | 38 | 0 | 62 | 46 | 1A | 157 | 60 | 26 |
| Octal | 274 | 4 | 70 | 0 | 142 | 106 | 32 | 527 | 140 | 46 |
| Binary | 10111100 | 100 | 111000 | 0 | 1100010 | 1000110 | 11010 | 101010111 | 1100000 | 100110 |
Color Harmonies of #BC0438
Complementary color
Monochromatic Colors of #BC0438
Black with #BC0438
Text Example
Text Example
White with #BC0438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0438; }
p { color: rgb(188,4,56); }
H1.HeaderClassName
{
color: #BC0438;
}
.AnyTagClassName
{
color: #BC0438;
}
</style>
background-color css
<style>
a { background-color: #BC0438; }
a { background-color: rgb(188,4,56); }
div.DivClassName
{
background-color: #BC0438;
}
.BgClassName
{
background-color: #BC0438;
}
</style>
border-color css
<style>
span { border-color: #BC0438; }
span { border-color: rgb(188,4,56); }
td.TdClassName
{
border-color: #BC0438;
}
.TagClassName
{
border-color: #BC0438;
}
</style>