Shades of Cardinal #BC2438
Tints of Cardinal #BC2438
RGB
CMYK
RGB Variations
Color information
#BC2438 (or 0xBC2438) is known color: Cardinal. HEX triplet: BC, 24 and 38. RGB value is (188,36,56). Sum of RGB (Red+Green+Blue) = 188+36+56=280 (37% of max value = 765). Red value is 188 (73.83% from 255 or 67.14% from 280); Green value is 36 (14.45% from 255 or 12.86% from 280); Blue value is 56 (22.27% from 255 or 20% from 280); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2438 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2438 is #43DBC7. Grayscale: #535353. Windows color (decimal): -4447176 or 3679420. OLE color: 3679420.
HSL color Cylindrical-coordinate representation of color #BC2438: hue angle of 352.11º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BC2438 is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 36 | 56 | - |
| CMYK | 0 | 0.81 | 0.70 | 0.26 |
| HSL | 352.11º | 0.68% | 0.44% | - |
| HSV(B) | 352.11º | 0.81% | 0.74% | - |
| XYZ | 22.08 | 12.24 | 4.94 | - |
| YUV | 83.73 | 112.36 | 202.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 36 | 56 | 0 | 0.81 | 0.70 | 0.26 | 352.11 | 0.68 | 0.44 |
| Hex | BC | 24 | 38 | 0 | 51 | 46 | 1A | 160 | 44 | 2C |
| Octal | 274 | 44 | 70 | 0 | 121 | 106 | 32 | 540 | 104 | 54 |
| Binary | 10111100 | 100100 | 111000 | 0 | 1010001 | 1000110 | 11010 | 101100000 | 1000100 | 101100 |
Color Harmonies of #BC2438
Complementary color
Monochromatic Colors of #BC2438
Black with #BC2438
Text Example
Text Example
White with #BC2438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2438; }
p { color: rgb(188,36,56); }
H1.HeaderClassName
{
color: #BC2438;
}
.AnyTagClassName
{
color: #BC2438;
}
</style>
background-color css
<style>
a { background-color: #BC2438; }
a { background-color: rgb(188,36,56); }
div.DivClassName
{
background-color: #BC2438;
}
.BgClassName
{
background-color: #BC2438;
}
</style>
border-color css
<style>
span { border-color: #BC2438; }
span { border-color: rgb(188,36,56); }
td.TdClassName
{
border-color: #BC2438;
}
.TagClassName
{
border-color: #BC2438;
}
</style>