Shades of Cardinal #B12837
Tints of Cardinal #B12837
RGB
CMYK
RGB Variations
Color information
#B12837 (or 0xB12837) is known color: Cardinal. HEX triplet: B1, 28 and 37. RGB value is (177,40,55). Sum of RGB (Red+Green+Blue) = 177+40+55=272 (36% of max value = 765). Red value is 177 (69.53% from 255 or 65.07% from 272); Green value is 40 (16.02% from 255 or 14.71% from 272); Blue value is 55 (21.88% from 255 or 20.22% from 272); Max value from RGB is 177 - color contains mainly: red. Hex color #B12837 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12837 is #4ED7C8. Grayscale: #525252. Windows color (decimal): -5167049 or 3614897. OLE color: 3614897.
HSL color Cylindrical-coordinate representation of color #B12837: hue angle of 353.43º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B12837 is Cyan = 0, Magento = 0.77, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 40 | 55 | - |
| CMYK | 0 | 0.77 | 0.69 | 0.31 |
| HSL | 353.43º | 0.63% | 0.43% | - |
| HSV(B) | 353.43º | 0.77% | 0.69% | - |
| XYZ | 19.58 | 11.14 | 4.73 | - |
| YUV | 82.67 | 112.39 | 195.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 40 | 55 | 0 | 0.77 | 0.69 | 0.31 | 353.43 | 0.63 | 0.43 |
| Hex | B1 | 28 | 37 | 0 | 4D | 45 | 1F | 161 | 3F | 2B |
| Octal | 261 | 50 | 67 | 0 | 115 | 105 | 37 | 541 | 77 | 53 |
| Binary | 10110001 | 101000 | 110111 | 0 | 1001101 | 1000101 | 11111 | 101100001 | 111111 | 101011 |
Color Harmonies of #B12837
Complementary color
Monochromatic Colors of #B12837
Black with #B12837
Text Example
Text Example
White with #B12837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12837; }
p { color: rgb(177,40,55); }
H1.HeaderClassName
{
color: #B12837;
}
.AnyTagClassName
{
color: #B12837;
}
</style>
background-color css
<style>
a { background-color: #B12837; }
a { background-color: rgb(177,40,55); }
div.DivClassName
{
background-color: #B12837;
}
.BgClassName
{
background-color: #B12837;
}
</style>
border-color css
<style>
span { border-color: #B12837; }
span { border-color: rgb(177,40,55); }
td.TdClassName
{
border-color: #B12837;
}
.TagClassName
{
border-color: #B12837;
}
</style>