Shades of Cardinal #BC243C
Tints of Cardinal #BC243C
RGB
CMYK
RGB Variations
Color information
#BC243C (or 0xBC243C) is known color: Cardinal. HEX triplet: BC, 24 and 3C. RGB value is (188,36,60). Sum of RGB (Red+Green+Blue) = 188+36+60=284 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.20% from 284); Green value is 36 (14.45% from 255 or 12.68% from 284); Blue value is 60 (23.83% from 255 or 21.13% from 284); Max value from RGB is 188 - color contains mainly: red. Hex color #BC243C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC243C is #43DBC3. Grayscale: #545454. Windows color (decimal): -4447172 or 3941564. OLE color: 3941564.
HSL color Cylindrical-coordinate representation of color #BC243C: hue angle of 350.53º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC243C is Cyan = 0, Magento = 0.81, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 36 | 60 | - |
| CMYK | 0 | 0.81 | 0.68 | 0.26 |
| HSL | 350.53º | 0.68% | 0.44% | - |
| HSV(B) | 350.53º | 0.81% | 0.74% | - |
| XYZ | 22.19 | 12.28 | 5.48 | - |
| YUV | 84.18 | 114.36 | 202.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 36 | 60 | 0 | 0.81 | 0.68 | 0.26 | 350.53 | 0.68 | 0.44 |
| Hex | BC | 24 | 3C | 0 | 51 | 44 | 1A | 15F | 44 | 2C |
| Octal | 274 | 44 | 74 | 0 | 121 | 104 | 32 | 537 | 104 | 54 |
| Binary | 10111100 | 100100 | 111100 | 0 | 1010001 | 1000100 | 11010 | 101011111 | 1000100 | 101100 |
Color Harmonies of #BC243C
Complementary color
Monochromatic Colors of #BC243C
Black with #BC243C
Text Example
Text Example
White with #BC243C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC243C; }
p { color: rgb(188,36,60); }
H1.HeaderClassName
{
color: #BC243C;
}
.AnyTagClassName
{
color: #BC243C;
}
</style>
background-color css
<style>
a { background-color: #BC243C; }
a { background-color: rgb(188,36,60); }
div.DivClassName
{
background-color: #BC243C;
}
.BgClassName
{
background-color: #BC243C;
}
</style>
border-color css
<style>
span { border-color: #BC243C; }
span { border-color: rgb(188,36,60); }
td.TdClassName
{
border-color: #BC243C;
}
.TagClassName
{
border-color: #BC243C;
}
</style>