Shades of Cardinal #BC1342
Tints of Cardinal #BC1342
RGB
CMYK
RGB Variations
Color information
#BC1342 (or 0xBC1342) is known color: Cardinal. HEX triplet: BC, 13 and 42. RGB value is (188,19,66). Sum of RGB (Red+Green+Blue) = 188+19+66=273 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.86% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 66 (26.17% from 255 or 24.18% from 273); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1342 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1342 is #43ECBD. Grayscale: #4A4A4A. Windows color (decimal): -4451518 or 4330428. OLE color: 4330428.
HSL color Cylindrical-coordinate representation of color #BC1342: hue angle of 343.31º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC1342 is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 19 | 66 | - |
| CMYK | 0 | 0.90 | 0.65 | 0.26 |
| HSL | 343.31º | 0.82% | 0.41% | - |
| HSV(B) | 343.31º | 0.9% | 0.74% | - |
| XYZ | 21.96 | 11.55 | 6.23 | - |
| YUV | 74.89 | 122.99 | 208.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 19 | 66 | 0 | 0.90 | 0.65 | 0.26 | 343.31 | 0.82 | 0.41 |
| Hex | BC | 13 | 42 | 0 | 5A | 41 | 1A | 157 | 52 | 29 |
| Octal | 274 | 23 | 102 | 0 | 132 | 101 | 32 | 527 | 122 | 51 |
| Binary | 10111100 | 10011 | 1000010 | 0 | 1011010 | 1000001 | 11010 | 101010111 | 1010010 | 101001 |
Color Harmonies of #BC1342
Complementary color
Monochromatic Colors of #BC1342
Black with #BC1342
Text Example
Text Example
White with #BC1342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1342; }
p { color: rgb(188,19,66); }
H1.HeaderClassName
{
color: #BC1342;
}
.AnyTagClassName
{
color: #BC1342;
}
</style>
background-color css
<style>
a { background-color: #BC1342; }
a { background-color: rgb(188,19,66); }
div.DivClassName
{
background-color: #BC1342;
}
.BgClassName
{
background-color: #BC1342;
}
</style>
border-color css
<style>
span { border-color: #BC1342; }
span { border-color: rgb(188,19,66); }
td.TdClassName
{
border-color: #BC1342;
}
.TagClassName
{
border-color: #BC1342;
}
</style>