Shades of Cardinal #BC144F
Tints of Cardinal #BC144F
RGB
CMYK
RGB Variations
Color information
#BC144F (or 0xBC144F) is known color: Cardinal. HEX triplet: BC, 14 and 4F. RGB value is (188,20,79). Sum of RGB (Red+Green+Blue) = 188+20+79=287 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.51% from 287); Green value is 20 (8.20% from 255 or 6.97% from 287); Blue value is 79 (31.25% from 255 or 27.53% from 287); Max value from RGB is 188 - color contains mainly: red. Hex color #BC144F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC144F is #43EBB0. Grayscale: #4C4C4C. Windows color (decimal): -4451249 or 5182652. OLE color: 5182652.
HSL color Cylindrical-coordinate representation of color #BC144F: hue angle of 338.93º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC144F is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 20 | 79 | - |
| CMYK | 0 | 0.89 | 0.58 | 0.26 |
| HSL | 338.93º | 0.81% | 0.41% | - |
| HSV(B) | 338.93º | 0.89% | 0.74% | - |
| XYZ | 22.4 | 11.76 | 8.49 | - |
| YUV | 76.96 | 129.16 | 207.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 20 | 79 | 0 | 0.89 | 0.58 | 0.26 | 338.93 | 0.81 | 0.41 |
| Hex | BC | 14 | 4F | 0 | 59 | 3A | 1A | 153 | 51 | 29 |
| Octal | 274 | 24 | 117 | 0 | 131 | 72 | 32 | 523 | 121 | 51 |
| Binary | 10111100 | 10100 | 1001111 | 0 | 1011001 | 111010 | 11010 | 101010011 | 1010001 | 101001 |
Color Harmonies of #BC144F
Complementary color
Monochromatic Colors of #BC144F
Black with #BC144F
Text Example
Text Example
White with #BC144F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC144F; }
p { color: rgb(188,20,79); }
H1.HeaderClassName
{
color: #BC144F;
}
.AnyTagClassName
{
color: #BC144F;
}
</style>
background-color css
<style>
a { background-color: #BC144F; }
a { background-color: rgb(188,20,79); }
div.DivClassName
{
background-color: #BC144F;
}
.BgClassName
{
background-color: #BC144F;
}
</style>
border-color css
<style>
span { border-color: #BC144F; }
span { border-color: rgb(188,20,79); }
td.TdClassName
{
border-color: #BC144F;
}
.TagClassName
{
border-color: #BC144F;
}
</style>