Shades of Cardinal #B1063F
Tints of Cardinal #B1063F
RGB
CMYK
RGB Variations
Color information
#B1063F (or 0xB1063F) is known color: Cardinal. HEX triplet: B1, 06 and 3F. RGB value is (177,6,63). Sum of RGB (Red+Green+Blue) = 177+6+63=246 (32% of max value = 765). Red value is 177 (69.53% from 255 or 71.95% from 246); Green value is 6 (2.73% from 255 or 2.44% from 246); Blue value is 63 (25% from 255 or 25.61% from 246); Max value from RGB is 177 - color contains mainly: red. Hex color #B1063F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1063F is #4EF9C0. Grayscale: #3F3F3F. Windows color (decimal): -5175745 or 4130481. OLE color: 4130481.
HSL color Cylindrical-coordinate representation of color #B1063F: hue angle of 340º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B1063F is Cyan = 0, Magento = 0.97, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 6 | 63 | - |
| CMYK | 0 | 0.97 | 0.64 | 0.31 |
| HSL | 340º | 0.93% | 0.36% | - |
| HSV(B) | 340º | 0.97% | 0.69% | - |
| XYZ | 19.09 | 9.84 | 5.59 | - |
| YUV | 63.63 | 127.65 | 208.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 6 | 63 | 0 | 0.97 | 0.64 | 0.31 | 340 | 0.93 | 0.36 |
| Hex | B1 | 6 | 3F | 0 | 61 | 40 | 1F | 154 | 5D | 24 |
| Octal | 261 | 6 | 77 | 0 | 141 | 100 | 37 | 524 | 135 | 44 |
| Binary | 10110001 | 110 | 111111 | 0 | 1100001 | 1000000 | 11111 | 101010100 | 1011101 | 100100 |
Color Harmonies of #B1063F
Complementary color
Monochromatic Colors of #B1063F
Black with #B1063F
Text Example
Text Example
White with #B1063F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1063F; }
p { color: rgb(177,6,63); }
H1.HeaderClassName
{
color: #B1063F;
}
.AnyTagClassName
{
color: #B1063F;
}
</style>
background-color css
<style>
a { background-color: #B1063F; }
a { background-color: rgb(177,6,63); }
div.DivClassName
{
background-color: #B1063F;
}
.BgClassName
{
background-color: #B1063F;
}
</style>
border-color css
<style>
span { border-color: #B1063F; }
span { border-color: rgb(177,6,63); }
td.TdClassName
{
border-color: #B1063F;
}
.TagClassName
{
border-color: #B1063F;
}
</style>