Shades of Cardinal #BC0F33
Tints of Cardinal #BC0F33
RGB
CMYK
RGB Variations
Color information
#BC0F33 (or 0xBC0F33) is known color: Cardinal. HEX triplet: BC, 0F and 33. RGB value is (188,15,51). Sum of RGB (Red+Green+Blue) = 188+15+51=254 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.02% from 254); Green value is 15 (6.25% from 255 or 5.91% from 254); Blue value is 51 (20.31% from 255 or 20.08% from 254); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0F33 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0F33 is #43F0CC. Grayscale: #464646. Windows color (decimal): -4452557 or 3346364. OLE color: 3346364.
HSL color Cylindrical-coordinate representation of color #BC0F33: hue angle of 347.51º 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 #BC0F33 is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 15 | 51 | - |
| CMYK | 0 | 0.92 | 0.73 | 0.26 |
| HSL | 347.51º | 0.85% | 0.4% | - |
| HSV(B) | 347.51º | 0.92% | 0.74% | - |
| XYZ | 21.51 | 11.27 | 4.17 | - |
| YUV | 70.83 | 116.81 | 211.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 15 | 51 | 0 | 0.92 | 0.73 | 0.26 | 347.51 | 0.85 | 0.4 |
| Hex | BC | F | 33 | 0 | 5C | 49 | 1A | 15C | 55 | 28 |
| Octal | 274 | 17 | 63 | 0 | 134 | 111 | 32 | 534 | 125 | 50 |
| Binary | 10111100 | 1111 | 110011 | 0 | 1011100 | 1001001 | 11010 | 101011100 | 1010101 | 101000 |
Color Harmonies of #BC0F33
Complementary color
Monochromatic Colors of #BC0F33
Black with #BC0F33
Text Example
Text Example
White with #BC0F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0F33; }
p { color: rgb(188,15,51); }
H1.HeaderClassName
{
color: #BC0F33;
}
.AnyTagClassName
{
color: #BC0F33;
}
</style>
background-color css
<style>
a { background-color: #BC0F33; }
a { background-color: rgb(188,15,51); }
div.DivClassName
{
background-color: #BC0F33;
}
.BgClassName
{
background-color: #BC0F33;
}
</style>
border-color css
<style>
span { border-color: #BC0F33; }
span { border-color: rgb(188,15,51); }
td.TdClassName
{
border-color: #BC0F33;
}
.TagClassName
{
border-color: #BC0F33;
}
</style>