Shades of Cardinal #B11445
Tints of Cardinal #B11445
RGB
CMYK
RGB Variations
Color information
#B11445 (or 0xB11445) is known color: Cardinal. HEX triplet: B1, 14 and 45. RGB value is (177,20,69). Sum of RGB (Red+Green+Blue) = 177+20+69=266 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.54% from 266); Green value is 20 (8.20% from 255 or 7.52% from 266); Blue value is 69 (27.34% from 255 or 25.94% from 266); Max value from RGB is 177 - color contains mainly: red. Hex color #B11445 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11445 is #4EEBBA. Grayscale: #484848. Windows color (decimal): -5172155 or 4527281. OLE color: 4527281.
HSL color Cylindrical-coordinate representation of color #B11445: hue angle of 341.27º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B11445 is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 20 | 69 | - |
| CMYK | 0 | 0.89 | 0.61 | 0.31 |
| HSL | 341.27º | 0.8% | 0.39% | - |
| HSV(B) | 341.27º | 0.89% | 0.69% | - |
| XYZ | 19.46 | 10.28 | 6.59 | - |
| YUV | 72.53 | 126.01 | 202.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 20 | 69 | 0 | 0.89 | 0.61 | 0.31 | 341.27 | 0.8 | 0.39 |
| Hex | B1 | 14 | 45 | 0 | 59 | 3D | 1F | 155 | 50 | 27 |
| Octal | 261 | 24 | 105 | 0 | 131 | 75 | 37 | 525 | 120 | 47 |
| Binary | 10110001 | 10100 | 1000101 | 0 | 1011001 | 111101 | 11111 | 101010101 | 1010000 | 100111 |
Color Harmonies of #B11445
Complementary color
Monochromatic Colors of #B11445
Black with #B11445
Text Example
Text Example
White with #B11445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11445; }
p { color: rgb(177,20,69); }
H1.HeaderClassName
{
color: #B11445;
}
.AnyTagClassName
{
color: #B11445;
}
</style>
background-color css
<style>
a { background-color: #B11445; }
a { background-color: rgb(177,20,69); }
div.DivClassName
{
background-color: #B11445;
}
.BgClassName
{
background-color: #B11445;
}
</style>
border-color css
<style>
span { border-color: #B11445; }
span { border-color: rgb(177,20,69); }
td.TdClassName
{
border-color: #B11445;
}
.TagClassName
{
border-color: #B11445;
}
</style>