Shades of Cardinal #B11D29
Tints of Cardinal #B11D29
RGB
CMYK
RGB Variations
Color information
#B11D29 (or 0xB11D29) is known color: Cardinal. HEX triplet: B1, 1D and 29. RGB value is (177,29,41). Sum of RGB (Red+Green+Blue) = 177+29+41=247 (32% of max value = 765). Red value is 177 (69.53% from 255 or 71.66% from 247); Green value is 29 (11.72% from 255 or 11.74% from 247); Blue value is 41 (16.41% from 255 or 16.60% from 247); Max value from RGB is 177 - color contains mainly: red. Hex color #B11D29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B11D29 is #4EE2D6. Grayscale: #4A4A4A. Windows color (decimal): -5169879 or 2694577. OLE color: 2694577.
HSL color Cylindrical-coordinate representation of color #B11D29: hue angle of 355.14º degrees, saturation: 0.72, 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 #B11D29 is Cyan = 0, Magento = 0.84, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 29 | 41 | - |
| CMYK | 0 | 0.84 | 0.77 | 0.31 |
| HSL | 355.14º | 0.72% | 0.4% | - |
| HSV(B) | 355.14º | 0.84% | 0.69% | - |
| XYZ | 18.97 | 10.39 | 3.1 | - |
| YUV | 74.62 | 109.03 | 201.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 29 | 41 | 0 | 0.84 | 0.77 | 0.31 | 355.14 | 0.72 | 0.4 |
| Hex | B1 | 1D | 29 | 0 | 54 | 4D | 1F | 163 | 48 | 28 |
| Octal | 261 | 35 | 51 | 0 | 124 | 115 | 37 | 543 | 110 | 50 |
| Binary | 10110001 | 11101 | 101001 | 0 | 1010100 | 1001101 | 11111 | 101100011 | 1001000 | 101000 |
Color Harmonies of #B11D29
Complementary color
Monochromatic Colors of #B11D29
Black with #B11D29
Text Example
Text Example
White with #B11D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11D29; }
p { color: rgb(177,29,41); }
H1.HeaderClassName
{
color: #B11D29;
}
.AnyTagClassName
{
color: #B11D29;
}
</style>
background-color css
<style>
a { background-color: #B11D29; }
a { background-color: rgb(177,29,41); }
div.DivClassName
{
background-color: #B11D29;
}
.BgClassName
{
background-color: #B11D29;
}
</style>
border-color css
<style>
span { border-color: #B11D29; }
span { border-color: rgb(177,29,41); }
td.TdClassName
{
border-color: #B11D29;
}
.TagClassName
{
border-color: #B11D29;
}
</style>