Shades of Cardinal #B11A45
Tints of Cardinal #B11A45
RGB
CMYK
RGB Variations
Color information
#B11A45 (or 0xB11A45) is known color: Cardinal. HEX triplet: B1, 1A and 45. RGB value is (177,26,69). Sum of RGB (Red+Green+Blue) = 177+26+69=272 (36% of max value = 765). Red value is 177 (69.53% from 255 or 65.07% from 272); Green value is 26 (10.55% from 255 or 9.56% from 272); Blue value is 69 (27.34% from 255 or 25.37% from 272); Max value from RGB is 177 - color contains mainly: red. Hex color #B11A45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B11A45 is #4EE5BA. Grayscale: #4C4C4C. Windows color (decimal): -5170619 or 4528817. OLE color: 4528817.
HSL color Cylindrical-coordinate representation of color #B11A45: hue angle of 342.91º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B11A45 is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 26 | 69 | - |
| CMYK | 0 | 0.85 | 0.61 | 0.31 |
| HSL | 342.91º | 0.74% | 0.4% | - |
| HSV(B) | 342.91º | 0.85% | 0.69% | - |
| XYZ | 19.58 | 10.52 | 6.63 | - |
| YUV | 76.05 | 124.03 | 200 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 26 | 69 | 0 | 0.85 | 0.61 | 0.31 | 342.91 | 0.74 | 0.4 |
| Hex | B1 | 1A | 45 | 0 | 55 | 3D | 1F | 157 | 4A | 28 |
| Octal | 261 | 32 | 105 | 0 | 125 | 75 | 37 | 527 | 112 | 50 |
| Binary | 10110001 | 11010 | 1000101 | 0 | 1010101 | 111101 | 11111 | 101010111 | 1001010 | 101000 |
Color Harmonies of #B11A45
Complementary color
Monochromatic Colors of #B11A45
Black with #B11A45
Text Example
Text Example
White with #B11A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11A45; }
p { color: rgb(177,26,69); }
H1.HeaderClassName
{
color: #B11A45;
}
.AnyTagClassName
{
color: #B11A45;
}
</style>
background-color css
<style>
a { background-color: #B11A45; }
a { background-color: rgb(177,26,69); }
div.DivClassName
{
background-color: #B11A45;
}
.BgClassName
{
background-color: #B11A45;
}
</style>
border-color css
<style>
span { border-color: #B11A45; }
span { border-color: rgb(177,26,69); }
td.TdClassName
{
border-color: #B11A45;
}
.TagClassName
{
border-color: #B11A45;
}
</style>