Shades of Cardinal #B11040
Tints of Cardinal #B11040
RGB
CMYK
RGB Variations
Color information
#B11040 (or 0xB11040) is known color: Cardinal. HEX triplet: B1, 10 and 40. RGB value is (177,16,64). Sum of RGB (Red+Green+Blue) = 177+16+64=257 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.87% from 257); Green value is 16 (6.64% from 255 or 6.23% from 257); Blue value is 64 (25.39% from 255 or 24.90% from 257); Max value from RGB is 177 - color contains mainly: red. Hex color #B11040 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11040 is #4EEFBF. Grayscale: #454545. Windows color (decimal): -5173184 or 4198577. OLE color: 4198577.
HSL color Cylindrical-coordinate representation of color #B11040: hue angle of 342.11º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B11040 is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 16 | 64 | - |
| CMYK | 0 | 0.91 | 0.64 | 0.31 |
| HSL | 342.11º | 0.83% | 0.38% | - |
| HSV(B) | 342.11º | 0.91% | 0.69% | - |
| XYZ | 19.24 | 10.09 | 5.78 | - |
| YUV | 69.61 | 124.84 | 204.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 16 | 64 | 0 | 0.91 | 0.64 | 0.31 | 342.11 | 0.83 | 0.38 |
| Hex | B1 | 10 | 40 | 0 | 5B | 40 | 1F | 156 | 53 | 26 |
| Octal | 261 | 20 | 100 | 0 | 133 | 100 | 37 | 526 | 123 | 46 |
| Binary | 10110001 | 10000 | 1000000 | 0 | 1011011 | 1000000 | 11111 | 101010110 | 1010011 | 100110 |
Color Harmonies of #B11040
Complementary color
Monochromatic Colors of #B11040
Black with #B11040
Text Example
Text Example
White with #B11040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11040; }
p { color: rgb(177,16,64); }
H1.HeaderClassName
{
color: #B11040;
}
.AnyTagClassName
{
color: #B11040;
}
</style>
background-color css
<style>
a { background-color: #B11040; }
a { background-color: rgb(177,16,64); }
div.DivClassName
{
background-color: #B11040;
}
.BgClassName
{
background-color: #B11040;
}
</style>
border-color css
<style>
span { border-color: #B11040; }
span { border-color: rgb(177,16,64); }
td.TdClassName
{
border-color: #B11040;
}
.TagClassName
{
border-color: #B11040;
}
</style>