Shades of Cardinal #B11345
Tints of Cardinal #B11345
RGB
CMYK
RGB Variations
Color information
#B11345 (or 0xB11345) is known color: Cardinal. HEX triplet: B1, 13 and 45. RGB value is (177,19,69). Sum of RGB (Red+Green+Blue) = 177+19+69=265 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.79% from 265); Green value is 19 (7.81% from 255 or 7.17% from 265); Blue value is 69 (27.34% from 255 or 26.04% from 265); Max value from RGB is 177 - color contains mainly: red. Hex color #B11345 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11345 is #4EECBA. Grayscale: #474747. Windows color (decimal): -5172411 or 4527025. OLE color: 4527025.
HSL color Cylindrical-coordinate representation of color #B11345: hue angle of 341.01º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B11345 is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 19 | 69 | - |
| CMYK | 0 | 0.89 | 0.61 | 0.31 |
| HSL | 341.01º | 0.81% | 0.38% | - |
| HSV(B) | 341.01º | 0.89% | 0.69% | - |
| XYZ | 19.44 | 10.24 | 6.58 | - |
| YUV | 71.94 | 126.35 | 202.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 19 | 69 | 0 | 0.89 | 0.61 | 0.31 | 341.01 | 0.81 | 0.38 |
| Hex | B1 | 13 | 45 | 0 | 59 | 3D | 1F | 155 | 51 | 26 |
| Octal | 261 | 23 | 105 | 0 | 131 | 75 | 37 | 525 | 121 | 46 |
| Binary | 10110001 | 10011 | 1000101 | 0 | 1011001 | 111101 | 11111 | 101010101 | 1010001 | 100110 |
Color Harmonies of #B11345
Complementary color
Monochromatic Colors of #B11345
Black with #B11345
Text Example
Text Example
White with #B11345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11345; }
p { color: rgb(177,19,69); }
H1.HeaderClassName
{
color: #B11345;
}
.AnyTagClassName
{
color: #B11345;
}
</style>
background-color css
<style>
a { background-color: #B11345; }
a { background-color: rgb(177,19,69); }
div.DivClassName
{
background-color: #B11345;
}
.BgClassName
{
background-color: #B11345;
}
</style>
border-color css
<style>
span { border-color: #B11345; }
span { border-color: rgb(177,19,69); }
td.TdClassName
{
border-color: #B11345;
}
.TagClassName
{
border-color: #B11345;
}
</style>