Shades of Cardinal #BC203C
Tints of Cardinal #BC203C
RGB
CMYK
RGB Variations
Color information
#BC203C (or 0xBC203C) is known color: Cardinal. HEX triplet: BC, 20 and 3C. RGB value is (188,32,60). Sum of RGB (Red+Green+Blue) = 188+32+60=280 (37% of max value = 765). Red value is 188 (73.83% from 255 or 67.14% from 280); Green value is 32 (12.89% from 255 or 11.43% from 280); Blue value is 60 (23.83% from 255 or 21.43% from 280); Max value from RGB is 188 - color contains mainly: red. Hex color #BC203C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC203C is #43DFC3. Grayscale: #515151. Windows color (decimal): -4448196 or 3940540. OLE color: 3940540.
HSL color Cylindrical-coordinate representation of color #BC203C: hue angle of 349.23º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BC203C is Cyan = 0, Magento = 0.83, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 32 | 60 | - |
| CMYK | 0 | 0.83 | 0.68 | 0.26 |
| HSL | 349.23º | 0.71% | 0.43% | - |
| HSV(B) | 349.23º | 0.83% | 0.74% | - |
| XYZ | 22.07 | 12.05 | 5.44 | - |
| YUV | 81.84 | 115.68 | 203.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 32 | 60 | 0 | 0.83 | 0.68 | 0.26 | 349.23 | 0.71 | 0.43 |
| Hex | BC | 20 | 3C | 0 | 53 | 44 | 1A | 15D | 47 | 2B |
| Octal | 274 | 40 | 74 | 0 | 123 | 104 | 32 | 535 | 107 | 53 |
| Binary | 10111100 | 100000 | 111100 | 0 | 1010011 | 1000100 | 11010 | 101011101 | 1000111 | 101011 |
Color Harmonies of #BC203C
Complementary color
Monochromatic Colors of #BC203C
Black with #BC203C
Text Example
Text Example
White with #BC203C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC203C; }
p { color: rgb(188,32,60); }
H1.HeaderClassName
{
color: #BC203C;
}
.AnyTagClassName
{
color: #BC203C;
}
</style>
background-color css
<style>
a { background-color: #BC203C; }
a { background-color: rgb(188,32,60); }
div.DivClassName
{
background-color: #BC203C;
}
.BgClassName
{
background-color: #BC203C;
}
</style>
border-color css
<style>
span { border-color: #BC203C; }
span { border-color: rgb(188,32,60); }
td.TdClassName
{
border-color: #BC203C;
}
.TagClassName
{
border-color: #BC203C;
}
</style>