Shades of Cardinal #BC0930
Tints of Cardinal #BC0930
RGB
CMYK
RGB Variations
Color information
#BC0930 (or 0xBC0930) is known color: Cardinal. HEX triplet: BC, 09 and 30. RGB value is (188,9,48). Sum of RGB (Red+Green+Blue) = 188+9+48=245 (32% of max value = 765). Red value is 188 (73.83% from 255 or 76.73% from 245); Green value is 9 (3.91% from 255 or 3.67% from 245); Blue value is 48 (19.14% from 255 or 19.59% from 245); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0930 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC0930 is #43F6CF. Grayscale: #424242. Windows color (decimal): -4454096 or 3148220. OLE color: 3148220.
HSL color Cylindrical-coordinate representation of color #BC0930: hue angle of 346.93º 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 #BC0930 is Cyan = 0, Magento = 0.95, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 9 | 48 | - |
| CMYK | 0 | 0.95 | 0.74 | 0.26 |
| HSL | 346.93º | 0.91% | 0.39% | - |
| HSV(B) | 346.93º | 0.95% | 0.74% | - |
| XYZ | 21.37 | 11.1 | 3.81 | - |
| YUV | 66.97 | 117.3 | 214.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 9 | 48 | 0 | 0.95 | 0.74 | 0.26 | 346.93 | 0.91 | 0.39 |
| Hex | BC | 9 | 30 | 0 | 5F | 4A | 1A | 15B | 5B | 27 |
| Octal | 274 | 11 | 60 | 0 | 137 | 112 | 32 | 533 | 133 | 47 |
| Binary | 10111100 | 1001 | 110000 | 0 | 1011111 | 1001010 | 11010 | 101011011 | 1011011 | 100111 |
Color Harmonies of #BC0930
Complementary color
Monochromatic Colors of #BC0930
Black with #BC0930
Text Example
Text Example
White with #BC0930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC0930; }
p { color: rgb(188,9,48); }
H1.HeaderClassName
{
color: #BC0930;
}
.AnyTagClassName
{
color: #BC0930;
}
</style>
background-color css
<style>
a { background-color: #BC0930; }
a { background-color: rgb(188,9,48); }
div.DivClassName
{
background-color: #BC0930;
}
.BgClassName
{
background-color: #BC0930;
}
</style>
border-color css
<style>
span { border-color: #BC0930; }
span { border-color: rgb(188,9,48); }
td.TdClassName
{
border-color: #BC0930;
}
.TagClassName
{
border-color: #BC0930;
}
</style>