Shades of Cardinal #B1173B
Tints of Cardinal #B1173B
RGB
CMYK
RGB Variations
Color information
#B1173B (or 0xB1173B) is known color: Cardinal. HEX triplet: B1, 17 and 3B. RGB value is (177,23,59). Sum of RGB (Red+Green+Blue) = 177+23+59=259 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.34% from 259); Green value is 23 (9.38% from 255 or 8.88% from 259); Blue value is 59 (23.44% from 255 or 22.78% from 259); Max value from RGB is 177 - color contains mainly: red. Hex color #B1173B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1173B is #4EE8C4. Grayscale: #494949. Windows color (decimal): -5171397 or 3872689. OLE color: 3872689.
HSL color Cylindrical-coordinate representation of color #B1173B: hue angle of 345.97º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B1173B is Cyan = 0, Magento = 0.87, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 23 | 59 | - |
| CMYK | 0 | 0.87 | 0.67 | 0.31 |
| HSL | 345.97º | 0.77% | 0.39% | - |
| HSV(B) | 345.97º | 0.87% | 0.69% | - |
| XYZ | 19.23 | 10.28 | 5.11 | - |
| YUV | 73.15 | 120.02 | 202.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 23 | 59 | 0 | 0.87 | 0.67 | 0.31 | 345.97 | 0.77 | 0.39 |
| Hex | B1 | 17 | 3B | 0 | 57 | 43 | 1F | 15A | 4D | 27 |
| Octal | 261 | 27 | 73 | 0 | 127 | 103 | 37 | 532 | 115 | 47 |
| Binary | 10110001 | 10111 | 111011 | 0 | 1010111 | 1000011 | 11111 | 101011010 | 1001101 | 100111 |
Color Harmonies of #B1173B
Complementary color
Monochromatic Colors of #B1173B
Black with #B1173B
Text Example
Text Example
White with #B1173B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1173B; }
p { color: rgb(177,23,59); }
H1.HeaderClassName
{
color: #B1173B;
}
.AnyTagClassName
{
color: #B1173B;
}
</style>
background-color css
<style>
a { background-color: #B1173B; }
a { background-color: rgb(177,23,59); }
div.DivClassName
{
background-color: #B1173B;
}
.BgClassName
{
background-color: #B1173B;
}
</style>
border-color css
<style>
span { border-color: #B1173B; }
span { border-color: rgb(177,23,59); }
td.TdClassName
{
border-color: #B1173B;
}
.TagClassName
{
border-color: #B1173B;
}
</style>