Shades of Cardinal #B11344
Tints of Cardinal #B11344
RGB
CMYK
RGB Variations
Color information
#B11344 (or 0xB11344) is known color: Cardinal. HEX triplet: B1, 13 and 44. RGB value is (177,19,68). Sum of RGB (Red+Green+Blue) = 177+19+68=264 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.05% from 264); Green value is 19 (7.81% from 255 or 7.20% from 264); Blue value is 68 (26.95% from 255 or 25.76% from 264); Max value from RGB is 177 - color contains mainly: red. Hex color #B11344 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11344 is #4EECBB. Grayscale: #474747. Windows color (decimal): -5172412 or 4461489. OLE color: 4461489.
HSL color Cylindrical-coordinate representation of color #B11344: hue angle of 341.39º 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 #B11344 is Cyan = 0, Magento = 0.89, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 19 | 68 | - |
| CMYK | 0 | 0.89 | 0.62 | 0.31 |
| HSL | 341.39º | 0.81% | 0.38% | - |
| HSV(B) | 341.39º | 0.89% | 0.69% | - |
| XYZ | 19.41 | 10.23 | 6.42 | - |
| YUV | 71.83 | 125.85 | 203.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 19 | 68 | 0 | 0.89 | 0.62 | 0.31 | 341.39 | 0.81 | 0.38 |
| Hex | B1 | 13 | 44 | 0 | 59 | 3E | 1F | 155 | 51 | 26 |
| Octal | 261 | 23 | 104 | 0 | 131 | 76 | 37 | 525 | 121 | 46 |
| Binary | 10110001 | 10011 | 1000100 | 0 | 1011001 | 111110 | 11111 | 101010101 | 1010001 | 100110 |
Color Harmonies of #B11344
Complementary color
Monochromatic Colors of #B11344
Black with #B11344
Text Example
Text Example
White with #B11344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11344; }
p { color: rgb(177,19,68); }
H1.HeaderClassName
{
color: #B11344;
}
.AnyTagClassName
{
color: #B11344;
}
</style>
background-color css
<style>
a { background-color: #B11344; }
a { background-color: rgb(177,19,68); }
div.DivClassName
{
background-color: #B11344;
}
.BgClassName
{
background-color: #B11344;
}
</style>
border-color css
<style>
span { border-color: #B11344; }
span { border-color: rgb(177,19,68); }
td.TdClassName
{
border-color: #B11344;
}
.TagClassName
{
border-color: #B11344;
}
</style>