Shades of Cardinal #B11C40
Tints of Cardinal #B11C40
RGB
CMYK
RGB Variations
Color information
#B11C40 (or 0xB11C40) is known color: Cardinal. HEX triplet: B1, 1C and 40. RGB value is (177,28,64). Sum of RGB (Red+Green+Blue) = 177+28+64=269 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.80% from 269); Green value is 28 (11.33% from 255 or 10.41% from 269); Blue value is 64 (25.39% from 255 or 23.79% from 269); Max value from RGB is 177 - color contains mainly: red. Hex color #B11C40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B11C40 is #4EE3BF. Grayscale: #4C4C4C. Windows color (decimal): -5170112 or 4201649. OLE color: 4201649.
HSL color Cylindrical-coordinate representation of color #B11C40: hue angle of 345.5º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B11C40 is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 28 | 64 | - |
| CMYK | 0 | 0.84 | 0.64 | 0.31 |
| HSL | 345.5º | 0.73% | 0.4% | - |
| HSV(B) | 345.5º | 0.84% | 0.69% | - |
| XYZ | 19.47 | 10.55 | 5.86 | - |
| YUV | 76.66 | 120.86 | 199.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 28 | 64 | 0 | 0.84 | 0.64 | 0.31 | 345.5 | 0.73 | 0.4 |
| Hex | B1 | 1C | 40 | 0 | 54 | 40 | 1F | 15A | 49 | 28 |
| Octal | 261 | 34 | 100 | 0 | 124 | 100 | 37 | 532 | 111 | 50 |
| Binary | 10110001 | 11100 | 1000000 | 0 | 1010100 | 1000000 | 11111 | 101011010 | 1001001 | 101000 |
Color Harmonies of #B11C40
Complementary color
Monochromatic Colors of #B11C40
Black with #B11C40
Text Example
Text Example
White with #B11C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11C40; }
p { color: rgb(177,28,64); }
H1.HeaderClassName
{
color: #B11C40;
}
.AnyTagClassName
{
color: #B11C40;
}
</style>
background-color css
<style>
a { background-color: #B11C40; }
a { background-color: rgb(177,28,64); }
div.DivClassName
{
background-color: #B11C40;
}
.BgClassName
{
background-color: #B11C40;
}
</style>
border-color css
<style>
span { border-color: #B11C40; }
span { border-color: rgb(177,28,64); }
td.TdClassName
{
border-color: #B11C40;
}
.TagClassName
{
border-color: #B11C40;
}
</style>