Shades of Cardinal #BC1F2B
Tints of Cardinal #BC1F2B
RGB
CMYK
RGB Variations
Color information
#BC1F2B (or 0xBC1F2B) is known color: Cardinal. HEX triplet: BC, 1F and 2B. RGB value is (188,31,43). Sum of RGB (Red+Green+Blue) = 188+31+43=262 (34% of max value = 765). Red value is 188 (73.83% from 255 or 71.76% from 262); Green value is 31 (12.5% from 255 or 11.83% from 262); Blue value is 43 (17.19% from 255 or 16.41% from 262); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1F2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC1F2B is #43E0D4. Grayscale: #4F4F4F. Windows color (decimal): -4448469 or 2826172. OLE color: 2826172.
HSL color Cylindrical-coordinate representation of color #BC1F2B: hue angle of 355.41º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC1F2B is Cyan = 0, Magento = 0.84, Yellow = 0.77 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 31 | 43 | - |
| CMYK | 0 | 0.84 | 0.77 | 0.26 |
| HSL | 355.41º | 0.72% | 0.43% | - |
| HSV(B) | 355.41º | 0.84% | 0.74% | - |
| XYZ | 21.67 | 11.85 | 3.43 | - |
| YUV | 79.31 | 107.51 | 205.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 31 | 43 | 0 | 0.84 | 0.77 | 0.26 | 355.41 | 0.72 | 0.43 |
| Hex | BC | 1F | 2B | 0 | 54 | 4D | 1A | 163 | 48 | 2B |
| Octal | 274 | 37 | 53 | 0 | 124 | 115 | 32 | 543 | 110 | 53 |
| Binary | 10111100 | 11111 | 101011 | 0 | 1010100 | 1001101 | 11010 | 101100011 | 1001000 | 101011 |
Color Harmonies of #BC1F2B
Complementary color
Monochromatic Colors of #BC1F2B
Black with #BC1F2B
Text Example
Text Example
White with #BC1F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1F2B; }
p { color: rgb(188,31,43); }
H1.HeaderClassName
{
color: #BC1F2B;
}
.AnyTagClassName
{
color: #BC1F2B;
}
</style>
background-color css
<style>
a { background-color: #BC1F2B; }
a { background-color: rgb(188,31,43); }
div.DivClassName
{
background-color: #BC1F2B;
}
.BgClassName
{
background-color: #BC1F2B;
}
</style>
border-color css
<style>
span { border-color: #BC1F2B; }
span { border-color: rgb(188,31,43); }
td.TdClassName
{
border-color: #BC1F2B;
}
.TagClassName
{
border-color: #BC1F2B;
}
</style>