Shades of Cardinal #BC0F32
Tints of Cardinal #BC0F32
RGB
CMYK
RGB Variations
Color information
#BC0F32 (or 0xBC0F32) is known color: Cardinal. HEX triplet: BC, 0F and 32. RGB value is (188,15,50). Sum of RGB (Red+Green+Blue) = 188+15+50=253 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.31% from 253); Green value is 15 (6.25% from 255 or 5.93% from 253); Blue value is 50 (19.92% from 255 or 19.76% from 253); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0F32 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0F32 is #43F0CD. Grayscale: #464646. Windows color (decimal): -4452558 or 3280828. OLE color: 3280828.
HSL color Cylindrical-coordinate representation of color #BC0F32: hue angle of 347.86º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BC0F32 is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 15 | 50 | - |
| CMYK | 0 | 0.92 | 0.73 | 0.26 |
| HSL | 347.86º | 0.85% | 0.4% | - |
| HSV(B) | 347.86º | 0.92% | 0.74% | - |
| XYZ | 21.49 | 11.26 | 4.06 | - |
| YUV | 70.72 | 116.31 | 211.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 15 | 50 | 0 | 0.92 | 0.73 | 0.26 | 347.86 | 0.85 | 0.4 |
| Hex | BC | F | 32 | 0 | 5C | 49 | 1A | 15C | 55 | 28 |
| Octal | 274 | 17 | 62 | 0 | 134 | 111 | 32 | 534 | 125 | 50 |
| Binary | 10111100 | 1111 | 110010 | 0 | 1011100 | 1001001 | 11010 | 101011100 | 1010101 | 101000 |
Color Harmonies of #BC0F32
Complementary color
Monochromatic Colors of #BC0F32
Black with #BC0F32
Text Example
Text Example
White with #BC0F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0F32; }
p { color: rgb(188,15,50); }
H1.HeaderClassName
{
color: #BC0F32;
}
.AnyTagClassName
{
color: #BC0F32;
}
</style>
background-color css
<style>
a { background-color: #BC0F32; }
a { background-color: rgb(188,15,50); }
div.DivClassName
{
background-color: #BC0F32;
}
.BgClassName
{
background-color: #BC0F32;
}
</style>
border-color css
<style>
span { border-color: #BC0F32; }
span { border-color: rgb(188,15,50); }
td.TdClassName
{
border-color: #BC0F32;
}
.TagClassName
{
border-color: #BC0F32;
}
</style>