Shades of Cardinal #BC0933
Tints of Cardinal #BC0933
RGB
CMYK
RGB Variations
Color information
#BC0933 (or 0xBC0933) is known color: Cardinal. HEX triplet: BC, 09 and 33. RGB value is (188,9,51). Sum of RGB (Red+Green+Blue) = 188+9+51=248 (32% of max value = 765). Red value is 188 (73.83% from 255 or 75.81% from 248); Green value is 9 (3.91% from 255 or 3.63% from 248); Blue value is 51 (20.31% from 255 or 20.56% from 248); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0933 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0933 is #43F6CC. Grayscale: #434343. Windows color (decimal): -4454093 or 3344828. OLE color: 3344828.
HSL color Cylindrical-coordinate representation of color #BC0933: hue angle of 345.92º 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 #BC0933 is Cyan = 0, Magento = 0.95, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 9 | 51 | - |
| CMYK | 0 | 0.95 | 0.73 | 0.26 |
| HSL | 345.92º | 0.91% | 0.39% | - |
| HSV(B) | 345.92º | 0.95% | 0.74% | - |
| XYZ | 21.43 | 11.13 | 4.15 | - |
| YUV | 67.31 | 118.8 | 214.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 9 | 51 | 0 | 0.95 | 0.73 | 0.26 | 345.92 | 0.91 | 0.39 |
| Hex | BC | 9 | 33 | 0 | 5F | 49 | 1A | 15A | 5B | 27 |
| Octal | 274 | 11 | 63 | 0 | 137 | 111 | 32 | 532 | 133 | 47 |
| Binary | 10111100 | 1001 | 110011 | 0 | 1011111 | 1001001 | 11010 | 101011010 | 1011011 | 100111 |
Color Harmonies of #BC0933
Complementary color
Monochromatic Colors of #BC0933
Black with #BC0933
Text Example
Text Example
White with #BC0933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0933; }
p { color: rgb(188,9,51); }
H1.HeaderClassName
{
color: #BC0933;
}
.AnyTagClassName
{
color: #BC0933;
}
</style>
background-color css
<style>
a { background-color: #BC0933; }
a { background-color: rgb(188,9,51); }
div.DivClassName
{
background-color: #BC0933;
}
.BgClassName
{
background-color: #BC0933;
}
</style>
border-color css
<style>
span { border-color: #BC0933; }
span { border-color: rgb(188,9,51); }
td.TdClassName
{
border-color: #BC0933;
}
.TagClassName
{
border-color: #BC0933;
}
</style>