Shades of Cardinal #B1113F
Tints of Cardinal #B1113F
RGB
CMYK
RGB Variations
Color information
#B1113F (or 0xB1113F) is known color: Cardinal. HEX triplet: B1, 11 and 3F. RGB value is (177,17,63). Sum of RGB (Red+Green+Blue) = 177+17+63=257 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.87% from 257); Green value is 17 (7.03% from 255 or 6.61% from 257); Blue value is 63 (25% from 255 or 24.51% from 257); Max value from RGB is 177 - color contains mainly: red. Hex color #B1113F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1113F is #4EEEC0. Grayscale: #464646. Windows color (decimal): -5172929 or 4133297. OLE color: 4133297.
HSL color Cylindrical-coordinate representation of color #B1113F: hue angle of 342.75º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B1113F is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 17 | 63 | - |
| CMYK | 0 | 0.90 | 0.64 | 0.31 |
| HSL | 342.75º | 0.82% | 0.38% | - |
| HSV(B) | 342.75º | 0.9% | 0.69% | - |
| XYZ | 19.23 | 10.11 | 5.64 | - |
| YUV | 70.08 | 124.01 | 204.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 17 | 63 | 0 | 0.90 | 0.64 | 0.31 | 342.75 | 0.82 | 0.38 |
| Hex | B1 | 11 | 3F | 0 | 5A | 40 | 1F | 157 | 52 | 26 |
| Octal | 261 | 21 | 77 | 0 | 132 | 100 | 37 | 527 | 122 | 46 |
| Binary | 10110001 | 10001 | 111111 | 0 | 1011010 | 1000000 | 11111 | 101010111 | 1010010 | 100110 |
Color Harmonies of #B1113F
Complementary color
Monochromatic Colors of #B1113F
Black with #B1113F
Text Example
Text Example
White with #B1113F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1113F; }
p { color: rgb(177,17,63); }
H1.HeaderClassName
{
color: #B1113F;
}
.AnyTagClassName
{
color: #B1113F;
}
</style>
background-color css
<style>
a { background-color: #B1113F; }
a { background-color: rgb(177,17,63); }
div.DivClassName
{
background-color: #B1113F;
}
.BgClassName
{
background-color: #B1113F;
}
</style>
border-color css
<style>
span { border-color: #B1113F; }
span { border-color: rgb(177,17,63); }
td.TdClassName
{
border-color: #B1113F;
}
.TagClassName
{
border-color: #B1113F;
}
</style>