Shades of Cardinal #BC0230
Tints of Cardinal #BC0230
RGB
CMYK
RGB Variations
Color information
#BC0230 (or 0xBC0230) is known color: Cardinal. HEX triplet: BC, 02 and 30. RGB value is (188,2,48). Sum of RGB (Red+Green+Blue) = 188+2+48=238 (31% of max value = 765). Red value is 188 (73.83% from 255 or 78.99% from 238); Green value is 2 (1.17% from 255 or 0.84% from 238); Blue value is 48 (19.14% from 255 or 20.17% from 238); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0230 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0230 is #43FDCF. Grayscale: #3E3E3E. Windows color (decimal): -4455888 or 3146428. OLE color: 3146428.
HSL color Cylindrical-coordinate representation of color #BC0230: hue angle of 345.16º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC0230 is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 2 | 48 | - |
| CMYK | 0 | 0.99 | 0.74 | 0.26 |
| HSL | 345.16º | 0.98% | 0.37% | - |
| HSV(B) | 345.16º | 0.99% | 0.74% | - |
| XYZ | 21.29 | 10.95 | 3.79 | - |
| YUV | 62.86 | 119.62 | 217.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 2 | 48 | 0 | 0.99 | 0.74 | 0.26 | 345.16 | 0.98 | 0.37 |
| Hex | BC | 2 | 30 | 0 | 63 | 4A | 1A | 159 | 62 | 25 |
| Octal | 274 | 2 | 60 | 0 | 143 | 112 | 32 | 531 | 142 | 45 |
| Binary | 10111100 | 10 | 110000 | 0 | 1100011 | 1001010 | 11010 | 101011001 | 1100010 | 100101 |
Color Harmonies of #BC0230
Complementary color
Monochromatic Colors of #BC0230
Black with #BC0230
Text Example
Text Example
White with #BC0230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0230; }
p { color: rgb(188,2,48); }
H1.HeaderClassName
{
color: #BC0230;
}
.AnyTagClassName
{
color: #BC0230;
}
</style>
background-color css
<style>
a { background-color: #BC0230; }
a { background-color: rgb(188,2,48); }
div.DivClassName
{
background-color: #BC0230;
}
.BgClassName
{
background-color: #BC0230;
}
</style>
border-color css
<style>
span { border-color: #BC0230; }
span { border-color: rgb(188,2,48); }
td.TdClassName
{
border-color: #BC0230;
}
.TagClassName
{
border-color: #BC0230;
}
</style>