Shades of Cardinal #BC0433
Tints of Cardinal #BC0433
RGB
CMYK
RGB Variations
Color information
#BC0433 (or 0xBC0433) is known color: Cardinal. HEX triplet: BC, 04 and 33. RGB value is (188,4,51). Sum of RGB (Red+Green+Blue) = 188+4+51=243 (32% of max value = 765). Red value is 188 (73.83% from 255 or 77.37% from 243); Green value is 4 (1.95% from 255 or 1.65% from 243); Blue value is 51 (20.31% from 255 or 20.99% from 243); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0433 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0433 is #43FBCC. Grayscale: #404040. Windows color (decimal): -4455373 or 3343548. OLE color: 3343548.
HSL color Cylindrical-coordinate representation of color #BC0433: hue angle of 344.67º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC0433 is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 4 | 51 | - |
| CMYK | 0 | 0.98 | 0.73 | 0.26 |
| HSL | 344.67º | 0.96% | 0.38% | - |
| HSV(B) | 344.67º | 0.98% | 0.74% | - |
| XYZ | 21.38 | 11.02 | 4.13 | - |
| YUV | 64.37 | 120.46 | 216.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 4 | 51 | 0 | 0.98 | 0.73 | 0.26 | 344.67 | 0.96 | 0.38 |
| Hex | BC | 4 | 33 | 0 | 62 | 49 | 1A | 159 | 60 | 26 |
| Octal | 274 | 4 | 63 | 0 | 142 | 111 | 32 | 531 | 140 | 46 |
| Binary | 10111100 | 100 | 110011 | 0 | 1100010 | 1001001 | 11010 | 101011001 | 1100000 | 100110 |
Color Harmonies of #BC0433
Complementary color
Monochromatic Colors of #BC0433
Black with #BC0433
Text Example
Text Example
White with #BC0433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0433; }
p { color: rgb(188,4,51); }
H1.HeaderClassName
{
color: #BC0433;
}
.AnyTagClassName
{
color: #BC0433;
}
</style>
background-color css
<style>
a { background-color: #BC0433; }
a { background-color: rgb(188,4,51); }
div.DivClassName
{
background-color: #BC0433;
}
.BgClassName
{
background-color: #BC0433;
}
</style>
border-color css
<style>
span { border-color: #BC0433; }
span { border-color: rgb(188,4,51); }
td.TdClassName
{
border-color: #BC0433;
}
.TagClassName
{
border-color: #BC0433;
}
</style>