Shades of Cardinal #BC2738
Tints of Cardinal #BC2738
RGB
CMYK
RGB Variations
Color information
#BC2738 (or 0xBC2738) is known color: Cardinal. HEX triplet: BC, 27 and 38. RGB value is (188,39,56). Sum of RGB (Red+Green+Blue) = 188+39+56=283 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.43% from 283); Green value is 39 (15.62% from 255 or 13.78% from 283); Blue value is 56 (22.27% from 255 or 19.79% from 283); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2738 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2738 is #43D8C7. Grayscale: #555555. Windows color (decimal): -4446408 or 3680188. OLE color: 3680188.
HSL color Cylindrical-coordinate representation of color #BC2738: hue angle of 353.15º 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 #BC2738 is Cyan = 0, Magento = 0.79, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 39 | 56 | - |
| CMYK | 0 | 0.79 | 0.70 | 0.26 |
| HSL | 353.15º | 0.66% | 0.45% | - |
| HSV(B) | 353.15º | 0.79% | 0.74% | - |
| XYZ | 22.18 | 12.43 | 4.97 | - |
| YUV | 85.49 | 111.36 | 201.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 39 | 56 | 0 | 0.79 | 0.70 | 0.26 | 353.15 | 0.66 | 0.45 |
| Hex | BC | 27 | 38 | 0 | 4F | 46 | 1A | 161 | 42 | 2D |
| Octal | 274 | 47 | 70 | 0 | 117 | 106 | 32 | 541 | 102 | 55 |
| Binary | 10111100 | 100111 | 111000 | 0 | 1001111 | 1000110 | 11010 | 101100001 | 1000010 | 101101 |
Color Harmonies of #BC2738
Complementary color
Monochromatic Colors of #BC2738
Black with #BC2738
Text Example
Text Example
White with #BC2738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2738; }
p { color: rgb(188,39,56); }
H1.HeaderClassName
{
color: #BC2738;
}
.AnyTagClassName
{
color: #BC2738;
}
</style>
background-color css
<style>
a { background-color: #BC2738; }
a { background-color: rgb(188,39,56); }
div.DivClassName
{
background-color: #BC2738;
}
.BgClassName
{
background-color: #BC2738;
}
</style>
border-color css
<style>
span { border-color: #BC2738; }
span { border-color: rgb(188,39,56); }
td.TdClassName
{
border-color: #BC2738;
}
.TagClassName
{
border-color: #BC2738;
}
</style>