Shades of Cardinal #BC133E
Tints of Cardinal #BC133E
RGB
CMYK
RGB Variations
Color information
#BC133E (or 0xBC133E) is known color: Cardinal. HEX triplet: BC, 13 and 3E. RGB value is (188,19,62). Sum of RGB (Red+Green+Blue) = 188+19+62=269 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.89% from 269); Green value is 19 (7.81% from 255 or 7.06% from 269); Blue value is 62 (24.61% from 255 or 23.05% from 269); Max value from RGB is 188 - color contains mainly: red. Hex color #BC133E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BC133E is #43ECC1. Grayscale: #4A4A4A. Windows color (decimal): -4451522 or 4068284. OLE color: 4068284.
HSL color Cylindrical-coordinate representation of color #BC133E: hue angle of 344.73º 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 #BC133E is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 19 | 62 | - |
| CMYK | 0 | 0.90 | 0.67 | 0.26 |
| HSL | 344.73º | 0.82% | 0.41% | - |
| HSV(B) | 344.73º | 0.9% | 0.74% | - |
| XYZ | 21.84 | 11.5 | 5.63 | - |
| YUV | 74.43 | 120.99 | 209 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 19 | 62 | 0 | 0.90 | 0.67 | 0.26 | 344.73 | 0.82 | 0.41 |
| Hex | BC | 13 | 3E | 0 | 5A | 43 | 1A | 159 | 52 | 29 |
| Octal | 274 | 23 | 76 | 0 | 132 | 103 | 32 | 531 | 122 | 51 |
| Binary | 10111100 | 10011 | 111110 | 0 | 1011010 | 1000011 | 11010 | 101011001 | 1010010 | 101001 |
Color Harmonies of #BC133E
Complementary color
Monochromatic Colors of #BC133E
Black with #BC133E
Text Example
Text Example
White with #BC133E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC133E; }
p { color: rgb(188,19,62); }
H1.HeaderClassName
{
color: #BC133E;
}
.AnyTagClassName
{
color: #BC133E;
}
</style>
background-color css
<style>
a { background-color: #BC133E; }
a { background-color: rgb(188,19,62); }
div.DivClassName
{
background-color: #BC133E;
}
.BgClassName
{
background-color: #BC133E;
}
</style>
border-color css
<style>
span { border-color: #BC133E; }
span { border-color: rgb(188,19,62); }
td.TdClassName
{
border-color: #BC133E;
}
.TagClassName
{
border-color: #BC133E;
}
</style>