Shades of Cardinal #B11747
Tints of Cardinal #B11747
RGB
CMYK
RGB Variations
Color information
#B11747 (or 0xB11747) is known color: Cardinal. HEX triplet: B1, 17 and 47. RGB value is (177,23,71). Sum of RGB (Red+Green+Blue) = 177+23+71=271 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.31% from 271); Green value is 23 (9.38% from 255 or 8.49% from 271); Blue value is 71 (28.12% from 255 or 26.20% from 271); Max value from RGB is 177 - color contains mainly: red. Hex color #B11747 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11747 is #4EE8B8. Grayscale: #4A4A4A. Windows color (decimal): -5171385 or 4659121. OLE color: 4659121.
HSL color Cylindrical-coordinate representation of color #B11747: hue angle of 341.3º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B11747 is Cyan = 0, Magento = 0.87, Yellow = 0.60 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 23 | 71 | - |
| CMYK | 0 | 0.87 | 0.60 | 0.31 |
| HSL | 341.3º | 0.77% | 0.39% | - |
| HSV(B) | 341.3º | 0.87% | 0.69% | - |
| XYZ | 19.58 | 10.41 | 6.94 | - |
| YUV | 74.52 | 126.02 | 201.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 23 | 71 | 0 | 0.87 | 0.60 | 0.31 | 341.3 | 0.77 | 0.39 |
| Hex | B1 | 17 | 47 | 0 | 57 | 3C | 1F | 155 | 4D | 27 |
| Octal | 261 | 27 | 107 | 0 | 127 | 74 | 37 | 525 | 115 | 47 |
| Binary | 10110001 | 10111 | 1000111 | 0 | 1010111 | 111100 | 11111 | 101010101 | 1001101 | 100111 |
Color Harmonies of #B11747
Complementary color
Monochromatic Colors of #B11747
Black with #B11747
Text Example
Text Example
White with #B11747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11747; }
p { color: rgb(177,23,71); }
H1.HeaderClassName
{
color: #B11747;
}
.AnyTagClassName
{
color: #B11747;
}
</style>
background-color css
<style>
a { background-color: #B11747; }
a { background-color: rgb(177,23,71); }
div.DivClassName
{
background-color: #B11747;
}
.BgClassName
{
background-color: #B11747;
}
</style>
border-color css
<style>
span { border-color: #B11747; }
span { border-color: rgb(177,23,71); }
td.TdClassName
{
border-color: #B11747;
}
.TagClassName
{
border-color: #B11747;
}
</style>