Shades of Cardinal #BC0532
Tints of Cardinal #BC0532
RGB
CMYK
RGB Variations
Color information
#BC0532 (or 0xBC0532) is known color: Cardinal. HEX triplet: BC, 05 and 32. RGB value is (188,5,50). Sum of RGB (Red+Green+Blue) = 188+5+50=243 (32% of max value = 765). Red value is 188 (73.83% from 255 or 77.37% from 243); Green value is 5 (2.34% from 255 or 2.06% from 243); Blue value is 50 (19.92% from 255 or 20.58% from 243); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0532 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0532 is #43FACD. Grayscale: #404040. Windows color (decimal): -4455118 or 3278268. OLE color: 3278268.
HSL color Cylindrical-coordinate representation of color #BC0532: hue angle of 345.25º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC0532 is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 5 | 50 | - |
| CMYK | 0 | 0.97 | 0.73 | 0.26 |
| HSL | 345.25º | 0.95% | 0.38% | - |
| HSV(B) | 345.25º | 0.97% | 0.74% | - |
| XYZ | 21.37 | 11.03 | 4.02 | - |
| YUV | 64.85 | 119.63 | 215.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 5 | 50 | 0 | 0.97 | 0.73 | 0.26 | 345.25 | 0.95 | 0.38 |
| Hex | BC | 5 | 32 | 0 | 61 | 49 | 1A | 159 | 5F | 26 |
| Octal | 274 | 5 | 62 | 0 | 141 | 111 | 32 | 531 | 137 | 46 |
| Binary | 10111100 | 101 | 110010 | 0 | 1100001 | 1001001 | 11010 | 101011001 | 1011111 | 100110 |
Color Harmonies of #BC0532
Complementary color
Monochromatic Colors of #BC0532
Black with #BC0532
Text Example
Text Example
White with #BC0532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0532; }
p { color: rgb(188,5,50); }
H1.HeaderClassName
{
color: #BC0532;
}
.AnyTagClassName
{
color: #BC0532;
}
</style>
background-color css
<style>
a { background-color: #BC0532; }
a { background-color: rgb(188,5,50); }
div.DivClassName
{
background-color: #BC0532;
}
.BgClassName
{
background-color: #BC0532;
}
</style>
border-color css
<style>
span { border-color: #BC0532; }
span { border-color: rgb(188,5,50); }
td.TdClassName
{
border-color: #BC0532;
}
.TagClassName
{
border-color: #BC0532;
}
</style>