Shades of Cardinal #B11D3E
Tints of Cardinal #B11D3E
RGB
CMYK
RGB Variations
Color information
#B11D3E (or 0xB11D3E) is known color: Cardinal. HEX triplet: B1, 1D and 3E. RGB value is (177,29,62). Sum of RGB (Red+Green+Blue) = 177+29+62=268 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.04% from 268); Green value is 29 (11.72% from 255 or 10.82% from 268); Blue value is 62 (24.61% from 255 or 23.13% from 268); Max value from RGB is 177 - color contains mainly: red. Hex color #B11D3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B11D3E is #4EE2C1. Grayscale: #4D4D4D. Windows color (decimal): -5169858 or 4070833. OLE color: 4070833.
HSL color Cylindrical-coordinate representation of color #B11D3E: hue angle of 346.62º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B11D3E is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 29 | 62 | - |
| CMYK | 0 | 0.84 | 0.65 | 0.31 |
| HSL | 346.62º | 0.72% | 0.4% | - |
| HSV(B) | 346.62º | 0.84% | 0.69% | - |
| XYZ | 19.44 | 10.57 | 5.57 | - |
| YUV | 77.01 | 119.53 | 199.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 29 | 62 | 0 | 0.84 | 0.65 | 0.31 | 346.62 | 0.72 | 0.4 |
| Hex | B1 | 1D | 3E | 0 | 54 | 41 | 1F | 15B | 48 | 28 |
| Octal | 261 | 35 | 76 | 0 | 124 | 101 | 37 | 533 | 110 | 50 |
| Binary | 10110001 | 11101 | 111110 | 0 | 1010100 | 1000001 | 11111 | 101011011 | 1001000 | 101000 |
Color Harmonies of #B11D3E
Complementary color
Monochromatic Colors of #B11D3E
Black with #B11D3E
Text Example
Text Example
White with #B11D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11D3E; }
p { color: rgb(177,29,62); }
H1.HeaderClassName
{
color: #B11D3E;
}
.AnyTagClassName
{
color: #B11D3E;
}
</style>
background-color css
<style>
a { background-color: #B11D3E; }
a { background-color: rgb(177,29,62); }
div.DivClassName
{
background-color: #B11D3E;
}
.BgClassName
{
background-color: #B11D3E;
}
</style>
border-color css
<style>
span { border-color: #B11D3E; }
span { border-color: rgb(177,29,62); }
td.TdClassName
{
border-color: #B11D3E;
}
.TagClassName
{
border-color: #B11D3E;
}
</style>