Shades of Cardinal #B11C2C
Tints of Cardinal #B11C2C
RGB
CMYK
RGB Variations
Color information
#B11C2C (or 0xB11C2C) is known color: Cardinal. HEX triplet: B1, 1C and 2C. RGB value is (177,28,44). Sum of RGB (Red+Green+Blue) = 177+28+44=249 (32% of max value = 765). Red value is 177 (69.53% from 255 or 71.08% from 249); Green value is 28 (11.33% from 255 or 11.24% from 249); Blue value is 44 (17.58% from 255 or 17.67% from 249); Max value from RGB is 177 - color contains mainly: red. Hex color #B11C2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B11C2C is #4EE3D3. Grayscale: #4A4A4A. Windows color (decimal): -5170132 or 2890929. OLE color: 2890929.
HSL color Cylindrical-coordinate representation of color #B11C2C: hue angle of 353.56º 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 #B11C2C is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 28 | 44 | - |
| CMYK | 0 | 0.84 | 0.75 | 0.31 |
| HSL | 353.56º | 0.73% | 0.4% | - |
| HSV(B) | 353.56º | 0.84% | 0.69% | - |
| XYZ | 19 | 10.36 | 3.38 | - |
| YUV | 74.38 | 110.86 | 201.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 28 | 44 | 0 | 0.84 | 0.75 | 0.31 | 353.56 | 0.73 | 0.4 |
| Hex | B1 | 1C | 2C | 0 | 54 | 4B | 1F | 162 | 49 | 28 |
| Octal | 261 | 34 | 54 | 0 | 124 | 113 | 37 | 542 | 111 | 50 |
| Binary | 10110001 | 11100 | 101100 | 0 | 1010100 | 1001011 | 11111 | 101100010 | 1001001 | 101000 |
Color Harmonies of #B11C2C
Complementary color
Monochromatic Colors of #B11C2C
Black with #B11C2C
Text Example
Text Example
White with #B11C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11C2C; }
p { color: rgb(177,28,44); }
H1.HeaderClassName
{
color: #B11C2C;
}
.AnyTagClassName
{
color: #B11C2C;
}
</style>
background-color css
<style>
a { background-color: #B11C2C; }
a { background-color: rgb(177,28,44); }
div.DivClassName
{
background-color: #B11C2C;
}
.BgClassName
{
background-color: #B11C2C;
}
</style>
border-color css
<style>
span { border-color: #B11C2C; }
span { border-color: rgb(177,28,44); }
td.TdClassName
{
border-color: #B11C2C;
}
.TagClassName
{
border-color: #B11C2C;
}
</style>