Shades of Cardinal #B1122D
Tints of Cardinal #B1122D
RGB
CMYK
RGB Variations
Color information
#B1122D (or 0xB1122D) is known color: Cardinal. HEX triplet: B1, 12 and 2D. RGB value is (177,18,45). Sum of RGB (Red+Green+Blue) = 177+18+45=240 (31% of max value = 765). Red value is 177 (69.53% from 255 or 73.75% from 240); Green value is 18 (7.42% from 255 or 7.5% from 240); Blue value is 45 (17.97% from 255 or 18.75% from 240); Max value from RGB is 177 - color contains mainly: red. Hex color #B1122D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1122D is #4EEDD2. Grayscale: #444444. Windows color (decimal): -5172691 or 2953905. OLE color: 2953905.
HSL color Cylindrical-coordinate representation of color #B1122D: hue angle of 349.81º 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 #B1122D is Cyan = 0, Magento = 0.90, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 18 | 45 | - |
| CMYK | 0 | 0.90 | 0.75 | 0.31 |
| HSL | 349.81º | 0.82% | 0.38% | - |
| HSV(B) | 349.81º | 0.9% | 0.69% | - |
| XYZ | 18.82 | 9.97 | 3.41 | - |
| YUV | 68.62 | 114.68 | 205.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 18 | 45 | 0 | 0.90 | 0.75 | 0.31 | 349.81 | 0.82 | 0.38 |
| Hex | B1 | 12 | 2D | 0 | 5A | 4B | 1F | 15E | 52 | 26 |
| Octal | 261 | 22 | 55 | 0 | 132 | 113 | 37 | 536 | 122 | 46 |
| Binary | 10110001 | 10010 | 101101 | 0 | 1011010 | 1001011 | 11111 | 101011110 | 1010010 | 100110 |
Color Harmonies of #B1122D
Complementary color
Monochromatic Colors of #B1122D
Black with #B1122D
Text Example
Text Example
White with #B1122D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1122D; }
p { color: rgb(177,18,45); }
H1.HeaderClassName
{
color: #B1122D;
}
.AnyTagClassName
{
color: #B1122D;
}
</style>
background-color css
<style>
a { background-color: #B1122D; }
a { background-color: rgb(177,18,45); }
div.DivClassName
{
background-color: #B1122D;
}
.BgClassName
{
background-color: #B1122D;
}
</style>
border-color css
<style>
span { border-color: #B1122D; }
span { border-color: rgb(177,18,45); }
td.TdClassName
{
border-color: #B1122D;
}
.TagClassName
{
border-color: #B1122D;
}
</style>