Shades of Cardinal #B1132F
Tints of Cardinal #B1132F
RGB
CMYK
RGB Variations
Color information
#B1132F (or 0xB1132F) is known color: Cardinal. HEX triplet: B1, 13 and 2F. RGB value is (177,19,47). Sum of RGB (Red+Green+Blue) = 177+19+47=243 (32% of max value = 765). Red value is 177 (69.53% from 255 or 72.84% from 243); Green value is 19 (7.81% from 255 or 7.82% from 243); Blue value is 47 (18.75% from 255 or 19.34% from 243); Max value from RGB is 177 - color contains mainly: red. Hex color #B1132F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1132F is #4EECD0. Grayscale: #454545. Windows color (decimal): -5172433 or 3085233. OLE color: 3085233.
HSL color Cylindrical-coordinate representation of color #B1132F: hue angle of 349.37º 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 #B1132F is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 19 | 47 | - |
| CMYK | 0 | 0.89 | 0.73 | 0.31 |
| HSL | 349.37º | 0.81% | 0.38% | - |
| HSV(B) | 349.37º | 0.89% | 0.69% | - |
| XYZ | 18.88 | 10.02 | 3.63 | - |
| YUV | 69.43 | 115.35 | 204.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 19 | 47 | 0 | 0.89 | 0.73 | 0.31 | 349.37 | 0.81 | 0.38 |
| Hex | B1 | 13 | 2F | 0 | 59 | 49 | 1F | 15D | 51 | 26 |
| Octal | 261 | 23 | 57 | 0 | 131 | 111 | 37 | 535 | 121 | 46 |
| Binary | 10110001 | 10011 | 101111 | 0 | 1011001 | 1001001 | 11111 | 101011101 | 1010001 | 100110 |
Color Harmonies of #B1132F
Complementary color
Monochromatic Colors of #B1132F
Black with #B1132F
Text Example
Text Example
White with #B1132F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1132F; }
p { color: rgb(177,19,47); }
H1.HeaderClassName
{
color: #B1132F;
}
.AnyTagClassName
{
color: #B1132F;
}
</style>
background-color css
<style>
a { background-color: #B1132F; }
a { background-color: rgb(177,19,47); }
div.DivClassName
{
background-color: #B1132F;
}
.BgClassName
{
background-color: #B1132F;
}
</style>
border-color css
<style>
span { border-color: #B1132F; }
span { border-color: rgb(177,19,47); }
td.TdClassName
{
border-color: #B1132F;
}
.TagClassName
{
border-color: #B1132F;
}
</style>