Shades of Cardinal #B11441
Tints of Cardinal #B11441
RGB
CMYK
RGB Variations
Color information
#B11441 (or 0xB11441) is known color: Cardinal. HEX triplet: B1, 14 and 41. RGB value is (177,20,65). Sum of RGB (Red+Green+Blue) = 177+20+65=262 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.56% from 262); Green value is 20 (8.20% from 255 or 7.63% from 262); Blue value is 65 (25.78% from 255 or 24.81% from 262); Max value from RGB is 177 - color contains mainly: red. Hex color #B11441 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11441 is #4EEBBE. Grayscale: #484848. Windows color (decimal): -5172159 or 4265137. OLE color: 4265137.
HSL color Cylindrical-coordinate representation of color #B11441: hue angle of 342.8º 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 #B11441 is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 20 | 65 | - |
| CMYK | 0 | 0.89 | 0.63 | 0.31 |
| HSL | 342.8º | 0.8% | 0.39% | - |
| HSV(B) | 342.8º | 0.89% | 0.69% | - |
| XYZ | 19.34 | 10.23 | 5.96 | - |
| YUV | 72.07 | 124.01 | 202.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 20 | 65 | 0 | 0.89 | 0.63 | 0.31 | 342.8 | 0.8 | 0.39 |
| Hex | B1 | 14 | 41 | 0 | 59 | 3F | 1F | 157 | 50 | 27 |
| Octal | 261 | 24 | 101 | 0 | 131 | 77 | 37 | 527 | 120 | 47 |
| Binary | 10110001 | 10100 | 1000001 | 0 | 1011001 | 111111 | 11111 | 101010111 | 1010000 | 100111 |
Color Harmonies of #B11441
Complementary color
Monochromatic Colors of #B11441
Black with #B11441
Text Example
Text Example
White with #B11441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11441; }
p { color: rgb(177,20,65); }
H1.HeaderClassName
{
color: #B11441;
}
.AnyTagClassName
{
color: #B11441;
}
</style>
background-color css
<style>
a { background-color: #B11441; }
a { background-color: rgb(177,20,65); }
div.DivClassName
{
background-color: #B11441;
}
.BgClassName
{
background-color: #B11441;
}
</style>
border-color css
<style>
span { border-color: #B11441; }
span { border-color: rgb(177,20,65); }
td.TdClassName
{
border-color: #B11441;
}
.TagClassName
{
border-color: #B11441;
}
</style>