Shades of Cardinal #B5163F
Tints of Cardinal #B5163F
RGB
CMYK
RGB Variations
Color information
#B5163F (or 0xB5163F) is known color: Cardinal. HEX triplet: B5, 16 and 3F. RGB value is (181,22,63). Sum of RGB (Red+Green+Blue) = 181+22+63=266 (35% of max value = 765). Red value is 181 (71.09% from 255 or 68.05% from 266); Green value is 22 (8.98% from 255 or 8.27% from 266); Blue value is 63 (25% from 255 or 23.68% from 266); Max value from RGB is 181 - color contains mainly: red. Hex color #B5163F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5163F is #4AE9C0. Grayscale: #4A4A4A. Windows color (decimal): -4909505 or 4134581. OLE color: 4134581.
HSL color Cylindrical-coordinate representation of color #B5163F: hue angle of 344.53º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B5163F is Cyan = 0, Magento = 0.88, Yellow = 0.65 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 22 | 63 | - |
| CMYK | 0 | 0.88 | 0.65 | 0.29 |
| HSL | 344.53º | 0.78% | 0.4% | - |
| HSV(B) | 344.53º | 0.88% | 0.71% | - |
| XYZ | 20.24 | 10.76 | 5.71 | - |
| YUV | 74.22 | 121.68 | 204.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 22 | 63 | 0 | 0.88 | 0.65 | 0.29 | 344.53 | 0.78 | 0.4 |
| Hex | B5 | 16 | 3F | 0 | 58 | 41 | 1D | 159 | 4E | 28 |
| Octal | 265 | 26 | 77 | 0 | 130 | 101 | 35 | 531 | 116 | 50 |
| Binary | 10110101 | 10110 | 111111 | 0 | 1011000 | 1000001 | 11101 | 101011001 | 1001110 | 101000 |
Color Harmonies of #B5163F
Complementary color
Monochromatic Colors of #B5163F
Black with #B5163F
Text Example
Text Example
White with #B5163F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5163F; }
p { color: rgb(181,22,63); }
H1.HeaderClassName
{
color: #B5163F;
}
.AnyTagClassName
{
color: #B5163F;
}
</style>
background-color css
<style>
a { background-color: #B5163F; }
a { background-color: rgb(181,22,63); }
div.DivClassName
{
background-color: #B5163F;
}
.BgClassName
{
background-color: #B5163F;
}
</style>
border-color css
<style>
span { border-color: #B5163F; }
span { border-color: rgb(181,22,63); }
td.TdClassName
{
border-color: #B5163F;
}
.TagClassName
{
border-color: #B5163F;
}
</style>