Shades of Cardinal #B11041
Tints of Cardinal #B11041
RGB
CMYK
RGB Variations
Color information
#B11041 (or 0xB11041) is known color: Cardinal. HEX triplet: B1, 10 and 41. RGB value is (177,16,65). Sum of RGB (Red+Green+Blue) = 177+16+65=258 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.60% from 258); Green value is 16 (6.64% from 255 or 6.20% from 258); Blue value is 65 (25.78% from 255 or 25.19% from 258); Max value from RGB is 177 - color contains mainly: red. Hex color #B11041 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11041 is #4EEFBE. Grayscale: #454545. Windows color (decimal): -5173183 or 4264113. OLE color: 4264113.
HSL color Cylindrical-coordinate representation of color #B11041: hue angle of 341.74º 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 #B11041 is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 16 | 65 | - |
| CMYK | 0 | 0.91 | 0.63 | 0.31 |
| HSL | 341.74º | 0.83% | 0.38% | - |
| HSV(B) | 341.74º | 0.91% | 0.69% | - |
| XYZ | 19.27 | 10.1 | 5.93 | - |
| YUV | 69.73 | 125.34 | 204.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 16 | 65 | 0 | 0.91 | 0.63 | 0.31 | 341.74 | 0.83 | 0.38 |
| Hex | B1 | 10 | 41 | 0 | 5B | 3F | 1F | 156 | 53 | 26 |
| Octal | 261 | 20 | 101 | 0 | 133 | 77 | 37 | 526 | 123 | 46 |
| Binary | 10110001 | 10000 | 1000001 | 0 | 1011011 | 111111 | 11111 | 101010110 | 1010011 | 100110 |
Color Harmonies of #B11041
Complementary color
Monochromatic Colors of #B11041
Black with #B11041
Text Example
Text Example
White with #B11041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11041; }
p { color: rgb(177,16,65); }
H1.HeaderClassName
{
color: #B11041;
}
.AnyTagClassName
{
color: #B11041;
}
</style>
background-color css
<style>
a { background-color: #B11041; }
a { background-color: rgb(177,16,65); }
div.DivClassName
{
background-color: #B11041;
}
.BgClassName
{
background-color: #B11041;
}
</style>
border-color css
<style>
span { border-color: #B11041; }
span { border-color: rgb(177,16,65); }
td.TdClassName
{
border-color: #B11041;
}
.TagClassName
{
border-color: #B11041;
}
</style>