Shades of Cardinal #BC104A
Tints of Cardinal #BC104A
RGB
CMYK
RGB Variations
Color information
#BC104A (or 0xBC104A) is known color: Cardinal. HEX triplet: BC, 10 and 4A. RGB value is (188,16,74). Sum of RGB (Red+Green+Blue) = 188+16+74=278 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.63% from 278); Green value is 16 (6.64% from 255 or 5.76% from 278); Blue value is 74 (29.30% from 255 or 26.62% from 278); Max value from RGB is 188 - color contains mainly: red. Hex color #BC104A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC104A is #43EFB5. Grayscale: #494949. Windows color (decimal): -4452278 or 4853948. OLE color: 4853948.
HSL color Cylindrical-coordinate representation of color #BC104A: hue angle of 339.77º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC104A is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 16 | 74 | - |
| CMYK | 0 | 0.91 | 0.61 | 0.26 |
| HSL | 339.77º | 0.84% | 0.4% | - |
| HSV(B) | 339.77º | 0.91% | 0.74% | - |
| XYZ | 22.16 | 11.56 | 7.54 | - |
| YUV | 74.04 | 127.98 | 209.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 16 | 74 | 0 | 0.91 | 0.61 | 0.26 | 339.77 | 0.84 | 0.4 |
| Hex | BC | 10 | 4A | 0 | 5B | 3D | 1A | 154 | 54 | 28 |
| Octal | 274 | 20 | 112 | 0 | 133 | 75 | 32 | 524 | 124 | 50 |
| Binary | 10111100 | 10000 | 1001010 | 0 | 1011011 | 111101 | 11010 | 101010100 | 1010100 | 101000 |
Color Harmonies of #BC104A
Complementary color
Monochromatic Colors of #BC104A
Black with #BC104A
Text Example
Text Example
White with #BC104A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC104A; }
p { color: rgb(188,16,74); }
H1.HeaderClassName
{
color: #BC104A;
}
.AnyTagClassName
{
color: #BC104A;
}
</style>
background-color css
<style>
a { background-color: #BC104A; }
a { background-color: rgb(188,16,74); }
div.DivClassName
{
background-color: #BC104A;
}
.BgClassName
{
background-color: #BC104A;
}
</style>
border-color css
<style>
span { border-color: #BC104A; }
span { border-color: rgb(188,16,74); }
td.TdClassName
{
border-color: #BC104A;
}
.TagClassName
{
border-color: #BC104A;
}
</style>