Shades of Cardinal #BC0342
Tints of Cardinal #BC0342
RGB
CMYK
RGB Variations
Color information
#BC0342 (or 0xBC0342) is known color: Cardinal. HEX triplet: BC, 03 and 42. RGB value is (188,3,66). Sum of RGB (Red+Green+Blue) = 188+3+66=257 (34% of max value = 765). Red value is 188 (73.83% from 255 or 73.15% from 257); Green value is 3 (1.56% from 255 or 1.17% from 257); Blue value is 66 (26.17% from 255 or 25.68% from 257); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0342 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0342 is #43FCBD. Grayscale: #414141. Windows color (decimal): -4455614 or 4326332. OLE color: 4326332.
HSL color Cylindrical-coordinate representation of color #BC0342: hue angle of 339.57º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC0342 is Cyan = 0, Magento = 0.98, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 3 | 66 | - |
| CMYK | 0 | 0.98 | 0.65 | 0.26 |
| HSL | 339.57º | 0.97% | 0.37% | - |
| HSV(B) | 339.57º | 0.98% | 0.74% | - |
| XYZ | 21.75 | 11.15 | 6.16 | - |
| YUV | 65.5 | 128.29 | 215.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 3 | 66 | 0 | 0.98 | 0.65 | 0.26 | 339.57 | 0.97 | 0.37 |
| Hex | BC | 3 | 42 | 0 | 62 | 41 | 1A | 154 | 61 | 25 |
| Octal | 274 | 3 | 102 | 0 | 142 | 101 | 32 | 524 | 141 | 45 |
| Binary | 10111100 | 11 | 1000010 | 0 | 1100010 | 1000001 | 11010 | 101010100 | 1100001 | 100101 |
Color Harmonies of #BC0342
Complementary color
Monochromatic Colors of #BC0342
Black with #BC0342
Text Example
Text Example
White with #BC0342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0342; }
p { color: rgb(188,3,66); }
H1.HeaderClassName
{
color: #BC0342;
}
.AnyTagClassName
{
color: #BC0342;
}
</style>
background-color css
<style>
a { background-color: #BC0342; }
a { background-color: rgb(188,3,66); }
div.DivClassName
{
background-color: #BC0342;
}
.BgClassName
{
background-color: #BC0342;
}
</style>
border-color css
<style>
span { border-color: #BC0342; }
span { border-color: rgb(188,3,66); }
td.TdClassName
{
border-color: #BC0342;
}
.TagClassName
{
border-color: #BC0342;
}
</style>