Shades of Cardinal #B0163B
Tints of Cardinal #B0163B
RGB
CMYK
RGB Variations
Color information
#B0163B (or 0xB0163B) is known color: Cardinal. HEX triplet: B0, 16 and 3B. RGB value is (176,22,59). Sum of RGB (Red+Green+Blue) = 176+22+59=257 (34% of max value = 765). Red value is 176 (69.14% from 255 or 68.48% from 257); Green value is 22 (8.98% from 255 or 8.56% from 257); Blue value is 59 (23.44% from 255 or 22.96% from 257); Max value from RGB is 176 - color contains mainly: red. Hex color #B0163B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0163B is #4FE9C4. Grayscale: #484848. Windows color (decimal): -5237189 or 3872432. OLE color: 3872432.
HSL color Cylindrical-coordinate representation of color #B0163B: hue angle of 345.58º 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 #B0163B is Cyan = 0, Magento = 0.88, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 22 | 59 | - |
| CMYK | 0 | 0.88 | 0.66 | 0.31 |
| HSL | 345.58º | 0.78% | 0.39% | - |
| HSV(B) | 345.58º | 0.88% | 0.69% | - |
| XYZ | 18.98 | 10.12 | 5.09 | - |
| YUV | 72.26 | 120.52 | 201.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 22 | 59 | 0 | 0.88 | 0.66 | 0.31 | 345.58 | 0.78 | 0.39 |
| Hex | B0 | 16 | 3B | 0 | 58 | 42 | 1F | 15A | 4E | 27 |
| Octal | 260 | 26 | 73 | 0 | 130 | 102 | 37 | 532 | 116 | 47 |
| Binary | 10110000 | 10110 | 111011 | 0 | 1011000 | 1000010 | 11111 | 101011010 | 1001110 | 100111 |
Color Harmonies of #B0163B
Complementary color
Monochromatic Colors of #B0163B
Black with #B0163B
Text Example
Text Example
White with #B0163B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0163B; }
p { color: rgb(176,22,59); }
H1.HeaderClassName
{
color: #B0163B;
}
.AnyTagClassName
{
color: #B0163B;
}
</style>
background-color css
<style>
a { background-color: #B0163B; }
a { background-color: rgb(176,22,59); }
div.DivClassName
{
background-color: #B0163B;
}
.BgClassName
{
background-color: #B0163B;
}
</style>
border-color css
<style>
span { border-color: #B0163B; }
span { border-color: rgb(176,22,59); }
td.TdClassName
{
border-color: #B0163B;
}
.TagClassName
{
border-color: #B0163B;
}
</style>