Shades of Cardinal #B1142C
Tints of Cardinal #B1142C
RGB
CMYK
RGB Variations
Color information
#B1142C (or 0xB1142C) is known color: Cardinal. HEX triplet: B1, 14 and 2C. RGB value is (177,20,44). Sum of RGB (Red+Green+Blue) = 177+20+44=241 (31% of max value = 765). Red value is 177 (69.53% from 255 or 73.44% from 241); Green value is 20 (8.20% from 255 or 8.30% from 241); Blue value is 44 (17.58% from 255 or 18.26% from 241); Max value from RGB is 177 - color contains mainly: red. Hex color #B1142C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1142C is #4EEBD3. Grayscale: #454545. Windows color (decimal): -5172180 or 2888881. OLE color: 2888881.
HSL color Cylindrical-coordinate representation of color #B1142C: hue angle of 350.83º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B1142C is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 20 | 44 | - |
| CMYK | 0 | 0.89 | 0.75 | 0.31 |
| HSL | 350.83º | 0.8% | 0.39% | - |
| HSV(B) | 350.83º | 0.89% | 0.69% | - |
| XYZ | 18.84 | 10.03 | 3.33 | - |
| YUV | 69.68 | 113.51 | 204.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 20 | 44 | 0 | 0.89 | 0.75 | 0.31 | 350.83 | 0.8 | 0.39 |
| Hex | B1 | 14 | 2C | 0 | 59 | 4B | 1F | 15F | 50 | 27 |
| Octal | 261 | 24 | 54 | 0 | 131 | 113 | 37 | 537 | 120 | 47 |
| Binary | 10110001 | 10100 | 101100 | 0 | 1011001 | 1001011 | 11111 | 101011111 | 1010000 | 100111 |
Color Harmonies of #B1142C
Complementary color
Monochromatic Colors of #B1142C
Black with #B1142C
Text Example
Text Example
White with #B1142C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1142C; }
p { color: rgb(177,20,44); }
H1.HeaderClassName
{
color: #B1142C;
}
.AnyTagClassName
{
color: #B1142C;
}
</style>
background-color css
<style>
a { background-color: #B1142C; }
a { background-color: rgb(177,20,44); }
div.DivClassName
{
background-color: #B1142C;
}
.BgClassName
{
background-color: #B1142C;
}
</style>
border-color css
<style>
span { border-color: #B1142C; }
span { border-color: rgb(177,20,44); }
td.TdClassName
{
border-color: #B1142C;
}
.TagClassName
{
border-color: #B1142C;
}
</style>