Shades of Cardinal #BC0C33
Tints of Cardinal #BC0C33
RGB
CMYK
RGB Variations
Color information
#BC0C33 (or 0xBC0C33) is known color: Cardinal. HEX triplet: BC, 0C and 33. RGB value is (188,12,51). Sum of RGB (Red+Green+Blue) = 188+12+51=251 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.90% from 251); Green value is 12 (5.08% from 255 or 4.78% from 251); Blue value is 51 (20.31% from 255 or 20.32% from 251); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0C33 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0C33 is #43F3CC. Grayscale: #454545. Windows color (decimal): -4453325 or 3345596. OLE color: 3345596.
HSL color Cylindrical-coordinate representation of color #BC0C33: hue angle of 346.7º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC0C33 is Cyan = 0, Magento = 0.94, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 12 | 51 | - |
| CMYK | 0 | 0.94 | 0.73 | 0.26 |
| HSL | 346.7º | 0.88% | 0.39% | - |
| HSV(B) | 346.7º | 0.94% | 0.74% | - |
| XYZ | 21.47 | 11.19 | 4.16 | - |
| YUV | 69.07 | 117.81 | 212.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 12 | 51 | 0 | 0.94 | 0.73 | 0.26 | 346.7 | 0.88 | 0.39 |
| Hex | BC | C | 33 | 0 | 5E | 49 | 1A | 15B | 58 | 27 |
| Octal | 274 | 14 | 63 | 0 | 136 | 111 | 32 | 533 | 130 | 47 |
| Binary | 10111100 | 1100 | 110011 | 0 | 1011110 | 1001001 | 11010 | 101011011 | 1011000 | 100111 |
Color Harmonies of #BC0C33
Complementary color
Monochromatic Colors of #BC0C33
Black with #BC0C33
Text Example
Text Example
White with #BC0C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0C33; }
p { color: rgb(188,12,51); }
H1.HeaderClassName
{
color: #BC0C33;
}
.AnyTagClassName
{
color: #BC0C33;
}
</style>
background-color css
<style>
a { background-color: #BC0C33; }
a { background-color: rgb(188,12,51); }
div.DivClassName
{
background-color: #BC0C33;
}
.BgClassName
{
background-color: #BC0C33;
}
</style>
border-color css
<style>
span { border-color: #BC0C33; }
span { border-color: rgb(188,12,51); }
td.TdClassName
{
border-color: #BC0C33;
}
.TagClassName
{
border-color: #BC0C33;
}
</style>