Shades of Cardinal #BC0341
Tints of Cardinal #BC0341
RGB
CMYK
RGB Variations
Color information
#BC0341 (or 0xBC0341) is known color: Cardinal. HEX triplet: BC, 03 and 41. RGB value is (188,3,65). Sum of RGB (Red+Green+Blue) = 188+3+65=256 (33% of max value = 765). Red value is 188 (73.83% from 255 or 73.44% from 256); Green value is 3 (1.56% from 255 or 1.17% from 256); Blue value is 65 (25.78% from 255 or 25.39% from 256); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0341 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0341 is #43FCBE. Grayscale: #414141. Windows color (decimal): -4455615 or 4260796. OLE color: 4260796.
HSL color Cylindrical-coordinate representation of color #BC0341: hue angle of 339.89º 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 #BC0341 is Cyan = 0, Magento = 0.98, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 3 | 65 | - |
| CMYK | 0 | 0.98 | 0.65 | 0.26 |
| HSL | 339.89º | 0.97% | 0.37% | - |
| HSV(B) | 339.89º | 0.98% | 0.74% | - |
| XYZ | 21.73 | 11.14 | 6.01 | - |
| YUV | 65.38 | 127.79 | 215.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 3 | 65 | 0 | 0.98 | 0.65 | 0.26 | 339.89 | 0.97 | 0.37 |
| Hex | BC | 3 | 41 | 0 | 62 | 41 | 1A | 154 | 61 | 25 |
| Octal | 274 | 3 | 101 | 0 | 142 | 101 | 32 | 524 | 141 | 45 |
| Binary | 10111100 | 11 | 1000001 | 0 | 1100010 | 1000001 | 11010 | 101010100 | 1100001 | 100101 |
Color Harmonies of #BC0341
Complementary color
Monochromatic Colors of #BC0341
Black with #BC0341
Text Example
Text Example
White with #BC0341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0341; }
p { color: rgb(188,3,65); }
H1.HeaderClassName
{
color: #BC0341;
}
.AnyTagClassName
{
color: #BC0341;
}
</style>
background-color css
<style>
a { background-color: #BC0341; }
a { background-color: rgb(188,3,65); }
div.DivClassName
{
background-color: #BC0341;
}
.BgClassName
{
background-color: #BC0341;
}
</style>
border-color css
<style>
span { border-color: #BC0341; }
span { border-color: rgb(188,3,65); }
td.TdClassName
{
border-color: #BC0341;
}
.TagClassName
{
border-color: #BC0341;
}
</style>