Shades of Cardinal #B1213D
Tints of Cardinal #B1213D
RGB
CMYK
RGB Variations
Color information
#B1213D (or 0xB1213D) is known color: Cardinal. HEX triplet: B1, 21 and 3D. RGB value is (177,33,61). Sum of RGB (Red+Green+Blue) = 177+33+61=271 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.31% from 271); Green value is 33 (13.28% from 255 or 12.18% from 271); Blue value is 61 (24.22% from 255 or 22.51% from 271); Max value from RGB is 177 - color contains mainly: red. Hex color #B1213D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1213D is #4EDEC2. Grayscale: #4F4F4F. Windows color (decimal): -5168835 or 4006321. OLE color: 4006321.
HSL color Cylindrical-coordinate representation of color #B1213D: hue angle of 348.33º 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 #B1213D is Cyan = 0, Magento = 0.81, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 33 | 61 | - |
| CMYK | 0 | 0.81 | 0.66 | 0.31 |
| HSL | 348.33º | 0.69% | 0.41% | - |
| HSV(B) | 348.33º | 0.81% | 0.69% | - |
| XYZ | 19.52 | 10.77 | 5.47 | - |
| YUV | 79.25 | 117.71 | 197.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 33 | 61 | 0 | 0.81 | 0.66 | 0.31 | 348.33 | 0.69 | 0.41 |
| Hex | B1 | 21 | 3D | 0 | 51 | 42 | 1F | 15C | 45 | 29 |
| Octal | 261 | 41 | 75 | 0 | 121 | 102 | 37 | 534 | 105 | 51 |
| Binary | 10110001 | 100001 | 111101 | 0 | 1010001 | 1000010 | 11111 | 101011100 | 1000101 | 101001 |
Color Harmonies of #B1213D
Complementary color
Monochromatic Colors of #B1213D
Black with #B1213D
Text Example
Text Example
White with #B1213D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1213D; }
p { color: rgb(177,33,61); }
H1.HeaderClassName
{
color: #B1213D;
}
.AnyTagClassName
{
color: #B1213D;
}
</style>
background-color css
<style>
a { background-color: #B1213D; }
a { background-color: rgb(177,33,61); }
div.DivClassName
{
background-color: #B1213D;
}
.BgClassName
{
background-color: #B1213D;
}
</style>
border-color css
<style>
span { border-color: #B1213D; }
span { border-color: rgb(177,33,61); }
td.TdClassName
{
border-color: #B1213D;
}
.TagClassName
{
border-color: #B1213D;
}
</style>