Shades of Cardinal #BC1334
Tints of Cardinal #BC1334
RGB
CMYK
RGB Variations
Color information
#BC1334 (or 0xBC1334) is known color: Cardinal. HEX triplet: BC, 13 and 34. RGB value is (188,19,52). Sum of RGB (Red+Green+Blue) = 188+19+52=259 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.59% from 259); Green value is 19 (7.81% from 255 or 7.34% from 259); Blue value is 52 (20.70% from 255 or 20.08% from 259); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1334 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC1334 is #43ECCB. Grayscale: #494949. Windows color (decimal): -4451532 or 3412924. OLE color: 3412924.
HSL color Cylindrical-coordinate representation of color #BC1334: hue angle of 348.28º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC1334 is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 19 | 52 | - |
| CMYK | 0 | 0.90 | 0.72 | 0.26 |
| HSL | 348.28º | 0.82% | 0.41% | - |
| HSV(B) | 348.28º | 0.9% | 0.74% | - |
| XYZ | 21.59 | 11.41 | 4.31 | - |
| YUV | 73.29 | 115.99 | 209.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 19 | 52 | 0 | 0.90 | 0.72 | 0.26 | 348.28 | 0.82 | 0.41 |
| Hex | BC | 13 | 34 | 0 | 5A | 48 | 1A | 15C | 52 | 29 |
| Octal | 274 | 23 | 64 | 0 | 132 | 110 | 32 | 534 | 122 | 51 |
| Binary | 10111100 | 10011 | 110100 | 0 | 1011010 | 1001000 | 11010 | 101011100 | 1010010 | 101001 |
Color Harmonies of #BC1334
Complementary color
Monochromatic Colors of #BC1334
Black with #BC1334
Text Example
Text Example
White with #BC1334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC1334; }
p { color: rgb(188,19,52); }
H1.HeaderClassName
{
color: #BC1334;
}
.AnyTagClassName
{
color: #BC1334;
}
</style>
background-color css
<style>
a { background-color: #BC1334; }
a { background-color: rgb(188,19,52); }
div.DivClassName
{
background-color: #BC1334;
}
.BgClassName
{
background-color: #BC1334;
}
</style>
border-color css
<style>
span { border-color: #BC1334; }
span { border-color: rgb(188,19,52); }
td.TdClassName
{
border-color: #BC1334;
}
.TagClassName
{
border-color: #BC1334;
}
</style>