Shades of Cardinal #B1163B
Tints of Cardinal #B1163B
RGB
CMYK
RGB Variations
Color information
#B1163B (or 0xB1163B) is known color: Cardinal. HEX triplet: B1, 16 and 3B. RGB value is (177,22,59). Sum of RGB (Red+Green+Blue) = 177+22+59=258 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.60% from 258); Green value is 22 (8.98% from 255 or 8.53% from 258); Blue value is 59 (23.44% from 255 or 22.87% from 258); Max value from RGB is 177 - color contains mainly: red. Hex color #B1163B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1163B is #4EE9C4. Grayscale: #484848. Windows color (decimal): -5171653 or 3872433. OLE color: 3872433.
HSL color Cylindrical-coordinate representation of color #B1163B: hue angle of 345.68º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B1163B is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 22 | 59 | - |
| CMYK | 0 | 0.88 | 0.67 | 0.31 |
| HSL | 345.68º | 0.78% | 0.39% | - |
| HSV(B) | 345.68º | 0.88% | 0.69% | - |
| XYZ | 19.21 | 10.24 | 5.1 | - |
| YUV | 72.56 | 120.35 | 202.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 22 | 59 | 0 | 0.88 | 0.67 | 0.31 | 345.68 | 0.78 | 0.39 |
| Hex | B1 | 16 | 3B | 0 | 58 | 43 | 1F | 15A | 4E | 27 |
| Octal | 261 | 26 | 73 | 0 | 130 | 103 | 37 | 532 | 116 | 47 |
| Binary | 10110001 | 10110 | 111011 | 0 | 1011000 | 1000011 | 11111 | 101011010 | 1001110 | 100111 |
Color Harmonies of #B1163B
Complementary color
Monochromatic Colors of #B1163B
Black with #B1163B
Text Example
Text Example
White with #B1163B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1163B; }
p { color: rgb(177,22,59); }
H1.HeaderClassName
{
color: #B1163B;
}
.AnyTagClassName
{
color: #B1163B;
}
</style>
background-color css
<style>
a { background-color: #B1163B; }
a { background-color: rgb(177,22,59); }
div.DivClassName
{
background-color: #B1163B;
}
.BgClassName
{
background-color: #B1163B;
}
</style>
border-color css
<style>
span { border-color: #B1163B; }
span { border-color: rgb(177,22,59); }
td.TdClassName
{
border-color: #B1163B;
}
.TagClassName
{
border-color: #B1163B;
}
</style>