Shades of Cardinal #BC123D
Tints of Cardinal #BC123D
RGB
CMYK
RGB Variations
Color information
#BC123D (or 0xBC123D) is known color: Cardinal. HEX triplet: BC, 12 and 3D. RGB value is (188,18,61). Sum of RGB (Red+Green+Blue) = 188+18+61=267 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.41% from 267); Green value is 18 (7.42% from 255 or 6.74% from 267); Blue value is 61 (24.22% from 255 or 22.85% from 267); Max value from RGB is 188 - color contains mainly: red. Hex color #BC123D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC123D is #43EDC2. Grayscale: #494949. Windows color (decimal): -4451779 or 4002492. OLE color: 4002492.
HSL color Cylindrical-coordinate representation of color #BC123D: hue angle of 344.82º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC123D is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 18 | 61 | - |
| CMYK | 0 | 0.90 | 0.68 | 0.26 |
| HSL | 344.82º | 0.83% | 0.4% | - |
| HSV(B) | 344.82º | 0.9% | 0.74% | - |
| XYZ | 21.8 | 11.46 | 5.48 | - |
| YUV | 73.73 | 120.82 | 209.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 18 | 61 | 0 | 0.90 | 0.68 | 0.26 | 344.82 | 0.83 | 0.4 |
| Hex | BC | 12 | 3D | 0 | 5A | 44 | 1A | 159 | 53 | 28 |
| Octal | 274 | 22 | 75 | 0 | 132 | 104 | 32 | 531 | 123 | 50 |
| Binary | 10111100 | 10010 | 111101 | 0 | 1011010 | 1000100 | 11010 | 101011001 | 1010011 | 101000 |
Color Harmonies of #BC123D
Complementary color
Monochromatic Colors of #BC123D
Black with #BC123D
Text Example
Text Example
White with #BC123D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC123D; }
p { color: rgb(188,18,61); }
H1.HeaderClassName
{
color: #BC123D;
}
.AnyTagClassName
{
color: #BC123D;
}
</style>
background-color css
<style>
a { background-color: #BC123D; }
a { background-color: rgb(188,18,61); }
div.DivClassName
{
background-color: #BC123D;
}
.BgClassName
{
background-color: #BC123D;
}
</style>
border-color css
<style>
span { border-color: #BC123D; }
span { border-color: rgb(188,18,61); }
td.TdClassName
{
border-color: #BC123D;
}
.TagClassName
{
border-color: #BC123D;
}
</style>