Shades of Cardinal #B1112A
Tints of Cardinal #B1112A
RGB
CMYK
RGB Variations
Color information
#B1112A (or 0xB1112A) is known color: Cardinal. HEX triplet: B1, 11 and 2A. RGB value is (177,17,42). Sum of RGB (Red+Green+Blue) = 177+17+42=236 (31% of max value = 765). Red value is 177 (69.53% from 255 or 75% from 236); Green value is 17 (7.03% from 255 or 7.20% from 236); Blue value is 42 (16.80% from 255 or 17.80% from 236); Max value from RGB is 177 - color contains mainly: red. Hex color #B1112A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1112A is #4EEED5. Grayscale: #434343. Windows color (decimal): -5172950 or 2757041. OLE color: 2757041.
HSL color Cylindrical-coordinate representation of color #B1112A: hue angle of 350.62º 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 #B1112A is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 17 | 42 | - |
| CMYK | 0 | 0.90 | 0.76 | 0.31 |
| HSL | 350.63º | 0.82% | 0.38% | - |
| HSV(B) | 350.63º | 0.9% | 0.69% | - |
| XYZ | 18.75 | 9.92 | 3.12 | - |
| YUV | 67.69 | 113.51 | 205.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 17 | 42 | 0 | 0.90 | 0.76 | 0.31 | 350.63 | 0.82 | 0.38 |
| Hex | B1 | 11 | 2A | 0 | 5A | 4C | 1F | 15F | 52 | 26 |
| Octal | 261 | 21 | 52 | 0 | 132 | 114 | 37 | 537 | 122 | 46 |
| Binary | 10110001 | 10001 | 101010 | 0 | 1011010 | 1001100 | 11111 | 101011111 | 1010010 | 100110 |
Color Harmonies of #B1112A
Complementary color
Monochromatic Colors of #B1112A
Black with #B1112A
Text Example
Text Example
White with #B1112A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1112A; }
p { color: rgb(177,17,42); }
H1.HeaderClassName
{
color: #B1112A;
}
.AnyTagClassName
{
color: #B1112A;
}
</style>
background-color css
<style>
a { background-color: #B1112A; }
a { background-color: rgb(177,17,42); }
div.DivClassName
{
background-color: #B1112A;
}
.BgClassName
{
background-color: #B1112A;
}
</style>
border-color css
<style>
span { border-color: #B1112A; }
span { border-color: rgb(177,17,42); }
td.TdClassName
{
border-color: #B1112A;
}
.TagClassName
{
border-color: #B1112A;
}
</style>