Shades of Cardinal #BC0E32
Tints of Cardinal #BC0E32
RGB
CMYK
RGB Variations
Color information
#BC0E32 (or 0xBC0E32) is known color: Cardinal. HEX triplet: BC, 0E and 32. RGB value is (188,14,50). Sum of RGB (Red+Green+Blue) = 188+14+50=252 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.60% from 252); Green value is 14 (5.86% from 255 or 5.56% from 252); Blue value is 50 (19.92% from 255 or 19.84% from 252); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0E32 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0E32 is #43F1CD. Grayscale: #464646. Windows color (decimal): -4452814 or 3280572. OLE color: 3280572.
HSL color Cylindrical-coordinate representation of color #BC0E32: hue angle of 347.59º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC0E32 is Cyan = 0, Magento = 0.93, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 14 | 50 | - |
| CMYK | 0 | 0.93 | 0.73 | 0.26 |
| HSL | 347.59º | 0.86% | 0.4% | - |
| HSV(B) | 347.59º | 0.93% | 0.74% | - |
| XYZ | 21.47 | 11.24 | 4.05 | - |
| YUV | 70.13 | 116.65 | 212.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 14 | 50 | 0 | 0.93 | 0.73 | 0.26 | 347.59 | 0.86 | 0.4 |
| Hex | BC | E | 32 | 0 | 5D | 49 | 1A | 15C | 56 | 28 |
| Octal | 274 | 16 | 62 | 0 | 135 | 111 | 32 | 534 | 126 | 50 |
| Binary | 10111100 | 1110 | 110010 | 0 | 1011101 | 1001001 | 11010 | 101011100 | 1010110 | 101000 |
Color Harmonies of #BC0E32
Complementary color
Monochromatic Colors of #BC0E32
Black with #BC0E32
Text Example
Text Example
White with #BC0E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0E32; }
p { color: rgb(188,14,50); }
H1.HeaderClassName
{
color: #BC0E32;
}
.AnyTagClassName
{
color: #BC0E32;
}
</style>
background-color css
<style>
a { background-color: #BC0E32; }
a { background-color: rgb(188,14,50); }
div.DivClassName
{
background-color: #BC0E32;
}
.BgClassName
{
background-color: #BC0E32;
}
</style>
border-color css
<style>
span { border-color: #BC0E32; }
span { border-color: rgb(188,14,50); }
td.TdClassName
{
border-color: #BC0E32;
}
.TagClassName
{
border-color: #BC0E32;
}
</style>