Shades of Cardinal #B1242C
Tints of Cardinal #B1242C
RGB
CMYK
RGB Variations
Color information
#B1242C (or 0xB1242C) is known color: Cardinal. HEX triplet: B1, 24 and 2C. RGB value is (177,36,44). Sum of RGB (Red+Green+Blue) = 177+36+44=257 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.87% from 257); Green value is 36 (14.45% from 255 or 14.01% from 257); Blue value is 44 (17.58% from 255 or 17.12% from 257); Max value from RGB is 177 - color contains mainly: red. Hex color #B1242C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1242C is #4EDBD3. Grayscale: #4F4F4F. Windows color (decimal): -5168084 or 2892977. OLE color: 2892977.
HSL color Cylindrical-coordinate representation of color #B1242C: hue angle of 356.6º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B1242C is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 36 | 44 | - |
| CMYK | 0 | 0.80 | 0.75 | 0.31 |
| HSL | 356.6º | 0.66% | 0.42% | - |
| HSV(B) | 356.6º | 0.8% | 0.69% | - |
| XYZ | 19.22 | 10.79 | 3.45 | - |
| YUV | 79.07 | 108.21 | 197.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 36 | 44 | 0 | 0.80 | 0.75 | 0.31 | 356.6 | 0.66 | 0.42 |
| Hex | B1 | 24 | 2C | 0 | 50 | 4B | 1F | 165 | 42 | 2A |
| Octal | 261 | 44 | 54 | 0 | 120 | 113 | 37 | 545 | 102 | 52 |
| Binary | 10110001 | 100100 | 101100 | 0 | 1010000 | 1001011 | 11111 | 101100101 | 1000010 | 101010 |
Color Harmonies of #B1242C
Complementary color
Monochromatic Colors of #B1242C
Black with #B1242C
Text Example
Text Example
White with #B1242C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1242C; }
p { color: rgb(177,36,44); }
H1.HeaderClassName
{
color: #B1242C;
}
.AnyTagClassName
{
color: #B1242C;
}
</style>
background-color css
<style>
a { background-color: #B1242C; }
a { background-color: rgb(177,36,44); }
div.DivClassName
{
background-color: #B1242C;
}
.BgClassName
{
background-color: #B1242C;
}
</style>
border-color css
<style>
span { border-color: #B1242C; }
span { border-color: rgb(177,36,44); }
td.TdClassName
{
border-color: #B1242C;
}
.TagClassName
{
border-color: #B1242C;
}
</style>