Shades of Cardinal #B1213B
Tints of Cardinal #B1213B
RGB
CMYK
RGB Variations
Color information
#B1213B (or 0xB1213B) is known color: Cardinal. HEX triplet: B1, 21 and 3B. RGB value is (177,33,59). Sum of RGB (Red+Green+Blue) = 177+33+59=269 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.80% from 269); Green value is 33 (13.28% from 255 or 12.27% from 269); Blue value is 59 (23.44% from 255 or 21.93% from 269); Max value from RGB is 177 - color contains mainly: red. Hex color #B1213B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1213B is #4EDEC4. Grayscale: #4F4F4F. Windows color (decimal): -5168837 or 3875249. OLE color: 3875249.
HSL color Cylindrical-coordinate representation of color #B1213B: hue angle of 349.17º 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 #B1213B is Cyan = 0, Magento = 0.81, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 33 | 59 | - |
| CMYK | 0 | 0.81 | 0.67 | 0.31 |
| HSL | 349.17º | 0.69% | 0.41% | - |
| HSV(B) | 349.17º | 0.81% | 0.69% | - |
| XYZ | 19.46 | 10.75 | 5.19 | - |
| YUV | 79.02 | 116.71 | 197.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 33 | 59 | 0 | 0.81 | 0.67 | 0.31 | 349.17 | 0.69 | 0.41 |
| Hex | B1 | 21 | 3B | 0 | 51 | 43 | 1F | 15D | 45 | 29 |
| Octal | 261 | 41 | 73 | 0 | 121 | 103 | 37 | 535 | 105 | 51 |
| Binary | 10110001 | 100001 | 111011 | 0 | 1010001 | 1000011 | 11111 | 101011101 | 1000101 | 101001 |
Color Harmonies of #B1213B
Complementary color
Monochromatic Colors of #B1213B
Black with #B1213B
Text Example
Text Example
White with #B1213B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1213B; }
p { color: rgb(177,33,59); }
H1.HeaderClassName
{
color: #B1213B;
}
.AnyTagClassName
{
color: #B1213B;
}
</style>
background-color css
<style>
a { background-color: #B1213B; }
a { background-color: rgb(177,33,59); }
div.DivClassName
{
background-color: #B1213B;
}
.BgClassName
{
background-color: #B1213B;
}
</style>
border-color css
<style>
span { border-color: #B1213B; }
span { border-color: rgb(177,33,59); }
td.TdClassName
{
border-color: #B1213B;
}
.TagClassName
{
border-color: #B1213B;
}
</style>