Shades of Cardinal #BC273C
Tints of Cardinal #BC273C
RGB
CMYK
RGB Variations
Color information
#BC273C (or 0xBC273C) is known color: Cardinal. HEX triplet: BC, 27 and 3C. RGB value is (188,39,60). Sum of RGB (Red+Green+Blue) = 188+39+60=287 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.51% from 287); Green value is 39 (15.62% from 255 or 13.59% from 287); Blue value is 60 (23.83% from 255 or 20.91% from 287); Max value from RGB is 188 - color contains mainly: red. Hex color #BC273C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC273C is #43D8C3. Grayscale: #565656. Windows color (decimal): -4446404 or 3942332. OLE color: 3942332.
HSL color Cylindrical-coordinate representation of color #BC273C: hue angle of 351.54º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC273C is Cyan = 0, Magento = 0.79, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 39 | 60 | - |
| CMYK | 0 | 0.79 | 0.68 | 0.26 |
| HSL | 351.54º | 0.66% | 0.45% | - |
| HSV(B) | 351.54º | 0.79% | 0.74% | - |
| XYZ | 22.28 | 12.47 | 5.51 | - |
| YUV | 85.95 | 113.36 | 200.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 39 | 60 | 0 | 0.79 | 0.68 | 0.26 | 351.54 | 0.66 | 0.45 |
| Hex | BC | 27 | 3C | 0 | 4F | 44 | 1A | 160 | 42 | 2D |
| Octal | 274 | 47 | 74 | 0 | 117 | 104 | 32 | 540 | 102 | 55 |
| Binary | 10111100 | 100111 | 111100 | 0 | 1001111 | 1000100 | 11010 | 101100000 | 1000010 | 101101 |
Color Harmonies of #BC273C
Complementary color
Monochromatic Colors of #BC273C
Black with #BC273C
Text Example
Text Example
White with #BC273C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC273C; }
p { color: rgb(188,39,60); }
H1.HeaderClassName
{
color: #BC273C;
}
.AnyTagClassName
{
color: #BC273C;
}
</style>
background-color css
<style>
a { background-color: #BC273C; }
a { background-color: rgb(188,39,60); }
div.DivClassName
{
background-color: #BC273C;
}
.BgClassName
{
background-color: #BC273C;
}
</style>
border-color css
<style>
span { border-color: #BC273C; }
span { border-color: rgb(188,39,60); }
td.TdClassName
{
border-color: #BC273C;
}
.TagClassName
{
border-color: #BC273C;
}
</style>