Shades of Cardinal #BC1E30
Tints of Cardinal #BC1E30
RGB
CMYK
RGB Variations
Color information
#BC1E30 (or 0xBC1E30) is known color: Cardinal. HEX triplet: BC, 1E and 30. RGB value is (188,30,48). Sum of RGB (Red+Green+Blue) = 188+30+48=266 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.68% from 266); Green value is 30 (12.11% from 255 or 11.28% from 266); Blue value is 48 (19.14% from 255 or 18.05% from 266); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1E30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC1E30 is #43E1CF. Grayscale: #4F4F4F. Windows color (decimal): -4448720 or 3153596. OLE color: 3153596.
HSL color Cylindrical-coordinate representation of color #BC1E30: hue angle of 353.16º 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 #BC1E30 is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 30 | 48 | - |
| CMYK | 0 | 0.84 | 0.74 | 0.26 |
| HSL | 353.16º | 0.72% | 0.43% | - |
| HSV(B) | 353.16º | 0.84% | 0.74% | - |
| XYZ | 21.74 | 11.83 | 3.93 | - |
| YUV | 79.29 | 110.35 | 205.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 30 | 48 | 0 | 0.84 | 0.74 | 0.26 | 353.16 | 0.72 | 0.43 |
| Hex | BC | 1E | 30 | 0 | 54 | 4A | 1A | 161 | 48 | 2B |
| Octal | 274 | 36 | 60 | 0 | 124 | 112 | 32 | 541 | 110 | 53 |
| Binary | 10111100 | 11110 | 110000 | 0 | 1010100 | 1001010 | 11010 | 101100001 | 1001000 | 101011 |
Color Harmonies of #BC1E30
Complementary color
Monochromatic Colors of #BC1E30
Black with #BC1E30
Text Example
Text Example
White with #BC1E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1E30; }
p { color: rgb(188,30,48); }
H1.HeaderClassName
{
color: #BC1E30;
}
.AnyTagClassName
{
color: #BC1E30;
}
</style>
background-color css
<style>
a { background-color: #BC1E30; }
a { background-color: rgb(188,30,48); }
div.DivClassName
{
background-color: #BC1E30;
}
.BgClassName
{
background-color: #BC1E30;
}
</style>
border-color css
<style>
span { border-color: #BC1E30; }
span { border-color: rgb(188,30,48); }
td.TdClassName
{
border-color: #BC1E30;
}
.TagClassName
{
border-color: #BC1E30;
}
</style>