Shades of Cardinal #BC133F
Tints of Cardinal #BC133F
RGB
CMYK
RGB Variations
Color information
#BC133F (or 0xBC133F) is known color: Cardinal. HEX triplet: BC, 13 and 3F. RGB value is (188,19,63). Sum of RGB (Red+Green+Blue) = 188+19+63=270 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.63% from 270); Green value is 19 (7.81% from 255 or 7.04% from 270); Blue value is 63 (25% from 255 or 23.33% from 270); Max value from RGB is 188 - color contains mainly: red. Hex color #BC133F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC133F is #43ECC0. Grayscale: #4A4A4A. Windows color (decimal): -4451521 or 4133820. OLE color: 4133820.
HSL color Cylindrical-coordinate representation of color #BC133F: hue angle of 344.38º 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 #BC133F is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 19 | 63 | - |
| CMYK | 0 | 0.90 | 0.66 | 0.26 |
| HSL | 344.38º | 0.82% | 0.41% | - |
| HSV(B) | 344.38º | 0.9% | 0.74% | - |
| XYZ | 21.87 | 11.52 | 5.77 | - |
| YUV | 74.55 | 121.49 | 208.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 19 | 63 | 0 | 0.90 | 0.66 | 0.26 | 344.38 | 0.82 | 0.41 |
| Hex | BC | 13 | 3F | 0 | 5A | 42 | 1A | 158 | 52 | 29 |
| Octal | 274 | 23 | 77 | 0 | 132 | 102 | 32 | 530 | 122 | 51 |
| Binary | 10111100 | 10011 | 111111 | 0 | 1011010 | 1000010 | 11010 | 101011000 | 1010010 | 101001 |
Color Harmonies of #BC133F
Complementary color
Monochromatic Colors of #BC133F
Black with #BC133F
Text Example
Text Example
White with #BC133F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC133F; }
p { color: rgb(188,19,63); }
H1.HeaderClassName
{
color: #BC133F;
}
.AnyTagClassName
{
color: #BC133F;
}
</style>
background-color css
<style>
a { background-color: #BC133F; }
a { background-color: rgb(188,19,63); }
div.DivClassName
{
background-color: #BC133F;
}
.BgClassName
{
background-color: #BC133F;
}
</style>
border-color css
<style>
span { border-color: #BC133F; }
span { border-color: rgb(188,19,63); }
td.TdClassName
{
border-color: #BC133F;
}
.TagClassName
{
border-color: #BC133F;
}
</style>