Shades of Cardinal #B1063A
Tints of Cardinal #B1063A
RGB
CMYK
RGB Variations
Color information
#B1063A (or 0xB1063A) is known color: Cardinal. HEX triplet: B1, 06 and 3A. RGB value is (177,6,58). Sum of RGB (Red+Green+Blue) = 177+6+58=241 (31% of max value = 765). Red value is 177 (69.53% from 255 or 73.44% from 241); Green value is 6 (2.73% from 255 or 2.49% from 241); Blue value is 58 (23.05% from 255 or 24.07% from 241); Max value from RGB is 177 - color contains mainly: red. Hex color #B1063A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1063A is #4EF9C5. Grayscale: #3F3F3F. Windows color (decimal): -5175750 or 3802801. OLE color: 3802801.
HSL color Cylindrical-coordinate representation of color #B1063A: hue angle of 341.75º 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 #B1063A is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 6 | 58 | - |
| CMYK | 0 | 0.97 | 0.67 | 0.31 |
| HSL | 341.75º | 0.93% | 0.36% | - |
| HSV(B) | 341.75º | 0.97% | 0.69% | - |
| XYZ | 18.96 | 9.78 | 4.89 | - |
| YUV | 63.06 | 125.15 | 209.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 6 | 58 | 0 | 0.97 | 0.67 | 0.31 | 341.75 | 0.93 | 0.36 |
| Hex | B1 | 6 | 3A | 0 | 61 | 43 | 1F | 156 | 5D | 24 |
| Octal | 261 | 6 | 72 | 0 | 141 | 103 | 37 | 526 | 135 | 44 |
| Binary | 10110001 | 110 | 111010 | 0 | 1100001 | 1000011 | 11111 | 101010110 | 1011101 | 100100 |
Color Harmonies of #B1063A
Complementary color
Monochromatic Colors of #B1063A
Black with #B1063A
Text Example
Text Example
White with #B1063A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1063A; }
p { color: rgb(177,6,58); }
H1.HeaderClassName
{
color: #B1063A;
}
.AnyTagClassName
{
color: #B1063A;
}
</style>
background-color css
<style>
a { background-color: #B1063A; }
a { background-color: rgb(177,6,58); }
div.DivClassName
{
background-color: #B1063A;
}
.BgClassName
{
background-color: #B1063A;
}
</style>
border-color css
<style>
span { border-color: #B1063A; }
span { border-color: rgb(177,6,58); }
td.TdClassName
{
border-color: #B1063A;
}
.TagClassName
{
border-color: #B1063A;
}
</style>