Shades of Cardinal #BC093C
Tints of Cardinal #BC093C
RGB
CMYK
RGB Variations
Color information
#BC093C (or 0xBC093C) is known color: Cardinal. HEX triplet: BC, 09 and 3C. RGB value is (188,9,60). Sum of RGB (Red+Green+Blue) = 188+9+60=257 (34% of max value = 765). Red value is 188 (73.83% from 255 or 73.15% from 257); Green value is 9 (3.91% from 255 or 3.50% from 257); Blue value is 60 (23.83% from 255 or 23.35% from 257); Max value from RGB is 188 - color contains mainly: red. Hex color #BC093C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC093C is #43F6C3. Grayscale: #444444. Windows color (decimal): -4454084 or 3934652. OLE color: 3934652.
HSL color Cylindrical-coordinate representation of color #BC093C: hue angle of 342.91º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BC093C is Cyan = 0, Magento = 0.95, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 9 | 60 | - |
| CMYK | 0 | 0.95 | 0.68 | 0.26 |
| HSL | 342.91º | 0.91% | 0.39% | - |
| HSV(B) | 342.91º | 0.95% | 0.74% | - |
| XYZ | 21.65 | 11.21 | 5.3 | - |
| YUV | 68.34 | 123.3 | 213.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 9 | 60 | 0 | 0.95 | 0.68 | 0.26 | 342.91 | 0.91 | 0.39 |
| Hex | BC | 9 | 3C | 0 | 5F | 44 | 1A | 157 | 5B | 27 |
| Octal | 274 | 11 | 74 | 0 | 137 | 104 | 32 | 527 | 133 | 47 |
| Binary | 10111100 | 1001 | 111100 | 0 | 1011111 | 1000100 | 11010 | 101010111 | 1011011 | 100111 |
Color Harmonies of #BC093C
Complementary color
Monochromatic Colors of #BC093C
Black with #BC093C
Text Example
Text Example
White with #BC093C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC093C; }
p { color: rgb(188,9,60); }
H1.HeaderClassName
{
color: #BC093C;
}
.AnyTagClassName
{
color: #BC093C;
}
</style>
background-color css
<style>
a { background-color: #BC093C; }
a { background-color: rgb(188,9,60); }
div.DivClassName
{
background-color: #BC093C;
}
.BgClassName
{
background-color: #BC093C;
}
</style>
border-color css
<style>
span { border-color: #BC093C; }
span { border-color: rgb(188,9,60); }
td.TdClassName
{
border-color: #BC093C;
}
.TagClassName
{
border-color: #BC093C;
}
</style>