Shades of Cardinal #B1173C
Tints of Cardinal #B1173C
RGB
CMYK
RGB Variations
Color information
#B1173C (or 0xB1173C) is known color: Cardinal. HEX triplet: B1, 17 and 3C. RGB value is (177,23,60). Sum of RGB (Red+Green+Blue) = 177+23+60=260 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.08% from 260); Green value is 23 (9.38% from 255 or 8.85% from 260); Blue value is 60 (23.83% from 255 or 23.08% from 260); Max value from RGB is 177 - color contains mainly: red. Hex color #B1173C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1173C is #4EE8C3. Grayscale: #494949. Windows color (decimal): -5171396 or 3938225. OLE color: 3938225.
HSL color Cylindrical-coordinate representation of color #B1173C: hue angle of 345.58º 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 #B1173C is Cyan = 0, Magento = 0.87, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 23 | 60 | - |
| CMYK | 0 | 0.87 | 0.66 | 0.31 |
| HSL | 345.58º | 0.77% | 0.39% | - |
| HSV(B) | 345.58º | 0.87% | 0.69% | - |
| XYZ | 19.25 | 10.29 | 5.25 | - |
| YUV | 73.26 | 120.52 | 201.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 23 | 60 | 0 | 0.87 | 0.66 | 0.31 | 345.58 | 0.77 | 0.39 |
| Hex | B1 | 17 | 3C | 0 | 57 | 42 | 1F | 15A | 4D | 27 |
| Octal | 261 | 27 | 74 | 0 | 127 | 102 | 37 | 532 | 115 | 47 |
| Binary | 10110001 | 10111 | 111100 | 0 | 1010111 | 1000010 | 11111 | 101011010 | 1001101 | 100111 |
Color Harmonies of #B1173C
Complementary color
Monochromatic Colors of #B1173C
Black with #B1173C
Text Example
Text Example
White with #B1173C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1173C; }
p { color: rgb(177,23,60); }
H1.HeaderClassName
{
color: #B1173C;
}
.AnyTagClassName
{
color: #B1173C;
}
</style>
background-color css
<style>
a { background-color: #B1173C; }
a { background-color: rgb(177,23,60); }
div.DivClassName
{
background-color: #B1173C;
}
.BgClassName
{
background-color: #B1173C;
}
</style>
border-color css
<style>
span { border-color: #B1173C; }
span { border-color: rgb(177,23,60); }
td.TdClassName
{
border-color: #B1173C;
}
.TagClassName
{
border-color: #B1173C;
}
</style>