Shades of Cardinal #BC2030
Tints of Cardinal #BC2030
RGB
CMYK
RGB Variations
Color information
#BC2030 (or 0xBC2030) is known color: Cardinal. HEX triplet: BC, 20 and 30. RGB value is (188,32,48). Sum of RGB (Red+Green+Blue) = 188+32+48=268 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.15% from 268); Green value is 32 (12.89% from 255 or 11.94% from 268); Blue value is 48 (19.14% from 255 or 17.91% from 268); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2030 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC2030 is #43DFCF. Grayscale: #505050. Windows color (decimal): -4448208 or 3154108. OLE color: 3154108.
HSL color Cylindrical-coordinate representation of color #BC2030: hue angle of 353.85º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BC2030 is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 32 | 48 | - |
| CMYK | 0 | 0.83 | 0.74 | 0.26 |
| HSL | 353.85º | 0.71% | 0.43% | - |
| HSV(B) | 353.85º | 0.83% | 0.74% | - |
| XYZ | 21.79 | 11.94 | 3.95 | - |
| YUV | 80.47 | 109.68 | 204.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 32 | 48 | 0 | 0.83 | 0.74 | 0.26 | 353.85 | 0.71 | 0.43 |
| Hex | BC | 20 | 30 | 0 | 53 | 4A | 1A | 162 | 47 | 2B |
| Octal | 274 | 40 | 60 | 0 | 123 | 112 | 32 | 542 | 107 | 53 |
| Binary | 10111100 | 100000 | 110000 | 0 | 1010011 | 1001010 | 11010 | 101100010 | 1000111 | 101011 |
Color Harmonies of #BC2030
Complementary color
Monochromatic Colors of #BC2030
Black with #BC2030
Text Example
Text Example
White with #BC2030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC2030; }
p { color: rgb(188,32,48); }
H1.HeaderClassName
{
color: #BC2030;
}
.AnyTagClassName
{
color: #BC2030;
}
</style>
background-color css
<style>
a { background-color: #BC2030; }
a { background-color: rgb(188,32,48); }
div.DivClassName
{
background-color: #BC2030;
}
.BgClassName
{
background-color: #BC2030;
}
</style>
border-color css
<style>
span { border-color: #BC2030; }
span { border-color: rgb(188,32,48); }
td.TdClassName
{
border-color: #BC2030;
}
.TagClassName
{
border-color: #BC2030;
}
</style>