Shades of Cardinal #B1212C
Tints of Cardinal #B1212C
RGB
CMYK
RGB Variations
Color information
#B1212C (or 0xB1212C) is known color: Cardinal. HEX triplet: B1, 21 and 2C. RGB value is (177,33,44). Sum of RGB (Red+Green+Blue) = 177+33+44=254 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.69% from 254); Green value is 33 (13.28% from 255 or 12.99% from 254); Blue value is 44 (17.58% from 255 or 17.32% from 254); Max value from RGB is 177 - color contains mainly: red. Hex color #B1212C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1212C is #4EDED3. Grayscale: #4D4D4D. Windows color (decimal): -5168852 or 2892209. OLE color: 2892209.
HSL color Cylindrical-coordinate representation of color #B1212C: hue angle of 355.42º 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 #B1212C is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 33 | 44 | - |
| CMYK | 0 | 0.81 | 0.75 | 0.31 |
| HSL | 355.42º | 0.69% | 0.41% | - |
| HSV(B) | 355.42º | 0.81% | 0.69% | - |
| XYZ | 19.13 | 10.62 | 3.42 | - |
| YUV | 77.31 | 109.21 | 199.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 33 | 44 | 0 | 0.81 | 0.75 | 0.31 | 355.42 | 0.69 | 0.41 |
| Hex | B1 | 21 | 2C | 0 | 51 | 4B | 1F | 163 | 45 | 29 |
| Octal | 261 | 41 | 54 | 0 | 121 | 113 | 37 | 543 | 105 | 51 |
| Binary | 10110001 | 100001 | 101100 | 0 | 1010001 | 1001011 | 11111 | 101100011 | 1000101 | 101001 |
Color Harmonies of #B1212C
Complementary color
Monochromatic Colors of #B1212C
Black with #B1212C
Text Example
Text Example
White with #B1212C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1212C; }
p { color: rgb(177,33,44); }
H1.HeaderClassName
{
color: #B1212C;
}
.AnyTagClassName
{
color: #B1212C;
}
</style>
background-color css
<style>
a { background-color: #B1212C; }
a { background-color: rgb(177,33,44); }
div.DivClassName
{
background-color: #B1212C;
}
.BgClassName
{
background-color: #B1212C;
}
</style>
border-color css
<style>
span { border-color: #B1212C; }
span { border-color: rgb(177,33,44); }
td.TdClassName
{
border-color: #B1212C;
}
.TagClassName
{
border-color: #B1212C;
}
</style>