Shades of Cardinal #B1173D
Tints of Cardinal #B1173D
RGB
CMYK
RGB Variations
Color information
#B1173D (or 0xB1173D) is known color: Cardinal. HEX triplet: B1, 17 and 3D. RGB value is (177,23,61). Sum of RGB (Red+Green+Blue) = 177+23+61=261 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.82% from 261); Green value is 23 (9.38% from 255 or 8.81% from 261); Blue value is 61 (24.22% from 255 or 23.37% from 261); Max value from RGB is 177 - color contains mainly: red. Hex color #B1173D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1173D is #4EE8C2. Grayscale: #494949. Windows color (decimal): -5171395 or 4003761. OLE color: 4003761.
HSL color Cylindrical-coordinate representation of color #B1173D: hue angle of 345.19º 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 #B1173D is Cyan = 0, Magento = 0.87, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 23 | 61 | - |
| CMYK | 0 | 0.87 | 0.66 | 0.31 |
| HSL | 345.19º | 0.77% | 0.39% | - |
| HSV(B) | 345.19º | 0.87% | 0.69% | - |
| XYZ | 19.28 | 10.3 | 5.39 | - |
| YUV | 73.38 | 121.02 | 201.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 23 | 61 | 0 | 0.87 | 0.66 | 0.31 | 345.19 | 0.77 | 0.39 |
| Hex | B1 | 17 | 3D | 0 | 57 | 42 | 1F | 159 | 4D | 27 |
| Octal | 261 | 27 | 75 | 0 | 127 | 102 | 37 | 531 | 115 | 47 |
| Binary | 10110001 | 10111 | 111101 | 0 | 1010111 | 1000010 | 11111 | 101011001 | 1001101 | 100111 |
Color Harmonies of #B1173D
Complementary color
Monochromatic Colors of #B1173D
Black with #B1173D
Text Example
Text Example
White with #B1173D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1173D; }
p { color: rgb(177,23,61); }
H1.HeaderClassName
{
color: #B1173D;
}
.AnyTagClassName
{
color: #B1173D;
}
</style>
background-color css
<style>
a { background-color: #B1173D; }
a { background-color: rgb(177,23,61); }
div.DivClassName
{
background-color: #B1173D;
}
.BgClassName
{
background-color: #B1173D;
}
</style>
border-color css
<style>
span { border-color: #B1173D; }
span { border-color: rgb(177,23,61); }
td.TdClassName
{
border-color: #B1173D;
}
.TagClassName
{
border-color: #B1173D;
}
</style>