Shades of Cardinal #BC0938
Tints of Cardinal #BC0938
RGB
CMYK
RGB Variations
Color information
#BC0938 (or 0xBC0938) is known color: Cardinal. HEX triplet: BC, 09 and 38. RGB value is (188,9,56). Sum of RGB (Red+Green+Blue) = 188+9+56=253 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.31% from 253); Green value is 9 (3.91% from 255 or 3.56% from 253); Blue value is 56 (22.27% from 255 or 22.13% from 253); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0938 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0938 is #43F6C7. Grayscale: #434343. Windows color (decimal): -4454088 or 3672508. OLE color: 3672508.
HSL color Cylindrical-coordinate representation of color #BC0938: hue angle of 344.25º 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 #BC0938 is Cyan = 0, Magento = 0.95, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 9 | 56 | - |
| CMYK | 0 | 0.95 | 0.70 | 0.26 |
| HSL | 344.25º | 0.91% | 0.39% | - |
| HSV(B) | 344.25º | 0.95% | 0.74% | - |
| XYZ | 21.55 | 11.17 | 4.76 | - |
| YUV | 67.88 | 121.3 | 213.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 9 | 56 | 0 | 0.95 | 0.70 | 0.26 | 344.25 | 0.91 | 0.39 |
| Hex | BC | 9 | 38 | 0 | 5F | 46 | 1A | 158 | 5B | 27 |
| Octal | 274 | 11 | 70 | 0 | 137 | 106 | 32 | 530 | 133 | 47 |
| Binary | 10111100 | 1001 | 111000 | 0 | 1011111 | 1000110 | 11010 | 101011000 | 1011011 | 100111 |
Color Harmonies of #BC0938
Complementary color
Monochromatic Colors of #BC0938
Black with #BC0938
Text Example
Text Example
White with #BC0938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0938; }
p { color: rgb(188,9,56); }
H1.HeaderClassName
{
color: #BC0938;
}
.AnyTagClassName
{
color: #BC0938;
}
</style>
background-color css
<style>
a { background-color: #BC0938; }
a { background-color: rgb(188,9,56); }
div.DivClassName
{
background-color: #BC0938;
}
.BgClassName
{
background-color: #BC0938;
}
</style>
border-color css
<style>
span { border-color: #BC0938; }
span { border-color: rgb(188,9,56); }
td.TdClassName
{
border-color: #BC0938;
}
.TagClassName
{
border-color: #BC0938;
}
</style>