Shades of Cardinal #B11C29
Tints of Cardinal #B11C29
RGB
CMYK
RGB Variations
Color information
#B11C29 (or 0xB11C29) is known color: Cardinal. HEX triplet: B1, 1C and 29. RGB value is (177,28,41). Sum of RGB (Red+Green+Blue) = 177+28+41=246 (32% of max value = 765). Red value is 177 (69.53% from 255 or 71.95% from 246); Green value is 28 (11.33% from 255 or 11.38% from 246); Blue value is 41 (16.41% from 255 or 16.67% from 246); Max value from RGB is 177 - color contains mainly: red. Hex color #B11C29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B11C29 is #4EE3D6. Grayscale: #4A4A4A. Windows color (decimal): -5170135 or 2694321. OLE color: 2694321.
HSL color Cylindrical-coordinate representation of color #B11C29: hue angle of 354.77º 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 #B11C29 is Cyan = 0, Magento = 0.84, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 28 | 41 | - |
| CMYK | 0 | 0.84 | 0.77 | 0.31 |
| HSL | 354.77º | 0.73% | 0.4% | - |
| HSV(B) | 354.77º | 0.84% | 0.69% | - |
| XYZ | 18.95 | 10.34 | 3.09 | - |
| YUV | 74.03 | 109.36 | 201.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 28 | 41 | 0 | 0.84 | 0.77 | 0.31 | 354.77 | 0.73 | 0.4 |
| Hex | B1 | 1C | 29 | 0 | 54 | 4D | 1F | 163 | 49 | 28 |
| Octal | 261 | 34 | 51 | 0 | 124 | 115 | 37 | 543 | 111 | 50 |
| Binary | 10110001 | 11100 | 101001 | 0 | 1010100 | 1001101 | 11111 | 101100011 | 1001001 | 101000 |
Color Harmonies of #B11C29
Complementary color
Monochromatic Colors of #B11C29
Black with #B11C29
Text Example
Text Example
White with #B11C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11C29; }
p { color: rgb(177,28,41); }
H1.HeaderClassName
{
color: #B11C29;
}
.AnyTagClassName
{
color: #B11C29;
}
</style>
background-color css
<style>
a { background-color: #B11C29; }
a { background-color: rgb(177,28,41); }
div.DivClassName
{
background-color: #B11C29;
}
.BgClassName
{
background-color: #B11C29;
}
</style>
border-color css
<style>
span { border-color: #B11C29; }
span { border-color: rgb(177,28,41); }
td.TdClassName
{
border-color: #B11C29;
}
.TagClassName
{
border-color: #B11C29;
}
</style>