Shades of Cardinal #B11545
Tints of Cardinal #B11545
RGB
CMYK
RGB Variations
Color information
#B11545 (or 0xB11545) is known color: Cardinal. HEX triplet: B1, 15 and 45. RGB value is (177,21,69). Sum of RGB (Red+Green+Blue) = 177+21+69=267 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.29% from 267); Green value is 21 (8.59% from 255 or 7.87% from 267); Blue value is 69 (27.34% from 255 or 25.84% from 267); Max value from RGB is 177 - color contains mainly: red. Hex color #B11545 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11545 is #4EEABA. Grayscale: #494949. Windows color (decimal): -5171899 or 4527537. OLE color: 4527537.
HSL color Cylindrical-coordinate representation of color #B11545: hue angle of 341.54º 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 #B11545 is Cyan = 0, Magento = 0.88, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 21 | 69 | - |
| CMYK | 0 | 0.88 | 0.61 | 0.31 |
| HSL | 341.54º | 0.79% | 0.39% | - |
| HSV(B) | 341.54º | 0.88% | 0.69% | - |
| XYZ | 19.47 | 10.31 | 6.59 | - |
| YUV | 73.12 | 125.68 | 202.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 21 | 69 | 0 | 0.88 | 0.61 | 0.31 | 341.54 | 0.79 | 0.39 |
| Hex | B1 | 15 | 45 | 0 | 58 | 3D | 1F | 156 | 4F | 27 |
| Octal | 261 | 25 | 105 | 0 | 130 | 75 | 37 | 526 | 117 | 47 |
| Binary | 10110001 | 10101 | 1000101 | 0 | 1011000 | 111101 | 11111 | 101010110 | 1001111 | 100111 |
Color Harmonies of #B11545
Complementary color
Monochromatic Colors of #B11545
Black with #B11545
Text Example
Text Example
White with #B11545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11545; }
p { color: rgb(177,21,69); }
H1.HeaderClassName
{
color: #B11545;
}
.AnyTagClassName
{
color: #B11545;
}
</style>
background-color css
<style>
a { background-color: #B11545; }
a { background-color: rgb(177,21,69); }
div.DivClassName
{
background-color: #B11545;
}
.BgClassName
{
background-color: #B11545;
}
</style>
border-color css
<style>
span { border-color: #B11545; }
span { border-color: rgb(177,21,69); }
td.TdClassName
{
border-color: #B11545;
}
.TagClassName
{
border-color: #B11545;
}
</style>