Shades of Cardinal #BC242D
Tints of Cardinal #BC242D
RGB
CMYK
RGB Variations
Color information
#BC242D (or 0xBC242D) is known color: Cardinal. HEX triplet: BC, 24 and 2D. RGB value is (188,36,45). Sum of RGB (Red+Green+Blue) = 188+36+45=269 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.89% from 269); Green value is 36 (14.45% from 255 or 13.38% from 269); Blue value is 45 (17.97% from 255 or 16.73% from 269); Max value from RGB is 188 - color contains mainly: red. Hex color #BC242D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC242D is #43DBD2. Grayscale: #525252. Windows color (decimal): -4447187 or 2958524. OLE color: 2958524.
HSL color Cylindrical-coordinate representation of color #BC242D: hue angle of 356.45º 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 #BC242D is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 36 | 45 | - |
| CMYK | 0 | 0.81 | 0.76 | 0.26 |
| HSL | 356.45º | 0.68% | 0.44% | - |
| HSV(B) | 356.45º | 0.81% | 0.74% | - |
| XYZ | 21.84 | 12.14 | 3.68 | - |
| YUV | 82.47 | 106.86 | 203.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 36 | 45 | 0 | 0.81 | 0.76 | 0.26 | 356.45 | 0.68 | 0.44 |
| Hex | BC | 24 | 2D | 0 | 51 | 4C | 1A | 164 | 44 | 2C |
| Octal | 274 | 44 | 55 | 0 | 121 | 114 | 32 | 544 | 104 | 54 |
| Binary | 10111100 | 100100 | 101101 | 0 | 1010001 | 1001100 | 11010 | 101100100 | 1000100 | 101100 |
Color Harmonies of #BC242D
Complementary color
Monochromatic Colors of #BC242D
Black with #BC242D
Text Example
Text Example
White with #BC242D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC242D; }
p { color: rgb(188,36,45); }
H1.HeaderClassName
{
color: #BC242D;
}
.AnyTagClassName
{
color: #BC242D;
}
</style>
background-color css
<style>
a { background-color: #BC242D; }
a { background-color: rgb(188,36,45); }
div.DivClassName
{
background-color: #BC242D;
}
.BgClassName
{
background-color: #BC242D;
}
</style>
border-color css
<style>
span { border-color: #BC242D; }
span { border-color: rgb(188,36,45); }
td.TdClassName
{
border-color: #BC242D;
}
.TagClassName
{
border-color: #BC242D;
}
</style>