Shades of Cardinal #BC123C
Tints of Cardinal #BC123C
RGB
CMYK
RGB Variations
Color information
#BC123C (or 0xBC123C) is known color: Cardinal. HEX triplet: BC, 12 and 3C. RGB value is (188,18,60). Sum of RGB (Red+Green+Blue) = 188+18+60=266 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.68% from 266); Green value is 18 (7.42% from 255 or 6.77% from 266); Blue value is 60 (23.83% from 255 or 22.56% from 266); Max value from RGB is 188 - color contains mainly: red. Hex color #BC123C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC123C is #43EDC3. Grayscale: #494949. Windows color (decimal): -4451780 or 3936956. OLE color: 3936956.
HSL color Cylindrical-coordinate representation of color #BC123C: hue angle of 345.18º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC123C is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 18 | 60 | - |
| CMYK | 0 | 0.90 | 0.68 | 0.26 |
| HSL | 345.18º | 0.83% | 0.4% | - |
| HSV(B) | 345.18º | 0.9% | 0.74% | - |
| XYZ | 21.77 | 11.45 | 5.34 | - |
| YUV | 73.62 | 120.32 | 209.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 18 | 60 | 0 | 0.90 | 0.68 | 0.26 | 345.18 | 0.83 | 0.4 |
| Hex | BC | 12 | 3C | 0 | 5A | 44 | 1A | 159 | 53 | 28 |
| Octal | 274 | 22 | 74 | 0 | 132 | 104 | 32 | 531 | 123 | 50 |
| Binary | 10111100 | 10010 | 111100 | 0 | 1011010 | 1000100 | 11010 | 101011001 | 1010011 | 101000 |
Color Harmonies of #BC123C
Complementary color
Monochromatic Colors of #BC123C
Black with #BC123C
Text Example
Text Example
White with #BC123C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC123C; }
p { color: rgb(188,18,60); }
H1.HeaderClassName
{
color: #BC123C;
}
.AnyTagClassName
{
color: #BC123C;
}
</style>
background-color css
<style>
a { background-color: #BC123C; }
a { background-color: rgb(188,18,60); }
div.DivClassName
{
background-color: #BC123C;
}
.BgClassName
{
background-color: #BC123C;
}
</style>
border-color css
<style>
span { border-color: #BC123C; }
span { border-color: rgb(188,18,60); }
td.TdClassName
{
border-color: #BC123C;
}
.TagClassName
{
border-color: #BC123C;
}
</style>