Shades of Cardinal #BC0B38
Tints of Cardinal #BC0B38
RGB
CMYK
RGB Variations
Color information
#BC0B38 (or 0xBC0B38) is known color: Cardinal. HEX triplet: BC, 0B and 38. RGB value is (188,11,56). Sum of RGB (Red+Green+Blue) = 188+11+56=255 (33% of max value = 765). Red value is 188 (73.83% from 255 or 73.73% from 255); Green value is 11 (4.69% from 255 or 4.31% from 255); Blue value is 56 (22.27% from 255 or 21.96% from 255); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0B38 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0B38 is #43F4C7. Grayscale: #454545. Windows color (decimal): -4453576 or 3673020. OLE color: 3673020.
HSL color Cylindrical-coordinate representation of color #BC0B38: hue angle of 344.75º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC0B38 is Cyan = 0, Magento = 0.94, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 11 | 56 | - |
| CMYK | 0 | 0.94 | 0.70 | 0.26 |
| HSL | 344.75º | 0.89% | 0.39% | - |
| HSV(B) | 344.75º | 0.94% | 0.74% | - |
| XYZ | 21.57 | 11.22 | 4.77 | - |
| YUV | 69.05 | 120.64 | 212.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 11 | 56 | 0 | 0.94 | 0.70 | 0.26 | 344.75 | 0.89 | 0.39 |
| Hex | BC | B | 38 | 0 | 5E | 46 | 1A | 159 | 59 | 27 |
| Octal | 274 | 13 | 70 | 0 | 136 | 106 | 32 | 531 | 131 | 47 |
| Binary | 10111100 | 1011 | 111000 | 0 | 1011110 | 1000110 | 11010 | 101011001 | 1011001 | 100111 |
Color Harmonies of #BC0B38
Complementary color
Monochromatic Colors of #BC0B38
Black with #BC0B38
Text Example
Text Example
White with #BC0B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0B38; }
p { color: rgb(188,11,56); }
H1.HeaderClassName
{
color: #BC0B38;
}
.AnyTagClassName
{
color: #BC0B38;
}
</style>
background-color css
<style>
a { background-color: #BC0B38; }
a { background-color: rgb(188,11,56); }
div.DivClassName
{
background-color: #BC0B38;
}
.BgClassName
{
background-color: #BC0B38;
}
</style>
border-color css
<style>
span { border-color: #BC0B38; }
span { border-color: rgb(188,11,56); }
td.TdClassName
{
border-color: #BC0B38;
}
.TagClassName
{
border-color: #BC0B38;
}
</style>