Shades of Cardinal #B1173E
Tints of Cardinal #B1173E
RGB
CMYK
RGB Variations
Color information
#B1173E (or 0xB1173E) is known color: Cardinal. HEX triplet: B1, 17 and 3E. RGB value is (177,23,62). Sum of RGB (Red+Green+Blue) = 177+23+62=262 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.56% from 262); Green value is 23 (9.38% from 255 or 8.78% from 262); Blue value is 62 (24.61% from 255 or 23.66% from 262); Max value from RGB is 177 - color contains mainly: red. Hex color #B1173E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1173E is #4EE8C1. Grayscale: #494949. Windows color (decimal): -5171394 or 4069297. OLE color: 4069297.
HSL color Cylindrical-coordinate representation of color #B1173E: hue angle of 344.81º 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 #B1173E is Cyan = 0, Magento = 0.87, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 23 | 62 | - |
| CMYK | 0 | 0.87 | 0.65 | 0.31 |
| HSL | 344.81º | 0.77% | 0.39% | - |
| HSV(B) | 344.81º | 0.87% | 0.69% | - |
| XYZ | 19.31 | 10.31 | 5.53 | - |
| YUV | 73.49 | 121.52 | 201.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 23 | 62 | 0 | 0.87 | 0.65 | 0.31 | 344.81 | 0.77 | 0.39 |
| Hex | B1 | 17 | 3E | 0 | 57 | 41 | 1F | 159 | 4D | 27 |
| Octal | 261 | 27 | 76 | 0 | 127 | 101 | 37 | 531 | 115 | 47 |
| Binary | 10110001 | 10111 | 111110 | 0 | 1010111 | 1000001 | 11111 | 101011001 | 1001101 | 100111 |
Color Harmonies of #B1173E
Complementary color
Monochromatic Colors of #B1173E
Black with #B1173E
Text Example
Text Example
White with #B1173E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1173E; }
p { color: rgb(177,23,62); }
H1.HeaderClassName
{
color: #B1173E;
}
.AnyTagClassName
{
color: #B1173E;
}
</style>
background-color css
<style>
a { background-color: #B1173E; }
a { background-color: rgb(177,23,62); }
div.DivClassName
{
background-color: #B1173E;
}
.BgClassName
{
background-color: #B1173E;
}
</style>
border-color css
<style>
span { border-color: #B1173E; }
span { border-color: rgb(177,23,62); }
td.TdClassName
{
border-color: #B1173E;
}
.TagClassName
{
border-color: #B1173E;
}
</style>