Shades of Cardinal #BC144D
Tints of Cardinal #BC144D
RGB
CMYK
RGB Variations
Color information
#BC144D (or 0xBC144D) is known color: Cardinal. HEX triplet: BC, 14 and 4D. RGB value is (188,20,77). Sum of RGB (Red+Green+Blue) = 188+20+77=285 (37% of max value = 765). Red value is 188 (73.83% from 255 or 65.96% from 285); Green value is 20 (8.20% from 255 or 7.02% from 285); Blue value is 77 (30.47% from 255 or 27.02% from 285); Max value from RGB is 188 - color contains mainly: red. Hex color #BC144D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC144D is #43EBB2. Grayscale: #4C4C4C. Windows color (decimal): -4451251 or 5051580. OLE color: 5051580.
HSL color Cylindrical-coordinate representation of color #BC144D: hue angle of 339.64º 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 #BC144D is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 20 | 77 | - |
| CMYK | 0 | 0.89 | 0.59 | 0.26 |
| HSL | 339.64º | 0.81% | 0.41% | - |
| HSV(B) | 339.64º | 0.89% | 0.74% | - |
| XYZ | 22.33 | 11.73 | 8.11 | - |
| YUV | 76.73 | 128.16 | 207.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 20 | 77 | 0 | 0.89 | 0.59 | 0.26 | 339.64 | 0.81 | 0.41 |
| Hex | BC | 14 | 4D | 0 | 59 | 3B | 1A | 154 | 51 | 29 |
| Octal | 274 | 24 | 115 | 0 | 131 | 73 | 32 | 524 | 121 | 51 |
| Binary | 10111100 | 10100 | 1001101 | 0 | 1011001 | 111011 | 11010 | 101010100 | 1010001 | 101001 |
Color Harmonies of #BC144D
Complementary color
Monochromatic Colors of #BC144D
Black with #BC144D
Text Example
Text Example
White with #BC144D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC144D; }
p { color: rgb(188,20,77); }
H1.HeaderClassName
{
color: #BC144D;
}
.AnyTagClassName
{
color: #BC144D;
}
</style>
background-color css
<style>
a { background-color: #BC144D; }
a { background-color: rgb(188,20,77); }
div.DivClassName
{
background-color: #BC144D;
}
.BgClassName
{
background-color: #BC144D;
}
</style>
border-color css
<style>
span { border-color: #BC144D; }
span { border-color: rgb(188,20,77); }
td.TdClassName
{
border-color: #BC144D;
}
.TagClassName
{
border-color: #BC144D;
}
</style>