Shades of Cardinal #BC1B3F
Tints of Cardinal #BC1B3F
RGB
CMYK
RGB Variations
Color information
#BC1B3F (or 0xBC1B3F) is known color: Cardinal. HEX triplet: BC, 1B and 3F. RGB value is (188,27,63). Sum of RGB (Red+Green+Blue) = 188+27+63=278 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.63% from 278); Green value is 27 (10.94% from 255 or 9.71% from 278); Blue value is 63 (25% from 255 or 22.66% from 278); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1B3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC1B3F is #43E4C0. Grayscale: #4F4F4F. Windows color (decimal): -4449473 or 4135868. OLE color: 4135868.
HSL color Cylindrical-coordinate representation of color #BC1B3F: hue angle of 346.58º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC1B3F is Cyan = 0, Magento = 0.86, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 27 | 63 | - |
| CMYK | 0 | 0.86 | 0.66 | 0.26 |
| HSL | 346.58º | 0.75% | 0.42% | - |
| HSV(B) | 346.58º | 0.86% | 0.74% | - |
| XYZ | 22.03 | 11.83 | 5.83 | - |
| YUV | 79.24 | 118.84 | 205.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 27 | 63 | 0 | 0.86 | 0.66 | 0.26 | 346.58 | 0.75 | 0.42 |
| Hex | BC | 1B | 3F | 0 | 56 | 42 | 1A | 15B | 4B | 2A |
| Octal | 274 | 33 | 77 | 0 | 126 | 102 | 32 | 533 | 113 | 52 |
| Binary | 10111100 | 11011 | 111111 | 0 | 1010110 | 1000010 | 11010 | 101011011 | 1001011 | 101010 |
Color Harmonies of #BC1B3F
Complementary color
Monochromatic Colors of #BC1B3F
Black with #BC1B3F
Text Example
Text Example
White with #BC1B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1B3F; }
p { color: rgb(188,27,63); }
H1.HeaderClassName
{
color: #BC1B3F;
}
.AnyTagClassName
{
color: #BC1B3F;
}
</style>
background-color css
<style>
a { background-color: #BC1B3F; }
a { background-color: rgb(188,27,63); }
div.DivClassName
{
background-color: #BC1B3F;
}
.BgClassName
{
background-color: #BC1B3F;
}
</style>
border-color css
<style>
span { border-color: #BC1B3F; }
span { border-color: rgb(188,27,63); }
td.TdClassName
{
border-color: #BC1B3F;
}
.TagClassName
{
border-color: #BC1B3F;
}
</style>