Shades of Cardinal #B1213E
Tints of Cardinal #B1213E
RGB
CMYK
RGB Variations
Color information
#B1213E (or 0xB1213E) is known color: Cardinal. HEX triplet: B1, 21 and 3E. RGB value is (177,33,62). Sum of RGB (Red+Green+Blue) = 177+33+62=272 (36% of max value = 765). Red value is 177 (69.53% from 255 or 65.07% from 272); Green value is 33 (13.28% from 255 or 12.13% from 272); Blue value is 62 (24.61% from 255 or 22.79% from 272); Max value from RGB is 177 - color contains mainly: red. Hex color #B1213E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1213E is #4EDEC1. Grayscale: #4F4F4F. Windows color (decimal): -5168834 or 4071857. OLE color: 4071857.
HSL color Cylindrical-coordinate representation of color #B1213E: hue angle of 347.92º 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 #B1213E is Cyan = 0, Magento = 0.81, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 33 | 62 | - |
| CMYK | 0 | 0.81 | 0.65 | 0.31 |
| HSL | 347.92º | 0.69% | 0.41% | - |
| HSV(B) | 347.92º | 0.81% | 0.69% | - |
| XYZ | 19.54 | 10.78 | 5.61 | - |
| YUV | 79.36 | 118.21 | 197.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 33 | 62 | 0 | 0.81 | 0.65 | 0.31 | 347.92 | 0.69 | 0.41 |
| Hex | B1 | 21 | 3E | 0 | 51 | 41 | 1F | 15C | 45 | 29 |
| Octal | 261 | 41 | 76 | 0 | 121 | 101 | 37 | 534 | 105 | 51 |
| Binary | 10110001 | 100001 | 111110 | 0 | 1010001 | 1000001 | 11111 | 101011100 | 1000101 | 101001 |
Color Harmonies of #B1213E
Complementary color
Monochromatic Colors of #B1213E
Black with #B1213E
Text Example
Text Example
White with #B1213E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1213E; }
p { color: rgb(177,33,62); }
H1.HeaderClassName
{
color: #B1213E;
}
.AnyTagClassName
{
color: #B1213E;
}
</style>
background-color css
<style>
a { background-color: #B1213E; }
a { background-color: rgb(177,33,62); }
div.DivClassName
{
background-color: #B1213E;
}
.BgClassName
{
background-color: #B1213E;
}
</style>
border-color css
<style>
span { border-color: #B1213E; }
span { border-color: rgb(177,33,62); }
td.TdClassName
{
border-color: #B1213E;
}
.TagClassName
{
border-color: #B1213E;
}
</style>