Shades of Cardinal #B11B2C
Tints of Cardinal #B11B2C
RGB
CMYK
RGB Variations
Color information
#B11B2C (or 0xB11B2C) is known color: Cardinal. HEX triplet: B1, 1B and 2C. RGB value is (177,27,44). Sum of RGB (Red+Green+Blue) = 177+27+44=248 (32% of max value = 765). Red value is 177 (69.53% from 255 or 71.37% from 248); Green value is 27 (10.94% from 255 or 10.89% from 248); Blue value is 44 (17.58% from 255 or 17.74% from 248); Max value from RGB is 177 - color contains mainly: red. Hex color #B11B2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B11B2C is #4EE4D3. Grayscale: #494949. Windows color (decimal): -5170388 or 2890673. OLE color: 2890673.
HSL color Cylindrical-coordinate representation of color #B11B2C: hue angle of 353.2º 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 #B11B2C is Cyan = 0, Magento = 0.85, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 27 | 44 | - |
| CMYK | 0 | 0.85 | 0.75 | 0.31 |
| HSL | 353.2º | 0.74% | 0.4% | - |
| HSV(B) | 353.2º | 0.85% | 0.69% | - |
| XYZ | 18.98 | 10.31 | 3.37 | - |
| YUV | 73.79 | 111.2 | 201.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 27 | 44 | 0 | 0.85 | 0.75 | 0.31 | 353.2 | 0.74 | 0.4 |
| Hex | B1 | 1B | 2C | 0 | 55 | 4B | 1F | 161 | 4A | 28 |
| Octal | 261 | 33 | 54 | 0 | 125 | 113 | 37 | 541 | 112 | 50 |
| Binary | 10110001 | 11011 | 101100 | 0 | 1010101 | 1001011 | 11111 | 101100001 | 1001010 | 101000 |
Color Harmonies of #B11B2C
Complementary color
Monochromatic Colors of #B11B2C
Black with #B11B2C
Text Example
Text Example
White with #B11B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11B2C; }
p { color: rgb(177,27,44); }
H1.HeaderClassName
{
color: #B11B2C;
}
.AnyTagClassName
{
color: #B11B2C;
}
</style>
background-color css
<style>
a { background-color: #B11B2C; }
a { background-color: rgb(177,27,44); }
div.DivClassName
{
background-color: #B11B2C;
}
.BgClassName
{
background-color: #B11B2C;
}
</style>
border-color css
<style>
span { border-color: #B11B2C; }
span { border-color: rgb(177,27,44); }
td.TdClassName
{
border-color: #B11B2C;
}
.TagClassName
{
border-color: #B11B2C;
}
</style>