Shades of Cardinal #BC1F36
Tints of Cardinal #BC1F36
RGB
CMYK
RGB Variations
Color information
#BC1F36 (or 0xBC1F36) is known color: Cardinal. HEX triplet: BC, 1F and 36. RGB value is (188,31,54). Sum of RGB (Red+Green+Blue) = 188+31+54=273 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.86% from 273); Green value is 31 (12.5% from 255 or 11.36% from 273); Blue value is 54 (21.48% from 255 or 19.78% from 273); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1F36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC1F36 is #43E0C9. Grayscale: #505050. Windows color (decimal): -4448458 or 3547068. OLE color: 3547068.
HSL color Cylindrical-coordinate representation of color #BC1F36: hue angle of 351.21º 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 #BC1F36 is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 31 | 54 | - |
| CMYK | 0 | 0.84 | 0.71 | 0.26 |
| HSL | 351.21º | 0.72% | 0.43% | - |
| HSV(B) | 351.21º | 0.84% | 0.74% | - |
| XYZ | 21.89 | 11.94 | 4.64 | - |
| YUV | 80.57 | 113.01 | 204.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 31 | 54 | 0 | 0.84 | 0.71 | 0.26 | 351.21 | 0.72 | 0.43 |
| Hex | BC | 1F | 36 | 0 | 54 | 47 | 1A | 15F | 48 | 2B |
| Octal | 274 | 37 | 66 | 0 | 124 | 107 | 32 | 537 | 110 | 53 |
| Binary | 10111100 | 11111 | 110110 | 0 | 1010100 | 1000111 | 11010 | 101011111 | 1001000 | 101011 |
Color Harmonies of #BC1F36
Complementary color
Monochromatic Colors of #BC1F36
Black with #BC1F36
Text Example
Text Example
White with #BC1F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1F36; }
p { color: rgb(188,31,54); }
H1.HeaderClassName
{
color: #BC1F36;
}
.AnyTagClassName
{
color: #BC1F36;
}
</style>
background-color css
<style>
a { background-color: #BC1F36; }
a { background-color: rgb(188,31,54); }
div.DivClassName
{
background-color: #BC1F36;
}
.BgClassName
{
background-color: #BC1F36;
}
</style>
border-color css
<style>
span { border-color: #BC1F36; }
span { border-color: rgb(188,31,54); }
td.TdClassName
{
border-color: #BC1F36;
}
.TagClassName
{
border-color: #BC1F36;
}
</style>