Shades of Cardinal #B1113B
Tints of Cardinal #B1113B
RGB
CMYK
RGB Variations
Color information
#B1113B (or 0xB1113B) is known color: Cardinal. HEX triplet: B1, 11 and 3B. RGB value is (177,17,59). Sum of RGB (Red+Green+Blue) = 177+17+59=253 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.96% from 253); Green value is 17 (7.03% from 255 or 6.72% from 253); Blue value is 59 (23.44% from 255 or 23.32% from 253); Max value from RGB is 177 - color contains mainly: red. Hex color #B1113B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1113B is #4EEEC4. Grayscale: #454545. Windows color (decimal): -5172933 or 3871153. OLE color: 3871153.
HSL color Cylindrical-coordinate representation of color #B1113B: hue angle of 344.25º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B1113B is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 17 | 59 | - |
| CMYK | 0 | 0.90 | 0.67 | 0.31 |
| HSL | 344.25º | 0.82% | 0.38% | - |
| HSV(B) | 344.25º | 0.9% | 0.69% | - |
| XYZ | 19.12 | 10.06 | 5.07 | - |
| YUV | 69.63 | 122.01 | 204.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 17 | 59 | 0 | 0.90 | 0.67 | 0.31 | 344.25 | 0.82 | 0.38 |
| Hex | B1 | 11 | 3B | 0 | 5A | 43 | 1F | 158 | 52 | 26 |
| Octal | 261 | 21 | 73 | 0 | 132 | 103 | 37 | 530 | 122 | 46 |
| Binary | 10110001 | 10001 | 111011 | 0 | 1011010 | 1000011 | 11111 | 101011000 | 1010010 | 100110 |
Color Harmonies of #B1113B
Complementary color
Monochromatic Colors of #B1113B
Black with #B1113B
Text Example
Text Example
White with #B1113B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1113B; }
p { color: rgb(177,17,59); }
H1.HeaderClassName
{
color: #B1113B;
}
.AnyTagClassName
{
color: #B1113B;
}
</style>
background-color css
<style>
a { background-color: #B1113B; }
a { background-color: rgb(177,17,59); }
div.DivClassName
{
background-color: #B1113B;
}
.BgClassName
{
background-color: #B1113B;
}
</style>
border-color css
<style>
span { border-color: #B1113B; }
span { border-color: rgb(177,17,59); }
td.TdClassName
{
border-color: #B1113B;
}
.TagClassName
{
border-color: #B1113B;
}
</style>