Shades of Cardinal #B1132D
Tints of Cardinal #B1132D
RGB
CMYK
RGB Variations
Color information
#B1132D (or 0xB1132D) is known color: Cardinal. HEX triplet: B1, 13 and 2D. RGB value is (177,19,45). Sum of RGB (Red+Green+Blue) = 177+19+45=241 (31% of max value = 765). Red value is 177 (69.53% from 255 or 73.44% from 241); Green value is 19 (7.81% from 255 or 7.88% from 241); Blue value is 45 (17.97% from 255 or 18.67% from 241); Max value from RGB is 177 - color contains mainly: red. Hex color #B1132D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1132D is #4EECD2. Grayscale: #454545. Windows color (decimal): -5172435 or 2954161. OLE color: 2954161.
HSL color Cylindrical-coordinate representation of color #B1132D: hue angle of 350.13º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B1132D is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 19 | 45 | - |
| CMYK | 0 | 0.89 | 0.75 | 0.31 |
| HSL | 350.13º | 0.81% | 0.38% | - |
| HSV(B) | 350.13º | 0.89% | 0.69% | - |
| XYZ | 18.84 | 10 | 3.42 | - |
| YUV | 69.21 | 114.35 | 204.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 19 | 45 | 0 | 0.89 | 0.75 | 0.31 | 350.13 | 0.81 | 0.38 |
| Hex | B1 | 13 | 2D | 0 | 59 | 4B | 1F | 15E | 51 | 26 |
| Octal | 261 | 23 | 55 | 0 | 131 | 113 | 37 | 536 | 121 | 46 |
| Binary | 10110001 | 10011 | 101101 | 0 | 1011001 | 1001011 | 11111 | 101011110 | 1010001 | 100110 |
Color Harmonies of #B1132D
Complementary color
Monochromatic Colors of #B1132D
Black with #B1132D
Text Example
Text Example
White with #B1132D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1132D; }
p { color: rgb(177,19,45); }
H1.HeaderClassName
{
color: #B1132D;
}
.AnyTagClassName
{
color: #B1132D;
}
</style>
background-color css
<style>
a { background-color: #B1132D; }
a { background-color: rgb(177,19,45); }
div.DivClassName
{
background-color: #B1132D;
}
.BgClassName
{
background-color: #B1132D;
}
</style>
border-color css
<style>
span { border-color: #B1132D; }
span { border-color: rgb(177,19,45); }
td.TdClassName
{
border-color: #B1132D;
}
.TagClassName
{
border-color: #B1132D;
}
</style>