Shades of Cardinal #BC203A
Tints of Cardinal #BC203A
RGB
CMYK
RGB Variations
Color information
#BC203A (or 0xBC203A) is known color: Cardinal. HEX triplet: BC, 20 and 3A. RGB value is (188,32,58). Sum of RGB (Red+Green+Blue) = 188+32+58=278 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.63% from 278); Green value is 32 (12.89% from 255 or 11.51% from 278); Blue value is 58 (23.05% from 255 or 20.86% from 278); Max value from RGB is 188 - color contains mainly: red. Hex color #BC203A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC203A is #43DFC5. Grayscale: #515151. Windows color (decimal): -4448198 or 3809468. OLE color: 3809468.
HSL color Cylindrical-coordinate representation of color #BC203A: hue angle of 350º 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 #BC203A is Cyan = 0, Magento = 0.83, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 32 | 58 | - |
| CMYK | 0 | 0.83 | 0.69 | 0.26 |
| HSL | 350º | 0.71% | 0.43% | - |
| HSV(B) | 350º | 0.83% | 0.74% | - |
| XYZ | 22.02 | 12.03 | 5.16 | - |
| YUV | 81.61 | 114.68 | 203.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 32 | 58 | 0 | 0.83 | 0.69 | 0.26 | 350 | 0.71 | 0.43 |
| Hex | BC | 20 | 3A | 0 | 53 | 45 | 1A | 15E | 47 | 2B |
| Octal | 274 | 40 | 72 | 0 | 123 | 105 | 32 | 536 | 107 | 53 |
| Binary | 10111100 | 100000 | 111010 | 0 | 1010011 | 1000101 | 11010 | 101011110 | 1000111 | 101011 |
Color Harmonies of #BC203A
Complementary color
Monochromatic Colors of #BC203A
Black with #BC203A
Text Example
Text Example
White with #BC203A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC203A; }
p { color: rgb(188,32,58); }
H1.HeaderClassName
{
color: #BC203A;
}
.AnyTagClassName
{
color: #BC203A;
}
</style>
background-color css
<style>
a { background-color: #BC203A; }
a { background-color: rgb(188,32,58); }
div.DivClassName
{
background-color: #BC203A;
}
.BgClassName
{
background-color: #BC203A;
}
</style>
border-color css
<style>
span { border-color: #BC203A; }
span { border-color: rgb(188,32,58); }
td.TdClassName
{
border-color: #BC203A;
}
.TagClassName
{
border-color: #BC203A;
}
</style>