Shades of Cardinal #BC0F2A
Tints of Cardinal #BC0F2A
RGB
CMYK
RGB Variations
Color information
#BC0F2A (or 0xBC0F2A) is known color: Cardinal. HEX triplet: BC, 0F and 2A. RGB value is (188,15,42). Sum of RGB (Red+Green+Blue) = 188+15+42=245 (32% of max value = 765). Red value is 188 (73.83% from 255 or 76.73% from 245); Green value is 15 (6.25% from 255 or 6.12% from 245); Blue value is 42 (16.80% from 255 or 17.14% from 245); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0F2A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0F2A is #43F0D5. Grayscale: #454545. Windows color (decimal): -4452566 or 2756540. OLE color: 2756540.
HSL color Cylindrical-coordinate representation of color #BC0F2A: hue angle of 350.64º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BC0F2A is Cyan = 0, Magento = 0.92, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 15 | 42 | - |
| CMYK | 0 | 0.92 | 0.78 | 0.26 |
| HSL | 350.64º | 0.85% | 0.4% | - |
| HSV(B) | 350.64º | 0.92% | 0.74% | - |
| XYZ | 21.33 | 11.2 | 3.23 | - |
| YUV | 69.81 | 112.31 | 212.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 15 | 42 | 0 | 0.92 | 0.78 | 0.26 | 350.64 | 0.85 | 0.4 |
| Hex | BC | F | 2A | 0 | 5C | 4E | 1A | 15F | 55 | 28 |
| Octal | 274 | 17 | 52 | 0 | 134 | 116 | 32 | 537 | 125 | 50 |
| Binary | 10111100 | 1111 | 101010 | 0 | 1011100 | 1001110 | 11010 | 101011111 | 1010101 | 101000 |
Color Harmonies of #BC0F2A
Complementary color
Monochromatic Colors of #BC0F2A
Black with #BC0F2A
Text Example
Text Example
White with #BC0F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0F2A; }
p { color: rgb(188,15,42); }
H1.HeaderClassName
{
color: #BC0F2A;
}
.AnyTagClassName
{
color: #BC0F2A;
}
</style>
background-color css
<style>
a { background-color: #BC0F2A; }
a { background-color: rgb(188,15,42); }
div.DivClassName
{
background-color: #BC0F2A;
}
.BgClassName
{
background-color: #BC0F2A;
}
</style>
border-color css
<style>
span { border-color: #BC0F2A; }
span { border-color: rgb(188,15,42); }
td.TdClassName
{
border-color: #BC0F2A;
}
.TagClassName
{
border-color: #BC0F2A;
}
</style>