Shades of Cardinal #B1222A
Tints of Cardinal #B1222A
RGB
CMYK
RGB Variations
Color information
#B1222A (or 0xB1222A) is known color: Cardinal. HEX triplet: B1, 22 and 2A. RGB value is (177,34,42). Sum of RGB (Red+Green+Blue) = 177+34+42=253 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.96% from 253); Green value is 34 (13.67% from 255 or 13.44% from 253); Blue value is 42 (16.80% from 255 or 16.60% from 253); Max value from RGB is 177 - color contains mainly: red. Hex color #B1222A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1222A is #4EDDD5. Grayscale: #4D4D4D. Windows color (decimal): -5168598 or 2761393. OLE color: 2761393.
HSL color Cylindrical-coordinate representation of color #B1222A: hue angle of 356.64º 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 #B1222A is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 34 | 42 | - |
| CMYK | 0 | 0.81 | 0.76 | 0.31 |
| HSL | 356.64º | 0.68% | 0.41% | - |
| HSV(B) | 356.64º | 0.81% | 0.69% | - |
| XYZ | 19.12 | 10.66 | 3.24 | - |
| YUV | 77.67 | 107.88 | 198.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 34 | 42 | 0 | 0.81 | 0.76 | 0.31 | 356.64 | 0.68 | 0.41 |
| Hex | B1 | 22 | 2A | 0 | 51 | 4C | 1F | 165 | 44 | 29 |
| Octal | 261 | 42 | 52 | 0 | 121 | 114 | 37 | 545 | 104 | 51 |
| Binary | 10110001 | 100010 | 101010 | 0 | 1010001 | 1001100 | 11111 | 101100101 | 1000100 | 101001 |
Color Harmonies of #B1222A
Complementary color
Monochromatic Colors of #B1222A
Black with #B1222A
Text Example
Text Example
White with #B1222A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1222A; }
p { color: rgb(177,34,42); }
H1.HeaderClassName
{
color: #B1222A;
}
.AnyTagClassName
{
color: #B1222A;
}
</style>
background-color css
<style>
a { background-color: #B1222A; }
a { background-color: rgb(177,34,42); }
div.DivClassName
{
background-color: #B1222A;
}
.BgClassName
{
background-color: #B1222A;
}
</style>
border-color css
<style>
span { border-color: #B1222A; }
span { border-color: rgb(177,34,42); }
td.TdClassName
{
border-color: #B1222A;
}
.TagClassName
{
border-color: #B1222A;
}
</style>