Shades of Cardinal #B11B27
Tints of Cardinal #B11B27
RGB
CMYK
RGB Variations
Color information
#B11B27 (or 0xB11B27) is known color: Cardinal. HEX triplet: B1, 1B and 27. RGB value is (177,27,39). Sum of RGB (Red+Green+Blue) = 177+27+39=243 (32% of max value = 765). Red value is 177 (69.53% from 255 or 72.84% from 243); Green value is 27 (10.94% from 255 or 11.11% from 243); Blue value is 39 (15.62% from 255 or 16.05% from 243); Max value from RGB is 177 - color contains mainly: red. Hex color #B11B27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B11B27 is #4EE4D8. Grayscale: #494949. Windows color (decimal): -5170393 or 2562993. OLE color: 2562993.
HSL color Cylindrical-coordinate representation of color #B11B27: hue angle of 355.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 #B11B27 is Cyan = 0, Magento = 0.85, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 27 | 39 | - |
| CMYK | 0 | 0.85 | 0.78 | 0.31 |
| HSL | 355.2º | 0.74% | 0.4% | - |
| HSV(B) | 355.2º | 0.85% | 0.69% | - |
| XYZ | 18.89 | 10.28 | 2.91 | - |
| YUV | 73.22 | 108.7 | 202.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 27 | 39 | 0 | 0.85 | 0.78 | 0.31 | 355.2 | 0.74 | 0.4 |
| Hex | B1 | 1B | 27 | 0 | 55 | 4E | 1F | 163 | 4A | 28 |
| Octal | 261 | 33 | 47 | 0 | 125 | 116 | 37 | 543 | 112 | 50 |
| Binary | 10110001 | 11011 | 100111 | 0 | 1010101 | 1001110 | 11111 | 101100011 | 1001010 | 101000 |
Color Harmonies of #B11B27
Complementary color
Monochromatic Colors of #B11B27
Black with #B11B27
Text Example
Text Example
White with #B11B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11B27; }
p { color: rgb(177,27,39); }
H1.HeaderClassName
{
color: #B11B27;
}
.AnyTagClassName
{
color: #B11B27;
}
</style>
background-color css
<style>
a { background-color: #B11B27; }
a { background-color: rgb(177,27,39); }
div.DivClassName
{
background-color: #B11B27;
}
.BgClassName
{
background-color: #B11B27;
}
</style>
border-color css
<style>
span { border-color: #B11B27; }
span { border-color: rgb(177,27,39); }
td.TdClassName
{
border-color: #B11B27;
}
.TagClassName
{
border-color: #B11B27;
}
</style>