Shades of Cardinal #BC273A
Tints of Cardinal #BC273A
RGB
CMYK
RGB Variations
Color information
#BC273A (or 0xBC273A) is known color: Cardinal. HEX triplet: BC, 27 and 3A. RGB value is (188,39,58). Sum of RGB (Red+Green+Blue) = 188+39+58=285 (37% of max value = 765). Red value is 188 (73.83% from 255 or 65.96% from 285); Green value is 39 (15.62% from 255 or 13.68% from 285); Blue value is 58 (23.05% from 255 or 20.35% from 285); Max value from RGB is 188 - color contains mainly: red. Hex color #BC273A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC273A is #43D8C5. Grayscale: #555555. Windows color (decimal): -4446406 or 3811260. OLE color: 3811260.
HSL color Cylindrical-coordinate representation of color #BC273A: hue angle of 352.35º 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 #BC273A is Cyan = 0, Magento = 0.79, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 39 | 58 | - |
| CMYK | 0 | 0.79 | 0.69 | 0.26 |
| HSL | 352.35º | 0.66% | 0.45% | - |
| HSV(B) | 352.35º | 0.79% | 0.74% | - |
| XYZ | 22.23 | 12.45 | 5.23 | - |
| YUV | 85.72 | 112.36 | 200.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 39 | 58 | 0 | 0.79 | 0.69 | 0.26 | 352.35 | 0.66 | 0.45 |
| Hex | BC | 27 | 3A | 0 | 4F | 45 | 1A | 160 | 42 | 2D |
| Octal | 274 | 47 | 72 | 0 | 117 | 105 | 32 | 540 | 102 | 55 |
| Binary | 10111100 | 100111 | 111010 | 0 | 1001111 | 1000101 | 11010 | 101100000 | 1000010 | 101101 |
Color Harmonies of #BC273A
Complementary color
Monochromatic Colors of #BC273A
Black with #BC273A
Text Example
Text Example
White with #BC273A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC273A; }
p { color: rgb(188,39,58); }
H1.HeaderClassName
{
color: #BC273A;
}
.AnyTagClassName
{
color: #BC273A;
}
</style>
background-color css
<style>
a { background-color: #BC273A; }
a { background-color: rgb(188,39,58); }
div.DivClassName
{
background-color: #BC273A;
}
.BgClassName
{
background-color: #BC273A;
}
</style>
border-color css
<style>
span { border-color: #BC273A; }
span { border-color: rgb(188,39,58); }
td.TdClassName
{
border-color: #BC273A;
}
.TagClassName
{
border-color: #BC273A;
}
</style>