Shades of Cardinal #BC132F
Tints of Cardinal #BC132F
RGB
CMYK
RGB Variations
Color information
#BC132F (or 0xBC132F) is known color: Cardinal. HEX triplet: BC, 13 and 2F. RGB value is (188,19,47). Sum of RGB (Red+Green+Blue) = 188+19+47=254 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.02% from 254); Green value is 19 (7.81% from 255 or 7.48% from 254); Blue value is 47 (18.75% from 255 or 18.50% from 254); Max value from RGB is 188 - color contains mainly: red. Hex color #BC132F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC132F is #43ECD0. Grayscale: #484848. Windows color (decimal): -4451537 or 3085244. OLE color: 3085244.
HSL color Cylindrical-coordinate representation of color #BC132F: hue angle of 350.06º 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 #BC132F is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 19 | 47 | - |
| CMYK | 0 | 0.90 | 0.75 | 0.26 |
| HSL | 350.06º | 0.82% | 0.41% | - |
| HSV(B) | 350.06º | 0.9% | 0.74% | - |
| XYZ | 21.49 | 11.36 | 3.75 | - |
| YUV | 72.72 | 113.49 | 210.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 19 | 47 | 0 | 0.90 | 0.75 | 0.26 | 350.06 | 0.82 | 0.41 |
| Hex | BC | 13 | 2F | 0 | 5A | 4B | 1A | 15E | 52 | 29 |
| Octal | 274 | 23 | 57 | 0 | 132 | 113 | 32 | 536 | 122 | 51 |
| Binary | 10111100 | 10011 | 101111 | 0 | 1011010 | 1001011 | 11010 | 101011110 | 1010010 | 101001 |
Color Harmonies of #BC132F
Complementary color
Monochromatic Colors of #BC132F
Black with #BC132F
Text Example
Text Example
White with #BC132F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC132F; }
p { color: rgb(188,19,47); }
H1.HeaderClassName
{
color: #BC132F;
}
.AnyTagClassName
{
color: #BC132F;
}
</style>
background-color css
<style>
a { background-color: #BC132F; }
a { background-color: rgb(188,19,47); }
div.DivClassName
{
background-color: #BC132F;
}
.BgClassName
{
background-color: #BC132F;
}
</style>
border-color css
<style>
span { border-color: #BC132F; }
span { border-color: rgb(188,19,47); }
td.TdClassName
{
border-color: #BC132F;
}
.TagClassName
{
border-color: #BC132F;
}
</style>