Shades of Cardinal #B1212A
Tints of Cardinal #B1212A
RGB
CMYK
RGB Variations
Color information
#B1212A (or 0xB1212A) is known color: Cardinal. HEX triplet: B1, 21 and 2A. RGB value is (177,33,42). Sum of RGB (Red+Green+Blue) = 177+33+42=252 (33% of max value = 765). Red value is 177 (69.53% from 255 or 70.24% from 252); Green value is 33 (13.28% from 255 or 13.10% from 252); Blue value is 42 (16.80% from 255 or 16.67% from 252); Max value from RGB is 177 - color contains mainly: red. Hex color #B1212A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1212A is #4EDED5. Grayscale: #4D4D4D. Windows color (decimal): -5168854 or 2761137. OLE color: 2761137.
HSL color Cylindrical-coordinate representation of color #B1212A: hue angle of 356.25º degrees, saturation: 0.69, 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 #B1212A is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 33 | 42 | - |
| CMYK | 0 | 0.81 | 0.76 | 0.31 |
| HSL | 356.25º | 0.69% | 0.41% | - |
| HSV(B) | 356.25º | 0.81% | 0.69% | - |
| XYZ | 19.09 | 10.6 | 3.23 | - |
| YUV | 77.08 | 108.21 | 199.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 33 | 42 | 0 | 0.81 | 0.76 | 0.31 | 356.25 | 0.69 | 0.41 |
| Hex | B1 | 21 | 2A | 0 | 51 | 4C | 1F | 164 | 45 | 29 |
| Octal | 261 | 41 | 52 | 0 | 121 | 114 | 37 | 544 | 105 | 51 |
| Binary | 10110001 | 100001 | 101010 | 0 | 1010001 | 1001100 | 11111 | 101100100 | 1000101 | 101001 |
Color Harmonies of #B1212A
Complementary color
Monochromatic Colors of #B1212A
Black with #B1212A
Text Example
Text Example
White with #B1212A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1212A; }
p { color: rgb(177,33,42); }
H1.HeaderClassName
{
color: #B1212A;
}
.AnyTagClassName
{
color: #B1212A;
}
</style>
background-color css
<style>
a { background-color: #B1212A; }
a { background-color: rgb(177,33,42); }
div.DivClassName
{
background-color: #B1212A;
}
.BgClassName
{
background-color: #B1212A;
}
</style>
border-color css
<style>
span { border-color: #B1212A; }
span { border-color: rgb(177,33,42); }
td.TdClassName
{
border-color: #B1212A;
}
.TagClassName
{
border-color: #B1212A;
}
</style>