Shades of Cardinal #B1113D
Tints of Cardinal #B1113D
RGB
CMYK
RGB Variations
Color information
#B1113D (or 0xB1113D) is known color: Cardinal. HEX triplet: B1, 11 and 3D. RGB value is (177,17,61). Sum of RGB (Red+Green+Blue) = 177+17+61=255 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.41% from 255); Green value is 17 (7.03% from 255 or 6.67% from 255); Blue value is 61 (24.22% from 255 or 23.92% from 255); Max value from RGB is 177 - color contains mainly: red. Hex color #B1113D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1113D is #4EEEC2. Grayscale: #454545. Windows color (decimal): -5172931 or 4002225. OLE color: 4002225.
HSL color Cylindrical-coordinate representation of color #B1113D: hue angle of 343.5º 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 #B1113D is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 17 | 61 | - |
| CMYK | 0 | 0.90 | 0.66 | 0.31 |
| HSL | 343.5º | 0.82% | 0.38% | - |
| HSV(B) | 343.5º | 0.9% | 0.69% | - |
| XYZ | 19.17 | 10.08 | 5.35 | - |
| YUV | 69.86 | 123.01 | 204.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 17 | 61 | 0 | 0.90 | 0.66 | 0.31 | 343.5 | 0.82 | 0.38 |
| Hex | B1 | 11 | 3D | 0 | 5A | 42 | 1F | 158 | 52 | 26 |
| Octal | 261 | 21 | 75 | 0 | 132 | 102 | 37 | 530 | 122 | 46 |
| Binary | 10110001 | 10001 | 111101 | 0 | 1011010 | 1000010 | 11111 | 101011000 | 1010010 | 100110 |
Color Harmonies of #B1113D
Complementary color
Monochromatic Colors of #B1113D
Black with #B1113D
Text Example
Text Example
White with #B1113D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1113D; }
p { color: rgb(177,17,61); }
H1.HeaderClassName
{
color: #B1113D;
}
.AnyTagClassName
{
color: #B1113D;
}
</style>
background-color css
<style>
a { background-color: #B1113D; }
a { background-color: rgb(177,17,61); }
div.DivClassName
{
background-color: #B1113D;
}
.BgClassName
{
background-color: #B1113D;
}
</style>
border-color css
<style>
span { border-color: #B1113D; }
span { border-color: rgb(177,17,61); }
td.TdClassName
{
border-color: #B1113D;
}
.TagClassName
{
border-color: #B1113D;
}
</style>