Shades of Cardinal #B1193F
Tints of Cardinal #B1193F
RGB
CMYK
RGB Variations
Color information
#B1193F (or 0xB1193F) is known color: Cardinal. HEX triplet: B1, 19 and 3F. RGB value is (177,25,63). Sum of RGB (Red+Green+Blue) = 177+25+63=265 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.79% from 265); Green value is 25 (10.16% from 255 or 9.43% from 265); Blue value is 63 (25% from 255 or 23.77% from 265); Max value from RGB is 177 - color contains mainly: red. Hex color #B1193F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1193F is #4EE6C0. Grayscale: #4A4A4A. Windows color (decimal): -5170881 or 4135345. OLE color: 4135345.
HSL color Cylindrical-coordinate representation of color #B1193F: hue angle of 345º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B1193F is Cyan = 0, Magento = 0.86, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 25 | 63 | - |
| CMYK | 0 | 0.86 | 0.64 | 0.31 |
| HSL | 345º | 0.75% | 0.4% | - |
| HSV(B) | 345º | 0.86% | 0.69% | - |
| XYZ | 19.38 | 10.4 | 5.69 | - |
| YUV | 74.78 | 121.36 | 200.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 25 | 63 | 0 | 0.86 | 0.64 | 0.31 | 345 | 0.75 | 0.4 |
| Hex | B1 | 19 | 3F | 0 | 56 | 40 | 1F | 159 | 4B | 28 |
| Octal | 261 | 31 | 77 | 0 | 126 | 100 | 37 | 531 | 113 | 50 |
| Binary | 10110001 | 11001 | 111111 | 0 | 1010110 | 1000000 | 11111 | 101011001 | 1001011 | 101000 |
Color Harmonies of #B1193F
Complementary color
Monochromatic Colors of #B1193F
Black with #B1193F
Text Example
Text Example
White with #B1193F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1193F; }
p { color: rgb(177,25,63); }
H1.HeaderClassName
{
color: #B1193F;
}
.AnyTagClassName
{
color: #B1193F;
}
</style>
background-color css
<style>
a { background-color: #B1193F; }
a { background-color: rgb(177,25,63); }
div.DivClassName
{
background-color: #B1193F;
}
.BgClassName
{
background-color: #B1193F;
}
</style>
border-color css
<style>
span { border-color: #B1193F; }
span { border-color: rgb(177,25,63); }
td.TdClassName
{
border-color: #B1193F;
}
.TagClassName
{
border-color: #B1193F;
}
</style>