Shades of Cardinal #B1122B
Tints of Cardinal #B1122B
RGB
CMYK
RGB Variations
Color information
#B1122B (or 0xB1122B) is known color: Cardinal. HEX triplet: B1, 12 and 2B. RGB value is (177,18,43). Sum of RGB (Red+Green+Blue) = 177+18+43=238 (31% of max value = 765). Red value is 177 (69.53% from 255 or 74.37% from 238); Green value is 18 (7.42% from 255 or 7.56% from 238); Blue value is 43 (17.19% from 255 or 18.07% from 238); Max value from RGB is 177 - color contains mainly: red. Hex color #B1122B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1122B is #4EEDD4. Grayscale: #444444. Windows color (decimal): -5172693 or 2822833. OLE color: 2822833.
HSL color Cylindrical-coordinate representation of color #B1122B: hue angle of 350.57º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B1122B is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 18 | 43 | - |
| CMYK | 0 | 0.90 | 0.76 | 0.31 |
| HSL | 350.57º | 0.82% | 0.38% | - |
| HSV(B) | 350.57º | 0.9% | 0.69% | - |
| XYZ | 18.78 | 9.95 | 3.22 | - |
| YUV | 68.39 | 113.68 | 205.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 18 | 43 | 0 | 0.90 | 0.76 | 0.31 | 350.57 | 0.82 | 0.38 |
| Hex | B1 | 12 | 2B | 0 | 5A | 4C | 1F | 15F | 52 | 26 |
| Octal | 261 | 22 | 53 | 0 | 132 | 114 | 37 | 537 | 122 | 46 |
| Binary | 10110001 | 10010 | 101011 | 0 | 1011010 | 1001100 | 11111 | 101011111 | 1010010 | 100110 |
Color Harmonies of #B1122B
Complementary color
Monochromatic Colors of #B1122B
Black with #B1122B
Text Example
Text Example
White with #B1122B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1122B; }
p { color: rgb(177,18,43); }
H1.HeaderClassName
{
color: #B1122B;
}
.AnyTagClassName
{
color: #B1122B;
}
</style>
background-color css
<style>
a { background-color: #B1122B; }
a { background-color: rgb(177,18,43); }
div.DivClassName
{
background-color: #B1122B;
}
.BgClassName
{
background-color: #B1122B;
}
</style>
border-color css
<style>
span { border-color: #B1122B; }
span { border-color: rgb(177,18,43); }
td.TdClassName
{
border-color: #B1122B;
}
.TagClassName
{
border-color: #B1122B;
}
</style>