Shades of Cardinal #B11947
Tints of Cardinal #B11947
RGB
CMYK
RGB Variations
Color information
#B11947 (or 0xB11947) is known color: Cardinal. HEX triplet: B1, 19 and 47. RGB value is (177,25,71). Sum of RGB (Red+Green+Blue) = 177+25+71=273 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.84% from 273); Green value is 25 (10.16% from 255 or 9.16% from 273); Blue value is 71 (28.12% from 255 or 26.01% from 273); Max value from RGB is 177 - color contains mainly: red. Hex color #B11947 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11947 is #4EE6B8. Grayscale: #4B4B4B. Windows color (decimal): -5170873 or 4659633. OLE color: 4659633.
HSL color Cylindrical-coordinate representation of color #B11947: hue angle of 341.84º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B11947 is Cyan = 0, Magento = 0.86, Yellow = 0.60 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 25 | 71 | - |
| CMYK | 0 | 0.86 | 0.60 | 0.31 |
| HSL | 341.84º | 0.75% | 0.4% | - |
| HSV(B) | 341.84º | 0.86% | 0.69% | - |
| XYZ | 19.62 | 10.5 | 6.95 | - |
| YUV | 75.69 | 125.36 | 200.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 25 | 71 | 0 | 0.86 | 0.60 | 0.31 | 341.84 | 0.75 | 0.4 |
| Hex | B1 | 19 | 47 | 0 | 56 | 3C | 1F | 156 | 4B | 28 |
| Octal | 261 | 31 | 107 | 0 | 126 | 74 | 37 | 526 | 113 | 50 |
| Binary | 10110001 | 11001 | 1000111 | 0 | 1010110 | 111100 | 11111 | 101010110 | 1001011 | 101000 |
Color Harmonies of #B11947
Complementary color
Monochromatic Colors of #B11947
Black with #B11947
Text Example
Text Example
White with #B11947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11947; }
p { color: rgb(177,25,71); }
H1.HeaderClassName
{
color: #B11947;
}
.AnyTagClassName
{
color: #B11947;
}
</style>
background-color css
<style>
a { background-color: #B11947; }
a { background-color: rgb(177,25,71); }
div.DivClassName
{
background-color: #B11947;
}
.BgClassName
{
background-color: #B11947;
}
</style>
border-color css
<style>
span { border-color: #B11947; }
span { border-color: rgb(177,25,71); }
td.TdClassName
{
border-color: #B11947;
}
.TagClassName
{
border-color: #B11947;
}
</style>