Shades of Cardinal #B1222C
Tints of Cardinal #B1222C
RGB
CMYK
RGB Variations
Color information
#B1222C (or 0xB1222C) is known color: Cardinal. HEX triplet: B1, 22 and 2C. RGB value is (177,34,44). Sum of RGB (Red+Green+Blue) = 177+34+44=255 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.41% from 255); Green value is 34 (13.67% from 255 or 13.33% from 255); Blue value is 44 (17.58% from 255 or 17.25% from 255); Max value from RGB is 177 - color contains mainly: red. Hex color #B1222C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1222C is #4EDDD3. Grayscale: #4E4E4E. Windows color (decimal): -5168596 or 2892465. OLE color: 2892465.
HSL color Cylindrical-coordinate representation of color #B1222C: hue angle of 355.8º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B1222C is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 34 | 44 | - |
| CMYK | 0 | 0.81 | 0.75 | 0.31 |
| HSL | 355.8º | 0.68% | 0.41% | - |
| HSV(B) | 355.8º | 0.81% | 0.69% | - |
| XYZ | 19.16 | 10.67 | 3.43 | - |
| YUV | 77.9 | 108.88 | 198.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 34 | 44 | 0 | 0.81 | 0.75 | 0.31 | 355.8 | 0.68 | 0.41 |
| Hex | B1 | 22 | 2C | 0 | 51 | 4B | 1F | 164 | 44 | 29 |
| Octal | 261 | 42 | 54 | 0 | 121 | 113 | 37 | 544 | 104 | 51 |
| Binary | 10110001 | 100010 | 101100 | 0 | 1010001 | 1001011 | 11111 | 101100100 | 1000100 | 101001 |
Color Harmonies of #B1222C
Complementary color
Monochromatic Colors of #B1222C
Black with #B1222C
Text Example
Text Example
White with #B1222C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1222C; }
p { color: rgb(177,34,44); }
H1.HeaderClassName
{
color: #B1222C;
}
.AnyTagClassName
{
color: #B1222C;
}
</style>
background-color css
<style>
a { background-color: #B1222C; }
a { background-color: rgb(177,34,44); }
div.DivClassName
{
background-color: #B1222C;
}
.BgClassName
{
background-color: #B1222C;
}
</style>
border-color css
<style>
span { border-color: #B1222C; }
span { border-color: rgb(177,34,44); }
td.TdClassName
{
border-color: #B1222C;
}
.TagClassName
{
border-color: #B1222C;
}
</style>