Shades of Cardinal #B12136
Tints of Cardinal #B12136
RGB
CMYK
RGB Variations
Color information
#B12136 (or 0xB12136) is known color: Cardinal. HEX triplet: B1, 21 and 36. RGB value is (177,33,54). Sum of RGB (Red+Green+Blue) = 177+33+54=264 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.05% from 264); Green value is 33 (13.28% from 255 or 12.5% from 264); Blue value is 54 (21.48% from 255 or 20.45% from 264); Max value from RGB is 177 - color contains mainly: red. Hex color #B12136 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12136 is #4EDEC9. Grayscale: #4E4E4E. Windows color (decimal): -5168842 or 3547569. OLE color: 3547569.
HSL color Cylindrical-coordinate representation of color #B12136: hue angle of 351.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 #B12136 is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 33 | 54 | - |
| CMYK | 0 | 0.81 | 0.69 | 0.31 |
| HSL | 351.25º | 0.69% | 0.41% | - |
| HSV(B) | 351.25º | 0.81% | 0.69% | - |
| XYZ | 19.34 | 10.7 | 4.54 | - |
| YUV | 78.45 | 114.21 | 198.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 33 | 54 | 0 | 0.81 | 0.69 | 0.31 | 351.25 | 0.69 | 0.41 |
| Hex | B1 | 21 | 36 | 0 | 51 | 45 | 1F | 15F | 45 | 29 |
| Octal | 261 | 41 | 66 | 0 | 121 | 105 | 37 | 537 | 105 | 51 |
| Binary | 10110001 | 100001 | 110110 | 0 | 1010001 | 1000101 | 11111 | 101011111 | 1000101 | 101001 |
Color Harmonies of #B12136
Complementary color
Monochromatic Colors of #B12136
Black with #B12136
Text Example
Text Example
White with #B12136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12136; }
p { color: rgb(177,33,54); }
H1.HeaderClassName
{
color: #B12136;
}
.AnyTagClassName
{
color: #B12136;
}
</style>
background-color css
<style>
a { background-color: #B12136; }
a { background-color: rgb(177,33,54); }
div.DivClassName
{
background-color: #B12136;
}
.BgClassName
{
background-color: #B12136;
}
</style>
border-color css
<style>
span { border-color: #B12136; }
span { border-color: rgb(177,33,54); }
td.TdClassName
{
border-color: #B12136;
}
.TagClassName
{
border-color: #B12136;
}
</style>