Shades of Cardinal #B11737
Tints of Cardinal #B11737
RGB
CMYK
RGB Variations
Color information
#B11737 (or 0xB11737) is known color: Cardinal. HEX triplet: B1, 17 and 37. RGB value is (177,23,55). Sum of RGB (Red+Green+Blue) = 177+23+55=255 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.41% from 255); Green value is 23 (9.38% from 255 or 9.02% from 255); Blue value is 55 (21.88% from 255 or 21.57% from 255); Max value from RGB is 177 - color contains mainly: red. Hex color #B11737 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11737 is #4EE8C8. Grayscale: #484848. Windows color (decimal): -5171401 or 3610545. OLE color: 3610545.
HSL color Cylindrical-coordinate representation of color #B11737: hue angle of 347.53º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B11737 is Cyan = 0, Magento = 0.87, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 23 | 55 | - |
| CMYK | 0 | 0.87 | 0.69 | 0.31 |
| HSL | 347.53º | 0.77% | 0.39% | - |
| HSV(B) | 347.53º | 0.87% | 0.69% | - |
| XYZ | 19.13 | 10.24 | 4.58 | - |
| YUV | 72.69 | 118.02 | 202.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 23 | 55 | 0 | 0.87 | 0.69 | 0.31 | 347.53 | 0.77 | 0.39 |
| Hex | B1 | 17 | 37 | 0 | 57 | 45 | 1F | 15C | 4D | 27 |
| Octal | 261 | 27 | 67 | 0 | 127 | 105 | 37 | 534 | 115 | 47 |
| Binary | 10110001 | 10111 | 110111 | 0 | 1010111 | 1000101 | 11111 | 101011100 | 1001101 | 100111 |
Color Harmonies of #B11737
Complementary color
Monochromatic Colors of #B11737
Black with #B11737
Text Example
Text Example
White with #B11737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11737; }
p { color: rgb(177,23,55); }
H1.HeaderClassName
{
color: #B11737;
}
.AnyTagClassName
{
color: #B11737;
}
</style>
background-color css
<style>
a { background-color: #B11737; }
a { background-color: rgb(177,23,55); }
div.DivClassName
{
background-color: #B11737;
}
.BgClassName
{
background-color: #B11737;
}
</style>
border-color css
<style>
span { border-color: #B11737; }
span { border-color: rgb(177,23,55); }
td.TdClassName
{
border-color: #B11737;
}
.TagClassName
{
border-color: #B11737;
}
</style>