Shades of Cardinal #B11A2E
Tints of Cardinal #B11A2E
RGB
CMYK
RGB Variations
Color information
#B11A2E (or 0xB11A2E) is known color: Cardinal. HEX triplet: B1, 1A and 2E. RGB value is (177,26,46). Sum of RGB (Red+Green+Blue) = 177+26+46=249 (32% of max value = 765). Red value is 177 (69.53% from 255 or 71.08% from 249); Green value is 26 (10.55% from 255 or 10.44% from 249); Blue value is 46 (18.36% from 255 or 18.47% from 249); Max value from RGB is 177 - color contains mainly: red. Hex color #B11A2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B11A2E is #4EE5D1. Grayscale: #494949. Windows color (decimal): -5170642 or 3021489. OLE color: 3021489.
HSL color Cylindrical-coordinate representation of color #B11A2E: hue angle of 352.05º 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 #B11A2E is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 26 | 46 | - |
| CMYK | 0 | 0.85 | 0.74 | 0.31 |
| HSL | 352.05º | 0.74% | 0.4% | - |
| HSV(B) | 352.05º | 0.85% | 0.69% | - |
| XYZ | 18.99 | 10.28 | 3.57 | - |
| YUV | 73.43 | 112.53 | 201.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 26 | 46 | 0 | 0.85 | 0.74 | 0.31 | 352.05 | 0.74 | 0.4 |
| Hex | B1 | 1A | 2E | 0 | 55 | 4A | 1F | 160 | 4A | 28 |
| Octal | 261 | 32 | 56 | 0 | 125 | 112 | 37 | 540 | 112 | 50 |
| Binary | 10110001 | 11010 | 101110 | 0 | 1010101 | 1001010 | 11111 | 101100000 | 1001010 | 101000 |
Color Harmonies of #B11A2E
Complementary color
Monochromatic Colors of #B11A2E
Black with #B11A2E
Text Example
Text Example
White with #B11A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11A2E; }
p { color: rgb(177,26,46); }
H1.HeaderClassName
{
color: #B11A2E;
}
.AnyTagClassName
{
color: #B11A2E;
}
</style>
background-color css
<style>
a { background-color: #B11A2E; }
a { background-color: rgb(177,26,46); }
div.DivClassName
{
background-color: #B11A2E;
}
.BgClassName
{
background-color: #B11A2E;
}
</style>
border-color css
<style>
span { border-color: #B11A2E; }
span { border-color: rgb(177,26,46); }
td.TdClassName
{
border-color: #B11A2E;
}
.TagClassName
{
border-color: #B11A2E;
}
</style>