Shades of Cardinal #B11846
Tints of Cardinal #B11846
RGB
CMYK
RGB Variations
Color information
#B11846 (or 0xB11846) is known color: Cardinal. HEX triplet: B1, 18 and 46. RGB value is (177,24,70). Sum of RGB (Red+Green+Blue) = 177+24+70=271 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.31% from 271); Green value is 24 (9.77% from 255 or 8.86% from 271); Blue value is 70 (27.73% from 255 or 25.83% from 271); Max value from RGB is 177 - color contains mainly: red. Hex color #B11846 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11846 is #4EE7B9. Grayscale: #4A4A4A. Windows color (decimal): -5171130 or 4593841. OLE color: 4593841.
HSL color Cylindrical-coordinate representation of color #B11846: hue angle of 341.96º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B11846 is Cyan = 0, Magento = 0.86, Yellow = 0.60 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 24 | 70 | - |
| CMYK | 0 | 0.86 | 0.60 | 0.31 |
| HSL | 341.96º | 0.76% | 0.39% | - |
| HSV(B) | 341.96º | 0.86% | 0.69% | - |
| XYZ | 19.56 | 10.44 | 6.78 | - |
| YUV | 74.99 | 125.19 | 200.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 24 | 70 | 0 | 0.86 | 0.60 | 0.31 | 341.96 | 0.76 | 0.39 |
| Hex | B1 | 18 | 46 | 0 | 56 | 3C | 1F | 156 | 4C | 27 |
| Octal | 261 | 30 | 106 | 0 | 126 | 74 | 37 | 526 | 114 | 47 |
| Binary | 10110001 | 11000 | 1000110 | 0 | 1010110 | 111100 | 11111 | 101010110 | 1001100 | 100111 |
Color Harmonies of #B11846
Complementary color
Monochromatic Colors of #B11846
Black with #B11846
Text Example
Text Example
White with #B11846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11846; }
p { color: rgb(177,24,70); }
H1.HeaderClassName
{
color: #B11846;
}
.AnyTagClassName
{
color: #B11846;
}
</style>
background-color css
<style>
a { background-color: #B11846; }
a { background-color: rgb(177,24,70); }
div.DivClassName
{
background-color: #B11846;
}
.BgClassName
{
background-color: #B11846;
}
</style>
border-color css
<style>
span { border-color: #B11846; }
span { border-color: rgb(177,24,70); }
td.TdClassName
{
border-color: #B11846;
}
.TagClassName
{
border-color: #B11846;
}
</style>