Shades of Cardinal #B0163F
Tints of Cardinal #B0163F
RGB
CMYK
RGB Variations
Color information
#B0163F (or 0xB0163F) is known color: Cardinal. HEX triplet: B0, 16 and 3F. RGB value is (176,22,63). Sum of RGB (Red+Green+Blue) = 176+22+63=261 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.43% from 261); Green value is 22 (8.98% from 255 or 8.43% from 261); Blue value is 63 (25% from 255 or 24.14% from 261); Max value from RGB is 176 - color contains mainly: red. Hex color #B0163F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0163F is #4FE9C0. Grayscale: #484848. Windows color (decimal): -5237185 or 4134576. OLE color: 4134576.
HSL color Cylindrical-coordinate representation of color #B0163F: hue angle of 344.03º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B0163F is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 22 | 63 | - |
| CMYK | 0 | 0.88 | 0.64 | 0.31 |
| HSL | 344.03º | 0.78% | 0.39% | - |
| HSV(B) | 344.03º | 0.88% | 0.69% | - |
| XYZ | 19.09 | 10.16 | 5.66 | - |
| YUV | 72.72 | 122.52 | 201.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 22 | 63 | 0 | 0.88 | 0.64 | 0.31 | 344.03 | 0.78 | 0.39 |
| Hex | B0 | 16 | 3F | 0 | 58 | 40 | 1F | 158 | 4E | 27 |
| Octal | 260 | 26 | 77 | 0 | 130 | 100 | 37 | 530 | 116 | 47 |
| Binary | 10110000 | 10110 | 111111 | 0 | 1011000 | 1000000 | 11111 | 101011000 | 1001110 | 100111 |
Color Harmonies of #B0163F
Complementary color
Monochromatic Colors of #B0163F
Black with #B0163F
Text Example
Text Example
White with #B0163F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0163F; }
p { color: rgb(176,22,63); }
H1.HeaderClassName
{
color: #B0163F;
}
.AnyTagClassName
{
color: #B0163F;
}
</style>
background-color css
<style>
a { background-color: #B0163F; }
a { background-color: rgb(176,22,63); }
div.DivClassName
{
background-color: #B0163F;
}
.BgClassName
{
background-color: #B0163F;
}
</style>
border-color css
<style>
span { border-color: #B0163F; }
span { border-color: rgb(176,22,63); }
td.TdClassName
{
border-color: #B0163F;
}
.TagClassName
{
border-color: #B0163F;
}
</style>