Shades of Cardinal #BC232B
Tints of Cardinal #BC232B
RGB
CMYK
RGB Variations
Color information
#BC232B (or 0xBC232B) is known color: Cardinal. HEX triplet: BC, 23 and 2B. RGB value is (188,35,43). Sum of RGB (Red+Green+Blue) = 188+35+43=266 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.68% from 266); Green value is 35 (14.06% from 255 or 13.16% from 266); Blue value is 43 (17.19% from 255 or 16.17% from 266); Max value from RGB is 188 - color contains mainly: red. Hex color #BC232B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC232B is #43DCD4. Grayscale: #515151. Windows color (decimal): -4447445 or 2827196. OLE color: 2827196.
HSL color Cylindrical-coordinate representation of color #BC232B: hue angle of 356.86º degrees, saturation: 0.69, 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 #BC232B is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 35 | 43 | - |
| CMYK | 0 | 0.81 | 0.77 | 0.26 |
| HSL | 356.86º | 0.69% | 0.44% | - |
| HSV(B) | 356.86º | 0.81% | 0.74% | - |
| XYZ | 21.78 | 12.07 | 3.47 | - |
| YUV | 81.66 | 106.19 | 203.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 35 | 43 | 0 | 0.81 | 0.77 | 0.26 | 356.86 | 0.69 | 0.44 |
| Hex | BC | 23 | 2B | 0 | 51 | 4D | 1A | 165 | 45 | 2C |
| Octal | 274 | 43 | 53 | 0 | 121 | 115 | 32 | 545 | 105 | 54 |
| Binary | 10111100 | 100011 | 101011 | 0 | 1010001 | 1001101 | 11010 | 101100101 | 1000101 | 101100 |
Color Harmonies of #BC232B
Complementary color
Monochromatic Colors of #BC232B
Black with #BC232B
Text Example
Text Example
White with #BC232B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC232B; }
p { color: rgb(188,35,43); }
H1.HeaderClassName
{
color: #BC232B;
}
.AnyTagClassName
{
color: #BC232B;
}
</style>
background-color css
<style>
a { background-color: #BC232B; }
a { background-color: rgb(188,35,43); }
div.DivClassName
{
background-color: #BC232B;
}
.BgClassName
{
background-color: #BC232B;
}
</style>
border-color css
<style>
span { border-color: #BC232B; }
span { border-color: rgb(188,35,43); }
td.TdClassName
{
border-color: #BC232B;
}
.TagClassName
{
border-color: #BC232B;
}
</style>