Shades of Cardinal #B1122F
Tints of Cardinal #B1122F
RGB
CMYK
RGB Variations
Color information
#B1122F (or 0xB1122F) is known color: Cardinal. HEX triplet: B1, 12 and 2F. RGB value is (177,18,47). Sum of RGB (Red+Green+Blue) = 177+18+47=242 (32% of max value = 765). Red value is 177 (69.53% from 255 or 73.14% from 242); Green value is 18 (7.42% from 255 or 7.44% from 242); Blue value is 47 (18.75% from 255 or 19.42% from 242); Max value from RGB is 177 - color contains mainly: red. Hex color #B1122F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1122F is #4EEDD0. Grayscale: #444444. Windows color (decimal): -5172689 or 3084977. OLE color: 3084977.
HSL color Cylindrical-coordinate representation of color #B1122F: hue angle of 349.06º 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 #B1122F is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 18 | 47 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.31 |
| HSL | 349.06º | 0.82% | 0.38% | - |
| HSV(B) | 349.06º | 0.9% | 0.69% | - |
| XYZ | 18.86 | 9.98 | 3.62 | - |
| YUV | 68.85 | 115.68 | 205.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 18 | 47 | 0 | 0.90 | 0.73 | 0.31 | 349.06 | 0.82 | 0.38 |
| Hex | B1 | 12 | 2F | 0 | 5A | 49 | 1F | 15D | 52 | 26 |
| Octal | 261 | 22 | 57 | 0 | 132 | 111 | 37 | 535 | 122 | 46 |
| Binary | 10110001 | 10010 | 101111 | 0 | 1011010 | 1001001 | 11111 | 101011101 | 1010010 | 100110 |
Color Harmonies of #B1122F
Complementary color
Monochromatic Colors of #B1122F
Black with #B1122F
Text Example
Text Example
White with #B1122F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1122F; }
p { color: rgb(177,18,47); }
H1.HeaderClassName
{
color: #B1122F;
}
.AnyTagClassName
{
color: #B1122F;
}
</style>
background-color css
<style>
a { background-color: #B1122F; }
a { background-color: rgb(177,18,47); }
div.DivClassName
{
background-color: #B1122F;
}
.BgClassName
{
background-color: #B1122F;
}
</style>
border-color css
<style>
span { border-color: #B1122F; }
span { border-color: rgb(177,18,47); }
td.TdClassName
{
border-color: #B1122F;
}
.TagClassName
{
border-color: #B1122F;
}
</style>