Shades of Cardinal #B11B3E
Tints of Cardinal #B11B3E
RGB
CMYK
RGB Variations
Color information
#B11B3E (or 0xB11B3E) is known color: Cardinal. HEX triplet: B1, 1B and 3E. RGB value is (177,27,62). Sum of RGB (Red+Green+Blue) = 177+27+62=266 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.54% from 266); Green value is 27 (10.94% from 255 or 10.15% from 266); Blue value is 62 (24.61% from 255 or 23.31% from 266); Max value from RGB is 177 - color contains mainly: red. Hex color #B11B3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B11B3E is #4EE4C1. Grayscale: #4B4B4B. Windows color (decimal): -5170370 or 4070321. OLE color: 4070321.
HSL color Cylindrical-coordinate representation of color #B11B3E: hue angle of 346º 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 #B11B3E is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 27 | 62 | - |
| CMYK | 0 | 0.85 | 0.65 | 0.31 |
| HSL | 346º | 0.74% | 0.4% | - |
| HSV(B) | 346º | 0.85% | 0.69% | - |
| XYZ | 19.39 | 10.48 | 5.56 | - |
| YUV | 75.84 | 120.2 | 200.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 27 | 62 | 0 | 0.85 | 0.65 | 0.31 | 346 | 0.74 | 0.4 |
| Hex | B1 | 1B | 3E | 0 | 55 | 41 | 1F | 15A | 4A | 28 |
| Octal | 261 | 33 | 76 | 0 | 125 | 101 | 37 | 532 | 112 | 50 |
| Binary | 10110001 | 11011 | 111110 | 0 | 1010101 | 1000001 | 11111 | 101011010 | 1001010 | 101000 |
Color Harmonies of #B11B3E
Complementary color
Monochromatic Colors of #B11B3E
Black with #B11B3E
Text Example
Text Example
White with #B11B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11B3E; }
p { color: rgb(177,27,62); }
H1.HeaderClassName
{
color: #B11B3E;
}
.AnyTagClassName
{
color: #B11B3E;
}
</style>
background-color css
<style>
a { background-color: #B11B3E; }
a { background-color: rgb(177,27,62); }
div.DivClassName
{
background-color: #B11B3E;
}
.BgClassName
{
background-color: #B11B3E;
}
</style>
border-color css
<style>
span { border-color: #B11B3E; }
span { border-color: rgb(177,27,62); }
td.TdClassName
{
border-color: #B11B3E;
}
.TagClassName
{
border-color: #B11B3E;
}
</style>