Shades of Cardinal #BC182D
Tints of Cardinal #BC182D
RGB
CMYK
RGB Variations
Color information
#BC182D (or 0xBC182D) is known color: Cardinal. HEX triplet: BC, 18 and 2D. RGB value is (188,24,45). Sum of RGB (Red+Green+Blue) = 188+24+45=257 (34% of max value = 765). Red value is 188 (73.83% from 255 or 73.15% from 257); Green value is 24 (9.77% from 255 or 9.34% from 257); Blue value is 45 (17.97% from 255 or 17.51% from 257); Max value from RGB is 188 - color contains mainly: red. Hex color #BC182D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC182D is #43E7D2. Grayscale: #4B4B4B. Windows color (decimal): -4450259 or 2955452. OLE color: 2955452.
HSL color Cylindrical-coordinate representation of color #BC182D: hue angle of 352.32º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BC182D is Cyan = 0, Magento = 0.87, Yellow = 0.76 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 24 | 45 | - |
| CMYK | 0 | 0.87 | 0.76 | 0.26 |
| HSL | 352.32º | 0.77% | 0.42% | - |
| HSV(B) | 352.32º | 0.87% | 0.74% | - |
| XYZ | 21.54 | 11.53 | 3.57 | - |
| YUV | 75.43 | 110.83 | 208.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 24 | 45 | 0 | 0.87 | 0.76 | 0.26 | 352.32 | 0.77 | 0.42 |
| Hex | BC | 18 | 2D | 0 | 57 | 4C | 1A | 160 | 4D | 2A |
| Octal | 274 | 30 | 55 | 0 | 127 | 114 | 32 | 540 | 115 | 52 |
| Binary | 10111100 | 11000 | 101101 | 0 | 1010111 | 1001100 | 11010 | 101100000 | 1001101 | 101010 |
Color Harmonies of #BC182D
Complementary color
Monochromatic Colors of #BC182D
Black with #BC182D
Text Example
Text Example
White with #BC182D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC182D; }
p { color: rgb(188,24,45); }
H1.HeaderClassName
{
color: #BC182D;
}
.AnyTagClassName
{
color: #BC182D;
}
</style>
background-color css
<style>
a { background-color: #BC182D; }
a { background-color: rgb(188,24,45); }
div.DivClassName
{
background-color: #BC182D;
}
.BgClassName
{
background-color: #BC182D;
}
</style>
border-color css
<style>
span { border-color: #BC182D; }
span { border-color: rgb(188,24,45); }
td.TdClassName
{
border-color: #BC182D;
}
.TagClassName
{
border-color: #BC182D;
}
</style>