Shades of Cardinal #B11537
Tints of Cardinal #B11537
RGB
CMYK
RGB Variations
Color information
#B11537 (or 0xB11537) is known color: Cardinal. HEX triplet: B1, 15 and 37. RGB value is (177,21,55). Sum of RGB (Red+Green+Blue) = 177+21+55=253 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.96% from 253); Green value is 21 (8.59% from 255 or 8.30% from 253); Blue value is 55 (21.88% from 255 or 21.74% from 253); Max value from RGB is 177 - color contains mainly: red. Hex color #B11537 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11537 is #4EEAC8. Grayscale: #474747. Windows color (decimal): -5171913 or 3610033. OLE color: 3610033.
HSL color Cylindrical-coordinate representation of color #B11537: hue angle of 346.92º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B11537 is Cyan = 0, Magento = 0.88, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 21 | 55 | - |
| CMYK | 0 | 0.88 | 0.69 | 0.31 |
| HSL | 346.92º | 0.79% | 0.39% | - |
| HSV(B) | 346.92º | 0.88% | 0.69% | - |
| XYZ | 19.09 | 10.16 | 4.57 | - |
| YUV | 71.52 | 118.68 | 203.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 21 | 55 | 0 | 0.88 | 0.69 | 0.31 | 346.92 | 0.79 | 0.39 |
| Hex | B1 | 15 | 37 | 0 | 58 | 45 | 1F | 15B | 4F | 27 |
| Octal | 261 | 25 | 67 | 0 | 130 | 105 | 37 | 533 | 117 | 47 |
| Binary | 10110001 | 10101 | 110111 | 0 | 1011000 | 1000101 | 11111 | 101011011 | 1001111 | 100111 |
Color Harmonies of #B11537
Complementary color
Monochromatic Colors of #B11537
Black with #B11537
Text Example
Text Example
White with #B11537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11537; }
p { color: rgb(177,21,55); }
H1.HeaderClassName
{
color: #B11537;
}
.AnyTagClassName
{
color: #B11537;
}
</style>
background-color css
<style>
a { background-color: #B11537; }
a { background-color: rgb(177,21,55); }
div.DivClassName
{
background-color: #B11537;
}
.BgClassName
{
background-color: #B11537;
}
</style>
border-color css
<style>
span { border-color: #B11537; }
span { border-color: rgb(177,21,55); }
td.TdClassName
{
border-color: #B11537;
}
.TagClassName
{
border-color: #B11537;
}
</style>